Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_encoder.c75 int user_bandwidth; member
245 st->user_bandwidth = OPUS_AUTO; in opus_encoder_init()
960 bak_bandwidth = st->user_bandwidth; in encode_multiframe_packet()
964 st->user_bandwidth = st->bandwidth; in encode_multiframe_packet()
1011 st->user_bandwidth = bak_bandwidth; in encode_multiframe_packet()
1501 if (st->user_bandwidth != OPUS_AUTO) in opus_encode_native()
1502 st->bandwidth = st->user_bandwidth; in opus_encode_native()
1522 if (st->detected_bandwidth && st->user_bandwidth == OPUS_AUTO) in opus_encode_native()
2374 st->user_bandwidth = value; in opus_encoder_ctl()
2375 if (st->user_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encoder_ctl()
[all …]