Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dframequeue.h95 uint64_t total_samples_head; member
156 return fq->total_samples_head - fq->total_samples_tail; in ff_framequeue_queued_samples()
Dframequeue.c43 av_assert0(nb_samples == fq->total_samples_head - fq->total_samples_tail); in check_consistency()
93 fq->total_samples_head += frame->nb_samples; in ff_framequeue_add()