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