Lines Matching refs:user_bandwidth
75 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()
2387 } else if (st->user_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encoder_ctl()