Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/tests/
Dfifo.c82 av_fifo_peek(fifo, &j, 1, i); in main()
96 (void) av_fifo_peek(fifo, p, n, 0); in main()
118 av_fifo_peek(fifo, &j, 1, i); in main()
134 av_fifo_peek(fifo, &j, 1, i); in main()
/third_party/ffmpeg/libavutil/
Dfifo.h185 int av_fifo_peek(AVFifo *f, void *buf, size_t nb_elems, size_t offset);
Daudio_fifo.c167 if ((ret = av_fifo_peek(af->buf[i], data[i], size, offset)) < 0) in av_audio_fifo_peek_at()
Dfifo.c255 int av_fifo_peek(AVFifo *f, void *buf, size_t nb_elems, size_t offset) in av_fifo_peek() function
/third_party/ffmpeg/libavformat/
Ddvenc.c204 av_fifo_peek(c->audio_data[channel], frame_ptr + d, 2, of * 2); in dv_inject_audio()
Dasync.c121 ret = av_fifo_peek(ring->fifo, dest, buf_size, ring->read_pos); in ring_read()
/third_party/ffmpeg/libavfilter/
Dvf_deshake_opencl.c876 av_fifo_peek(values, val, 1, offset_clipped); in ringbuf_float_at()
1425 av_fifo_peek(deshake_ctx->abs_motion.ringbuffers[i], in filter_frame()
1914 av_fifo_peek( in queue_frame()
/third_party/ffmpeg/libavcodec/
Damfenc.c482 av_fifo_peek(ctx->timestamp_list, &timestamp_last, 1, can_read - 1); in amf_copy_buffer()
Dlibvpxenc.c339 if (!pkt || av_fifo_peek(fifo, &frame_hdr10_plus, 1, 0) < 0) in copy_hdr10_plus_to_pkt()
/third_party/ffmpeg/doc/
DAPIchanges95 av_fifo_peek(), av_fifo_peek_to_cb(), av_fifo_drain2(), av_fifo_reset2(),
2688 Add av_fifo_peek2(), deprecate av_fifo_peek().