Searched refs:max_bandwidth (Results 1 – 1 of 1) sorted by relevance
76 int max_bandwidth; member246 st->max_bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encoder_init()1501 if (st->bandwidth>st->max_bandwidth) in opus_encode_native()1502 st->bandwidth = st->max_bandwidth; in opus_encode_native()2358 st->max_bandwidth = value; in opus_encoder_ctl()2359 if (st->max_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encoder_ctl()2361 } else if (st->max_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encoder_ctl()2375 *value = st->max_bandwidth; in opus_encoder_ctl()