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

  /external/libopus/include/
opus_defines.h 701 #define OPUS_SET_GAIN(x) OPUS_SET_GAIN_REQUEST, __opus_check_int(x)
702 /** Gets the decoder's configured gain adjustment. @see OPUS_SET_GAIN
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 389 OPUS_SET_GAIN(mHeader->gain_db));
  /external/libopus/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 53 milliseconds