Home
last modified time | relevance | path

Searched refs:OPUS_INVALID_PACKET (Results 1 – 9 of 9) sorted by relevance

/external/libopus/src/
Dopus.c211 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
232 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
244 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
251 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
256 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
265 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
274 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
286 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
291 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
297 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
[all …]
Drepacketizer.c66 if (len<1) return OPUS_INVALID_PACKET; in opus_repacketizer_cat_impl()
74 return OPUS_INVALID_PACKET; in opus_repacketizer_cat_impl()
77 if(curr_nb_frames<1) return OPUS_INVALID_PACKET; in opus_repacketizer_cat_impl()
82 return OPUS_INVALID_PACKET; in opus_repacketizer_cat_impl()
298 return OPUS_INVALID_PACKET; in opus_multistream_packet_pad()
329 return OPUS_INVALID_PACKET; in opus_multistream_packet_unpad()
Dopus_multistream_decoder.c163 return OPUS_INVALID_PACKET; in opus_multistream_packet_validate()
170 return OPUS_INVALID_PACKET; in opus_multistream_packet_validate()
223 return OPUS_INVALID_PACKET; in opus_multistream_decode_native()
Dopus_decoder.c770 return OPUS_INVALID_PACKET; in opus_decode_float()
808 return OPUS_INVALID_PACKET; in opus_decode()
1006 return OPUS_INVALID_PACKET; in opus_packet_get_nb_frames()
1023 return OPUS_INVALID_PACKET; in opus_packet_get_nb_samples()
/external/libopus/tests/
Dtest_opus_api.c256 if(opus_packet_get_nb_samples(packet,1,24000)!=OPUS_INVALID_PACKET)test_failed(); in test_dec_api()
260 if(opus_packet_get_nb_samples(packet,2,48000)!=OPUS_INVALID_PACKET)test_failed(); in test_dec_api()
261 if(opus_decoder_get_nb_samples(dec,packet,2)!=OPUS_INVALID_PACKET)test_failed(); in test_dec_api()
267 int l1res[4]={1,2,2,OPUS_INVALID_PACKET}; in test_dec_api()
305 if(opus_decode(dec, packet, 51, sbuf, 960, 0)!=OPUS_INVALID_PACKET)test_failed(); in test_dec_api()
650 if(opus_multistream_decode(dec, packet, 51, sbuf, 960, 0)!=OPUS_INVALID_PACKET)test_failed(); in test_msdec_api()
754 } else if(ret!=OPUS_INVALID_PACKET)test_failed(); in test_parse()
767 if(ret!=OPUS_INVALID_PACKET)test_failed(); in test_parse()
772 if(ret!=OPUS_INVALID_PACKET)test_failed(); in test_parse()
781 if(ret!=OPUS_INVALID_PACKET)test_failed(); in test_parse()
[all …]
Dtest_opus_padding.c68 if (result != OPUS_INVALID_PACKET) { in test_overflow()
/external/libopus/include/
Dopus_defines.h54 #define OPUS_INVALID_PACKET -4 macro
/external/libopus/doc/
Dopus_update.patch143 return OPUS_INVALID_PACKET;
152 return OPUS_INVALID_PACKET;
/external/libopus/celt/
Dcelt_decoder.c891 return OPUS_INVALID_PACKET;
899 return OPUS_INVALID_PACKET;