Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dframe_length_controller.cc169 auto decrease_threshold = config_.fl_changing_bandwidths_bps.end(); in FrameLengthDecreasingDecision() local
172 decrease_threshold = config_.fl_changing_bandwidths_bps.find( in FrameLengthDecreasingDecision()
174 if (decrease_threshold != config_.fl_changing_bandwidths_bps.end()) in FrameLengthDecreasingDecision()
178 if (decrease_threshold == config_.fl_changing_bandwidths_bps.end()) in FrameLengthDecreasingDecision()
191 *uplink_bandwidth_bps_ >= decrease_threshold->second) || in FrameLengthDecreasingDecision()