Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dopusdec.c432 s->delayed_samples + av_audio_fifo_size(s->sync_buffer)); in opus_decode_packet()
471 int sync_size = av_audio_fifo_size(s->sync_buffer); in opus_decode_packet()
483 ret = av_audio_fifo_read(s->sync_buffer, (void**)out, sync_size); in opus_decode_packet()
538 ret = av_audio_fifo_write(s->sync_buffer, (void**)buf, buffer_samples); in opus_decode_packet()
583 av_audio_fifo_drain(s->sync_buffer, av_audio_fifo_size(s->sync_buffer)); in opus_decode_flush()
604 av_audio_fifo_free(s->sync_buffer); in opus_decode_close()
684 s->sync_buffer = av_audio_fifo_alloc(avctx->sample_fmt, in opus_decode_init()
686 if (!s->sync_buffer) in opus_decode_init()
Dopus.h112 AVAudioFifo *sync_buffer; member
/third_party/lame/mpglib/
Dinterface.c298 sync_buffer(PMPSTR mp, int free_match) in sync_buffer() function
424 bytes = sync_buffer(mp, 0); in decodeMP3_clipchoice()
462 bytes = sync_buffer(mp, 1); in decodeMP3_clipchoice()
644 bytes = sync_buffer(mp, 1); in decodeMP3_clipchoice()