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.c1560 if(opus_packet_unpad(po,len)!=len)test_failed(); in test_repacketizer_api()
1566 if(opus_packet_unpad(po,len+256)!=len)test_failed(); in test_repacketizer_api()
1675 if(opus_packet_unpad(po,len)!=len)test_failed(); in test_repacketizer_api()
1681 if(opus_packet_unpad(po,len+256)!=len)test_failed(); in test_repacketizer_api()
1717 if(opus_packet_unpad(po,0)!=OPUS_BAD_ARG)test_failed(); in test_repacketizer_api()
1721 if(opus_packet_unpad(po,4)!=OPUS_INVALID_PACKET)test_failed(); in test_repacketizer_api()
Dtest_opus_encode.c451 len=opus_packet_unpad(packet,len); in run_test1()
/external/libopus/src/
Drepacketizer.c263 opus_int32 opus_packet_unpad(unsigned char *data, opus_int32 len) in opus_packet_unpad() function