Home
last modified time | relevance | path

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

/external/chromium_org/third_party/opus/src/src/
Dopus_encoder.c103 int detected_bandwidth; member
1037 st->detected_bandwidth = 0; in opus_encode_native()
1046 st->detected_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1048 st->detected_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1050 st->detected_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
1052 st->detected_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native()
1054 st->detected_bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encode_native()
1328 if (st->detected_bandwidth && st->user_bandwidth == OPUS_AUTO) in opus_encode_native()
1346 st->detected_bandwidth = IMAX(st->detected_bandwidth, min_detected_bandwidth); in opus_encode_native()
1347 st->bandwidth = IMIN(st->bandwidth, st->detected_bandwidth); in opus_encode_native()