Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dfifo.h169 static inline uint8_t *av_fifo_peek2(const AVFifoBuffer *f, int offs) in av_fifo_peek2() function
/third_party/ffmpeg/libavutil/tests/
Dfifo.c36 int *v = (int *)av_fifo_peek2(fifo, i * sizeof(int)); in main()
/third_party/ffmpeg/libavformat/
Ddvenc.c204 … frame_ptr[d] = *av_fifo_peek2(c->audio_data[channel], of*2+1); // FIXME: maybe we have to admit in dv_inject_audio()
205 …frame_ptr[d+1] = *av_fifo_peek2(c->audio_data[channel], of*2); // that DV is a big-endian… in dv_inject_audio()
/third_party/ffmpeg/doc/
DAPIchanges2409 Add av_fifo_peek2(), deprecate av_fifo_peek().