Searched refs:av_fifo_peek2 (Results 1 – 4 of 4) sorted by relevance
169 static inline uint8_t *av_fifo_peek2(const AVFifoBuffer *f, int offs) in av_fifo_peek2() function
36 int *v = (int *)av_fifo_peek2(fifo, i * sizeof(int)); in main()
204 … 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()
2409 Add av_fifo_peek2(), deprecate av_fifo_peek().