Home
last modified time | relevance | path

Searched refs:OPUS_GET_LAST_PACKET_DURATION (Results 1 – 5 of 5) sorted by relevance

/external/libopus/tests/
Dtest_opus_decode.c111 if(opus_decoder_ctl(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed(); in test_decoder_code0()
127 if(opus_decoder_ctl(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed(); in test_decoder_code0()
190 if(opus_decoder_ctl(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed(); in test_decoder_code0()
205 if(opus_decoder_ctl(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed(); in test_decoder_code0()
214 if(opus_decoder_ctl(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed(); in test_decoder_code0()
329 if(opus_decoder_ctl(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed(); in test_decoder_code0()
Dopus_decode_fuzzer.c106 opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&frame_size)); in LLVMFuzzerTestOneInput()
Dtest_opus_api.c206 err=opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(null_int_ptr)); in test_dec_api()
209 err=opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&i)); in test_dec_api()
/external/libopus/include/
Dopus_defines.h757 #define OPUS_GET_LAST_PACKET_DURATION(x) OPUS_GET_LAST_PACKET_DURATION_REQUEST, __opus_check_int_pt… macro
/external/libopus/src/
Dopus_demo.c767 opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&output_samples)); in main()
775 opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&output_samples)); in main()