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

  /external/libopus/include/
opus_defines.h 700 #define OPUS_GET_GAIN(x) OPUS_GET_GAIN_REQUEST, __opus_check_int_ptr(x)
  /external/libopus/tests/
test_opus_api.c 214 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(&i));
218 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(nullvalue));
231 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(&i));
236 fprintf(stdout," OPUS_GET_GAIN ................................ OK.\n");
578 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i));
592 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i));
597 fprintf(stdout," OPUS_GET_GAIN ................................ OK.\n");
    [all...]

Completed in 39 milliseconds