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()
297 return OPUS_INVALID_PACKET; in opus_multistream_packet_pad()
328 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.c741 return OPUS_INVALID_PACKET; in opus_decode_float()
778 return OPUS_INVALID_PACKET; in opus_decode()
975 return OPUS_INVALID_PACKET; in opus_packet_get_nb_frames()
992 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/doc/
Dopus_update.patch143 return OPUS_INVALID_PACKET;
152 return OPUS_INVALID_PACKET;
/external/libopus/celt/
Dcelt_decoder.c859 return OPUS_INVALID_PACKET;
867 return OPUS_INVALID_PACKET;