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
246 st->user_bandwidth = OPUS_AUTO; in opus_encoder_init()
965 bak_bandwidth = st->user_bandwidth; in encode_multiframe_packet()
969 st->user_bandwidth = st->bandwidth; in encode_multiframe_packet()
1016 st->user_bandwidth = bak_bandwidth; in encode_multiframe_packet()
1511 if (st->user_bandwidth != OPUS_AUTO) in opus_encode_native()
1512 st->bandwidth = st->user_bandwidth; in opus_encode_native()
1532 if (st->detected_bandwidth && st->user_bandwidth == OPUS_AUTO) in opus_encode_native()
2384 st->user_bandwidth = value; in opus_encoder_ctl()
2385 if (st->user_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encoder_ctl()
[all …]