Home
last modified time | relevance | path

Searched refs:self_delimited (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
Drepacketizer.c97 …usRepacketizer *rp, int begin, int end, unsigned char *data, opus_int32 maxlen, int self_delimited) in opus_repacketizer_out_range_impl() argument
113 if (self_delimited) in opus_repacketizer_out_range_impl()
185 if (self_delimited) { in opus_repacketizer_out_range_impl()
Dopus_private.h106 opus_val16 *pcm, int frame_size, int decode_fec, int self_delimited,
115 …sRepacketizer *rp, int begin, int end, unsigned char *data, opus_int32 maxlen, int self_delimited);
Dopus_decoder.c585 int self_delimited, unsigned char *out_toc, in opus_packet_parse_impl() argument
615 if (!self_delimited) in opus_packet_parse_impl()
675 } else if (!self_delimited) in opus_packet_parse_impl()
687 if (self_delimited) in opus_packet_parse_impl()
741 int self_delimited, int *packet_offset, int soft_clip) in opus_decode_native() argument
778 count = opus_packet_parse_impl(data, len, self_delimited, &toc, NULL, size, &offset); in opus_decode_native()