HomeSort by relevance Sort by last modified time
    Searched refs:OPUS_SET_GAIN (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/opus/src/include/
opus_defines.h 674 #define OPUS_SET_GAIN(x) OPUS_SET_GAIN_REQUEST, __opus_check_int(x)
675 /** Gets the decoder's configured gain adjustment. @see OPUS_SET_GAIN
  /external/chromium_org/media/filters/
opus_audio_decoder.cc 513 opus_decoder_, OPUS_SET_GAIN(opus_extra_data.gain_db));
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c 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");
    [all...]

Completed in 30 milliseconds