Searched refs:av_fifo_peek (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
D | fifo.c | 82 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/ |
D | fifo.h | 185 int av_fifo_peek(AVFifo *f, void *buf, size_t nb_elems, size_t offset);
|
D | audio_fifo.c | 167 if ((ret = av_fifo_peek(af->buf[i], data[i], size, offset)) < 0) in av_audio_fifo_peek_at()
|
D | fifo.c | 255 int av_fifo_peek(AVFifo *f, void *buf, size_t nb_elems, size_t offset) in av_fifo_peek() function
|
/third_party/ffmpeg/libavformat/ |
D | dvenc.c | 204 av_fifo_peek(c->audio_data[channel], frame_ptr + d, 2, of * 2); in dv_inject_audio()
|
D | async.c | 121 ret = av_fifo_peek(ring->fifo, dest, buf_size, ring->read_pos); in ring_read()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deshake_opencl.c | 876 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/ |
D | amfenc.c | 482 av_fifo_peek(ctx->timestamp_list, ×tamp_last, 1, can_read - 1); in amf_copy_buffer()
|
D | libvpxenc.c | 339 if (!pkt || av_fifo_peek(fifo, &frame_hdr10_plus, 1, 0) < 0) in copy_hdr10_plus_to_pkt()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 95 av_fifo_peek(), av_fifo_peek_to_cb(), av_fifo_drain2(), av_fifo_reset2(), 2688 Add av_fifo_peek2(), deprecate av_fifo_peek().
|