Home | History | Annotate | Download | only in tests

Lines Matching refs:OPUS_SET_GAIN

221    err=opus_decoder_ctl(dec, OPUS_SET_GAIN(-32769));
224 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(32768));
227 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(-15));
235 fprintf(stdout," OPUS_SET_GAIN ................................ OK.\n");
583 err=opus_multistream_decoder_ctl(dec,OPUS_SET_GAIN(15));
585 fprintf(stdout," OPUS_SET_GAIN ................................ OK.\n");