Searched refs:OPUS_GET_PITCH (Results 1 – 3 of 3) sorted by relevance
/external/libopus/tests/ |
D | test_opus_api.c | 181 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(nullvalue)); in test_dec_api() 185 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(&i)); in test_dec_api() 193 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(&i)); in test_dec_api() 200 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(&i)); in test_dec_api() 613 err=opus_multistream_decoder_ctl(dec, OPUS_GET_PITCH(nullvalue)); in test_msdec_api() 617 err=opus_multistream_decoder_ctl(dec, OPUS_GET_PITCH(&i)); in test_msdec_api() 625 err=opus_multistream_decoder_ctl(dec, OPUS_GET_PITCH(&i)); in test_msdec_api() 632 err=opus_multistream_decoder_ctl(dec, OPUS_GET_PITCH(&i)); in test_msdec_api()
|
/external/libopus/include/ |
D | opus_defines.h | 662 #define OPUS_GET_PITCH(x) OPUS_GET_PITCH_REQUEST, __opus_check_int_ptr(x) macro
|
/external/libopus/src/ |
D | opus_decoder.c | 835 celt_decoder_ctl(celt_dec, OPUS_GET_PITCH(value)); in opus_decoder_ctl()
|