Home
last modified time | relevance | path

Searched refs:OPUS_GET_PITCH (Results 1 – 3 of 3) sorted by relevance

/external/libopus/tests/
Dtest_opus_api.c181 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/
Dopus_defines.h755 #define OPUS_GET_PITCH(x) OPUS_GET_PITCH_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/src/
Dopus_decoder.c867 celt_decoder_ctl(celt_dec, OPUS_GET_PITCH(value)); in opus_decoder_ctl()