webrtc/rtc_base/experiments
Daniel Lee 63658d06ec Revert "Ensure that we always set values for min and max audio bitrate."
This reverts commit e47aee3b86.

Reason for revert: Breaks downstream project

Original change's description:
> Ensure that we always set values for min and max audio bitrate.
> 
> Use (in order from lowest to highest precedence):
> -- fixed 32000bps
> -- fixed target bitrate from codec
> -- explicit values from the rtp encoding parameters
> -- Final precedence is given to field trial values from
>    WebRTC-Audio-Allocation
> 
> Bug: webrtc:10487
> Change-Id: I7e289f209a927785572058b6fbfdf60fa14edf05
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/126229
> Reviewed-by: Minyue Li <minyue@google.com>
> Reviewed-by: Stefan Holmer <stefan@webrtc.org>
> Reviewed-by: Sebastian Jansson <srte@webrtc.org>
> Commit-Queue: Daniel Lee <dklee@google.com>
> Cr-Commit-Position: refs/heads/master@{#27667}

TBR=solenberg@webrtc.org,stefan@webrtc.org,srte@webrtc.org,crodbro@webrtc.org,minyue@webrtc.org,minyue@google.com,dklee@google.com

Change-Id: Ie975cf40e65105d1e4cfab417b220b6bfc34592b
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:10487
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133481
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Commit-Queue: Daniel Lee <dklee@google.com>
Cr-Commit-Position: refs/heads/master@{#27670}
2019-04-17 15:47:00 +00:00
..
alr_experiment.cc Remove direct use of FieldTrials from AlrDetector 2019-04-15 12:11:36 +00:00
alr_experiment.h Remove direct use of FieldTrials from AlrDetector 2019-04-15 12:11:36 +00:00
audio_allocation_settings.cc Revert "Ensure that we always set values for min and max audio bitrate." 2019-04-17 15:47:00 +00:00
audio_allocation_settings.h Revert "Ensure that we always set values for min and max audio bitrate." 2019-04-17 15:47:00 +00:00
BUILD.gn Remove direct use of FieldTrials from AlrDetector 2019-04-15 12:11:36 +00:00
cpu_speed_experiment.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
cpu_speed_experiment.h Add field trial for vp8 cpu speed configuration for arm. 2018-11-02 12:17:53 +00:00
cpu_speed_experiment_unittest.cc Add field trial for vp8 cpu speed configuration for arm. 2018-11-02 12:17:53 +00:00
DEPS Moved ALR experiment settings to new experiments folder. 2018-01-12 12:03:22 +00:00
field_trial_list.cc Add support for lists to the FieldTrialParser. 2019-04-11 11:15:26 +00:00
field_trial_list.h Add support for lists to the FieldTrialParser. 2019-04-11 11:15:26 +00:00
field_trial_list_unittest.cc Add support for lists to the FieldTrialParser. 2019-04-11 11:15:26 +00:00
field_trial_parser.cc Add support for lists to the FieldTrialParser. 2019-04-11 11:15:26 +00:00
field_trial_parser.h Add support for lists to the FieldTrialParser. 2019-04-11 11:15:26 +00:00
field_trial_parser_unittest.cc Add support for lists to the FieldTrialParser. 2019-04-11 11:15:26 +00:00
field_trial_units.cc Adds FieldTrialConstrained class. 2018-11-19 17:21:55 +00:00
field_trial_units.h Adds FieldTrialConstrained class. 2018-11-19 17:21:55 +00:00
field_trial_units_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
jitter_upper_bound_experiment.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
jitter_upper_bound_experiment.h JitterEstimator: Remove old LowRate exp and add trial for upper bound. 2018-11-01 14:51:38 +00:00
keyframe_interval_settings.cc Make keyframe generation/request intervals configurable through field trials. 2019-03-22 09:20:23 +00:00
keyframe_interval_settings.h Make keyframe generation/request intervals configurable through field trials. 2019-03-22 09:20:23 +00:00
keyframe_interval_settings_unittest.cc Make keyframe generation/request intervals configurable through field trials. 2019-03-22 09:20:23 +00:00
normalize_simulcast_size_experiment.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
normalize_simulcast_size_experiment.h Add field trial for normalized simulcast size. 2018-10-15 08:05:38 +00:00
normalize_simulcast_size_experiment_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
OWNERS Add some OWNERS to rtc_base/experiments/ 2019-03-25 09:26:22 +00:00
quality_scaling_experiment.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
quality_scaling_experiment.h Move VideoCodecType from common_types.h to api/video/video_codec_type.h 2018-11-20 13:12:57 +00:00
quality_scaling_experiment_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
rate_control_settings.cc Allow encoder target bitrate to reach media rate if there is headroom. 2019-04-15 15:11:39 +00:00
rate_control_settings.h Allow encoder target bitrate to reach media rate if there is headroom. 2019-04-15 15:11:39 +00:00
rate_control_settings_unittest.cc Reland "Add new field trial for controlling congestion window settings" 2019-04-10 16:49:08 +00:00
rtt_mult_experiment.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
rtt_mult_experiment.h Add rtt_mult_experiment to evaluate video robustness vs. latency 2018-08-27 15:51:52 +00:00
rtt_mult_experiment_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00