Home | History | Annotate | Download | only in src

Lines Matching refs:user_bandwidth

70     int          user_bandwidth;
225 st->user_bandwidth = OPUS_AUTO;
1281 if (st->user_bandwidth != OPUS_AUTO)
1282 st->bandwidth = st->user_bandwidth;
1302 if (st->detected_bandwidth && st->user_bandwidth == OPUS_AUTO)
1359 bak_bandwidth = st->user_bandwidth;
1363 st->user_bandwidth = st->bandwidth;
1404 st->user_bandwidth = bak_bandwidth;
2142 st->user_bandwidth = value;
2143 if (st->user_bandwidth == OPUS_BANDWIDTH_NARROWBAND) {
2145 } else if (st->user_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) {