Home
last modified time | relevance | path

Searched refs:opus_packet_unpad (Results 1 – 4 of 4) sorted by relevance

/external/libopus/include/
Dopus.h942 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_packet_unpad(unsigned char *data, opus_int32 le…
/external/libopus/tests/
Dtest_opus_api.c1553 if(opus_packet_unpad(po,len)!=len)test_failed(); in test_repacketizer_api()
1559 if(opus_packet_unpad(po,len+256)!=len)test_failed(); in test_repacketizer_api()
1668 if(opus_packet_unpad(po,len)!=len)test_failed(); in test_repacketizer_api()
1674 if(opus_packet_unpad(po,len+256)!=len)test_failed(); in test_repacketizer_api()
1710 if(opus_packet_unpad(po,0)!=OPUS_BAD_ARG)test_failed(); in test_repacketizer_api()
1714 if(opus_packet_unpad(po,4)!=OPUS_INVALID_PACKET)test_failed(); in test_repacketizer_api()
Dtest_opus_encode.c295 len=opus_packet_unpad(packet,len); in run_test1()
/external/libopus/src/
Drepacketizer.c262 opus_int32 opus_packet_unpad(unsigned char *data, opus_int32 len) in opus_packet_unpad() function