Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_encoder.c107 int detected_bandwidth; member
1023 st->detected_bandwidth = 0; in opus_encode_native()
1032 st->detected_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1034 st->detected_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1036 st->detected_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
1038 st->detected_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native()
1040 st->detected_bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encode_native()
1330 if (st->detected_bandwidth && st->user_bandwidth == OPUS_AUTO) in opus_encode_native()
1348 st->detected_bandwidth = IMAX(st->detected_bandwidth, min_detected_bandwidth); in opus_encode_native()
1349 st->bandwidth = IMIN(st->bandwidth, st->detected_bandwidth); in opus_encode_native()