Searched refs:max_bandwidth (Results 1 – 1 of 1) sorted by relevance
72 int max_bandwidth; member228 st->max_bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encoder_init()1306 if (st->bandwidth>st->max_bandwidth) in opus_encode_native()1307 st->bandwidth = st->max_bandwidth; in opus_encode_native()2160 st->max_bandwidth = value; in opus_encoder_ctl()2161 if (st->max_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encoder_ctl()2163 } else if (st->max_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encoder_ctl()2177 *value = st->max_bandwidth; in opus_encoder_ctl()