Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dframequeue.h101 uint64_t total_samples_tail; 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()
109 fq->total_samples_tail += b->frame->nb_samples; in ff_framequeue_take()
149 fq->total_samples_tail += samples; in ff_framequeue_skip_samples()