HomeSort by relevance Sort by last modified time
    Searched refs:opus_decode_native (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/opus/src/src/
opus_private.h 74 int opus_decode_native(OpusDecoder *st, const unsigned char *data, opus_int32 len,
opus_decoder.c 261 /* For CELT/hybrid PLC of more than 20 ms, opus_decode_native() will do
697 int opus_decode_native(OpusDecoder *st, const unsigned char *data, function
744 return opus_decode_native(st, NULL, 0, pcm, frame_size, 0, 0, NULL);
747 ret = opus_decode_native(st, NULL, 0, pcm, frame_size-packet_frame_size, 0, 0, NULL);
803 return opus_decode_native(st, data, len, pcm, frame_size, decode_fec, 0, NULL);
816 ret = opus_decode_native(st, data, len, out, frame_size, decode_fec, 0, NULL);
844 ret = opus_decode_native(st, data, len, out, frame_size, decode_fec, 0, NULL);
857 return opus_decode_native(st, data, len, pcm, frame_size, decode_fec, 0, NULL);
opus_multistream.c 742 ret = opus_decode_native(dec, data, len, buf, frame_size, decode_fec, s!=st->layout.nb_streams-1, &packet_offset);

Completed in 578 milliseconds