Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.cc246 opus_int32 max_bandwidth; in WebRtcOpus_GetMaxPlaybackRate() local
250 max_bandwidth = 0; in WebRtcOpus_GetMaxPlaybackRate()
265 if (max_bandwidth != 0 && max_bandwidth != bandwidth) in WebRtcOpus_GetMaxPlaybackRate()
268 max_bandwidth = bandwidth; in WebRtcOpus_GetMaxPlaybackRate()
271 *result_hz = max_bandwidth; in WebRtcOpus_GetMaxPlaybackRate()
/external/webrtc/pc/
Dpeer_connection_factory.cc371 FieldTrialParameter<DataRate> max_bandwidth("max", in CreateCall_w() local
373 ParseFieldTrial({&min_bandwidth, &start_bandwidth, &max_bandwidth}, in CreateCall_w()
381 rtc::saturated_cast<int>(max_bandwidth->bps()); in CreateCall_w()
/external/libopus/src/
Dopus_encoder.c76 int max_bandwidth; member
246 st->max_bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encoder_init()
1498 if (st->bandwidth>st->max_bandwidth) in opus_encode_native()
1499 st->bandwidth = st->max_bandwidth; in opus_encode_native()
2347 st->max_bandwidth = value; in opus_encoder_ctl()
2348 if (st->max_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encoder_ctl()
2350 } else if (st->max_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encoder_ctl()
2364 *value = st->max_bandwidth; in opus_encoder_ctl()