Searched refs:OPUS_SET_GAIN (Results 1 – 3 of 3) sorted by relevance
80 status = opus_multistream_decoder_ctl(decoder, OPUS_SET_GAIN(gain)); in DECODER_FUNC()
747 #define OPUS_SET_GAIN(x) OPUS_SET_GAIN_REQUEST, __opus_check_int(x) macro
222 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(-32769)); in test_dec_api()225 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(32768)); in test_dec_api()228 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(-15)); in test_dec_api()579 err=opus_multistream_decoder_ctl(dec,OPUS_SET_GAIN(15)); in test_msdec_api()