Home
last modified time | relevance | path

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

/external/libopus/include/
Dopus_defines.h752 #define OPUS_GET_GAIN(x) OPUS_GET_GAIN_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/tests/
Dtest_opus_api.c215 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(&i)); in test_dec_api()
219 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(null_int_ptr)); in test_dec_api()
232 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(&i)); in test_dec_api()
574 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i)); in test_msdec_api()
588 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i)); in test_msdec_api()