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.c107 opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&frame_size)); in LLVMFuzzerTestOneInput()
Dtest_opus_api.c205 err=opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION((opus_int32 *)NULL)); in test_dec_api()
208 err=opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&i)); in test_dec_api()
/external/libopus/include/
Dopus_defines.h743 #define OPUS_GET_LAST_PACKET_DURATION(x) OPUS_GET_LAST_PACKET_DURATION_REQUEST, __opus_check_int_pt… macro
/external/libopus/src/
Dopus_demo.c778 opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&output_samples)); in main()
786 opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&output_samples)); in main()