Home
last modified time | relevance | path

Searched refs:channel_2_to_1_bandwidth_bps (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dchannel_controller.cc22 int channel_2_to_1_bandwidth_bps) in Config() argument
26 channel_2_to_1_bandwidth_bps(channel_2_to_1_bandwidth_bps) {} in Config()
51 *uplink_bandwidth_bps_ <= config_.channel_2_to_1_bandwidth_bps) { in MakeDecision()
Dchannel_controller.h29 int channel_2_to_1_bandwidth_bps);
37 int channel_2_to_1_bandwidth_bps; member
Dconfig.proto141 optional int32 channel_2_to_1_bandwidth_bps = 2; field
Dcontroller_manager.cc170 config.channel_2_to_1_bandwidth_bps()))); in CreateChannelController()