Home
last modified time | relevance | path

Searched refs:OPUS_SET_GAIN (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/opus/src/include/
Dopus_defines.h674 #define OPUS_SET_GAIN(x) OPUS_SET_GAIN_REQUEST, __opus_check_int(x) macro
/external/chromium_org/media/filters/
Dopus_audio_decoder.cc513 opus_decoder_, OPUS_SET_GAIN(opus_extra_data.gain_db)); in ConfigureDecoder()
/external/chromium_org/third_party/opus/src/tests/
Dtest_opus_api.c221 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(-32769)); in test_dec_api()
224 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(32768)); in test_dec_api()
227 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(-15)); in test_dec_api()
583 err=opus_multistream_decoder_ctl(dec,OPUS_SET_GAIN(15)); in test_msdec_api()