av_fifo_peek2     195 libavformat/dvenc.c                 frame_ptr[d]   = *av_fifo_peek2(c->audio_data[channel], of*2+1); // FIXME: maybe we have to admit
av_fifo_peek2     196 libavformat/dvenc.c                 frame_ptr[d+1] = *av_fifo_peek2(c->audio_data[channel], of*2);   //        that DV is a big-endian PCM
av_fifo_peek2      36 libavutil/tests/fifo.c         int *v = (int *)av_fifo_peek2(fifo, i * sizeof(int));