Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_encoder.c71 int user_bandwidth; member
227 st->user_bandwidth = OPUS_AUTO; in opus_encoder_init()
1309 if (st->user_bandwidth != OPUS_AUTO) in opus_encode_native()
1310 st->bandwidth = st->user_bandwidth; in opus_encode_native()
1330 if (st->detected_bandwidth && st->user_bandwidth == OPUS_AUTO) in opus_encode_native()
1387 bak_bandwidth = st->user_bandwidth; in opus_encode_native()
1391 st->user_bandwidth = st->bandwidth; in opus_encode_native()
1432 st->user_bandwidth = bak_bandwidth; in opus_encode_native()
2187 st->user_bandwidth = value; in opus_encoder_ctl()
2188 if (st->user_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encoder_ctl()
[all …]