Searched refs:opus_packet_parse (Results 1 – 4 of 4) sorted by relevance
/external/libopus/tests/ |
D | test_opus_api.c | 722 if(opus_packet_parse(packet,1,&toc,frames,0,&payload_offset)!=OPUS_BAD_ARG)test_failed(); in test_parse() 729 ret=opus_packet_parse(packet,4,&toc,frames,size,&payload_offset); in test_parse() 745 ret=opus_packet_parse(packet,jj,&toc,frames,size,&payload_offset); in test_parse() 767 ret=opus_packet_parse(packet,1,&toc,frames,size,&payload_offset); in test_parse() 772 ret=opus_packet_parse(packet,2,&toc,frames,size,&payload_offset); in test_parse() 781 ret=opus_packet_parse(packet,j+(j<252?2:3)-1,&toc,frames,size,&payload_offset); in test_parse() 786 ret=opus_packet_parse(packet,j+(j<252?2:3)+1276,&toc,frames,size,&payload_offset); in test_parse() 791 ret=opus_packet_parse(packet,j+(j<252?2:3),&toc,frames,size,&payload_offset); in test_parse() 799 ret=opus_packet_parse(packet,(j<<1)+4,&toc,frames,size,&payload_offset); in test_parse() 815 ret=opus_packet_parse(packet,1,&toc,frames,size,&payload_offset); in test_parse() [all …]
|
D | test_opus_encode.c | 426 if(opus_packet_parse(packet,len,&toc,frames,size,&payload_offset)<=0)test_failed(); in run_test1()
|
/external/libopus/include/ |
D | opus.h | 527 OPUS_EXPORT int opus_packet_parse(
|
/external/libopus/src/ |
D | opus.c | 322 int opus_packet_parse(const unsigned char *data, opus_int32 len, in opus_packet_parse() function
|