Home
last modified time | relevance | path

Searched refs:OPUS_GET_GAIN (Results 1 – 2 of 2) sorted by relevance

/external/libopus/include/
Dopus_defines.h738 #define OPUS_GET_GAIN(x) OPUS_GET_GAIN_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/tests/
Dtest_opus_api.c214 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(&i)); in test_dec_api()
218 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(nullvalue)); in test_dec_api()
231 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(&i)); in test_dec_api()
578 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i)); in test_msdec_api()
592 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i)); in test_msdec_api()