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()
979 bak_bandwidth = st->user_bandwidth; in encode_multiframe_packet()
983 st->user_bandwidth = st->bandwidth; in encode_multiframe_packet()
1030 st->user_bandwidth = bak_bandwidth; in encode_multiframe_packet()
1504 if (st->user_bandwidth != OPUS_AUTO) in opus_encode_native()
1505 st->bandwidth = st->user_bandwidth; in opus_encode_native()
1525 if (st->detected_bandwidth && st->user_bandwidth == OPUS_AUTO) in opus_encode_native()
2385 st->user_bandwidth = value; in opus_encoder_ctl()
2386 if (st->user_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encoder_ctl()
[all …]