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

  /external/chromium_org/third_party/opus/src/include/
opus_defines.h 624 #define OPUS_SET_GAIN(x) OPUS_SET_GAIN_REQUEST, __opus_check_int(x)
625 /** Gets the decoder's configured gain adjustment. @see OPUS_SET_GAIN
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c 201 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(-32769));
204 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(32768));
207 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(-15));
215 fprintf(stdout," OPUS_SET_GAIN ................................ OK.\n");
563 err=opus_multistream_decoder_ctl(dec,OPUS_SET_GAIN(15));
565 fprintf(stdout," OPUS_SET_GAIN ................................ OK.\n");
    [all...]

Completed in 409 milliseconds