Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus.c205 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
217 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
224 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
229 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
238 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
247 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
259 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
264 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
270 return OPUS_INVALID_PACKET; in opus_packet_parse_impl()
282 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()
294 return OPUS_INVALID_PACKET; in opus_multistream_packet_pad()
325 return OPUS_INVALID_PACKET; in opus_multistream_packet_unpad()
Dopus_multistream_decoder.c169 return OPUS_INVALID_PACKET; in opus_multistream_packet_validate()
176 return OPUS_INVALID_PACKET; in opus_multistream_packet_validate()
222 return OPUS_INVALID_PACKET; in opus_multistream_decode_native()
Dopus_decoder.c944 return OPUS_INVALID_PACKET; in opus_packet_get_nb_frames()
961 return OPUS_INVALID_PACKET; in opus_packet_get_nb_samples()
/external/libopus/tests/
Dtest_opus_api.c255 if(opus_packet_get_nb_samples(packet,1,24000)!=OPUS_INVALID_PACKET)test_failed(); in test_dec_api()
259 if(opus_packet_get_nb_samples(packet,2,48000)!=OPUS_INVALID_PACKET)test_failed(); in test_dec_api()
260 if(opus_decoder_get_nb_samples(dec,packet,2)!=OPUS_INVALID_PACKET)test_failed(); in test_dec_api()
266 int l1res[4]={1,2,2,OPUS_INVALID_PACKET}; in test_dec_api()
304 if(opus_decode(dec, packet, 51, sbuf, 960, 0)!=OPUS_INVALID_PACKET)test_failed(); in test_dec_api()
654 if(opus_multistream_decode(dec, packet, 51, sbuf, 960, 0)!=OPUS_INVALID_PACKET)test_failed(); in test_msdec_api()
756 } else if(ret!=OPUS_INVALID_PACKET)test_failed(); in test_parse()
769 if(ret!=OPUS_INVALID_PACKET)test_failed(); in test_parse()
774 if(ret!=OPUS_INVALID_PACKET)test_failed(); in test_parse()
783 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/celt/
Dcelt_decoder.c726 return OPUS_INVALID_PACKET;
734 return OPUS_INVALID_PACKET;