Home
last modified time | relevance | path

Searched refs:total_frames_head (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dframequeue.c40 av_assert0(fq->queued == fq->total_frames_head - fq->total_frames_tail); in check_consistency()
92 fq->total_frames_head++; in ff_framequeue_add()
Dframequeue.h84 uint64_t total_frames_head; member