Home
last modified time | relevance | path

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

/external/chromium_org/third_party/opus/src/src/
Dopus_encoder.c70 int user_bandwidth; member
224 st->user_bandwidth = OPUS_AUTO; in opus_encoder_init()
1307 if (st->user_bandwidth != OPUS_AUTO) in opus_encode_native()
1308 st->bandwidth = st->user_bandwidth; in opus_encode_native()
1328 if (st->detected_bandwidth && st->user_bandwidth == OPUS_AUTO) in opus_encode_native()
1389 bak_bandwidth = st->user_bandwidth; in opus_encode_native()
1393 st->user_bandwidth = st->bandwidth; in opus_encode_native()
1430 st->user_bandwidth = bak_bandwidth; in opus_encode_native()
2153 st->user_bandwidth = value; in opus_encoder_ctl()
2154 if (st->user_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encoder_ctl()
[all …]