Home
last modified time | relevance | path

Searched refs:opus_packet_parse (Results 1 – 6 of 6) sorted by relevance

/external/libopus/tests/
Dtest_opus_api.c720 if(opus_packet_parse(packet,1,&toc,frames,0,&payload_offset)!=OPUS_BAD_ARG)test_failed(); in test_parse()
727 ret=opus_packet_parse(packet,4,&toc,frames,size,&payload_offset); in test_parse()
743 ret=opus_packet_parse(packet,jj,&toc,frames,size,&payload_offset); in test_parse()
765 ret=opus_packet_parse(packet,1,&toc,frames,size,&payload_offset); in test_parse()
770 ret=opus_packet_parse(packet,2,&toc,frames,size,&payload_offset); in test_parse()
779 ret=opus_packet_parse(packet,j+(j<252?2:3)-1,&toc,frames,size,&payload_offset); in test_parse()
784 ret=opus_packet_parse(packet,j+(j<252?2:3)+1276,&toc,frames,size,&payload_offset); in test_parse()
789 ret=opus_packet_parse(packet,j+(j<252?2:3),&toc,frames,size,&payload_offset); in test_parse()
797 ret=opus_packet_parse(packet,(j<<1)+4,&toc,frames,size,&payload_offset); in test_parse()
813 ret=opus_packet_parse(packet,1,&toc,frames,size,&payload_offset); in test_parse()
[all …]
Dtest_opus_encode.c619 if(opus_packet_parse(packet,len,&toc,frames,size,&payload_offset)<=0)test_failed(); in run_test1()
/external/libopus/include/
Dopus.h637 OPUS_EXPORT int opus_packet_parse(
/external/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.cc811 if (opus_packet_parse(payload, static_cast<opus_int32>(payload_length_bytes), in WebRtcOpus_PacketHasFec()
860 opus_packet_parse(payload, static_cast<opus_int32>(payload_length_bytes), in WebRtcOpus_PacketHasVoiceActivity()
/external/libopus/src/
Dopus.c355 int opus_packet_parse(const unsigned char *data, opus_int32 len, in opus_packet_parse() function
Dopus_decoder.c1155 ret = opus_packet_parse(packet, len, NULL, frames, size, NULL); in opus_packet_has_lbrr()