Home
last modified time | relevance | path

Searched refs:FFBufQueue (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dbufferqueue.h26 * FFBufQueue: simple AVFrame queue API
49 struct FFBufQueue { struct
60 static inline int ff_bufqueue_is_full(struct FFBufQueue *queue) in ff_bufqueue_is_full()
71 static inline void ff_bufqueue_add(void *log, struct FFBufQueue *queue, in ff_bufqueue_add()
87 static inline AVFrame *ff_bufqueue_peek(struct FFBufQueue *queue, in ff_bufqueue_peek()
98 static inline AVFrame *ff_bufqueue_get(struct FFBufQueue *queue) in ff_bufqueue_get()
111 static inline void ff_bufqueue_discard_all(struct FFBufQueue *queue) in ff_bufqueue_discard_all()
H A Dvf_deflicker.c64 struct FFBufQueue q;
H A Daf_speechnorm.c83 struct FFBufQueue queue;
H A Dvf_atadenoise.c57 struct FFBufQueue q;
H A Daf_dynaudnorm.c59 struct FFBufQueue queue;
/third_party/ffmpeg/libavcodec/
H A Dopusenc_psy.h59 struct FFBufQueue *bufqueue;
102 struct FFBufQueue *bufqueue, OpusEncOptions *options);
H A Daudiotoolboxenc.c47 struct FFBufQueue frame_queue;
48 struct FFBufQueue used_frame_queue;
H A Dopusenc.c45 struct FFBufQueue bufqueue;
H A Dopusenc_psy.c517 struct FFBufQueue *bufqueue, OpusEncOptions *options) in ff_opus_psy_init()
H A Dvorbisenc.c120 struct FFBufQueue bufqueue;

Completed in 11 milliseconds