Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dopusdec.c173 static int opus_decode_frame(OpusStreamContext *s, const uint8_t *data, int size) in opus_decode_frame() function
389 int samples = opus_decode_frame(s, buf + s->packet.frame_offset[i], size); in opus_decode_subpacket()