Searched refs:max_bandwidth (Results 1 – 3 of 3) sorted by relevance
246 opus_int32 max_bandwidth; in WebRtcOpus_GetMaxPlaybackRate() local250 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()
371 FieldTrialParameter<DataRate> max_bandwidth("max", in CreateCall_w() local373 ParseFieldTrial({&min_bandwidth, &start_bandwidth, &max_bandwidth}, in CreateCall_w()381 rtc::saturated_cast<int>(max_bandwidth->bps()); in CreateCall_w()
76 int max_bandwidth; member246 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()