Home
last modified time | relevance | path

Searched defs:src_frame (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext.c507 AVFrame *src_frame; in av_hwframe_get_buffer() local
Dhwcontext_qsv.c1157 const AVFrame *src_frame; in qsv_transfer_data_to() local
/third_party/ffmpeg/libavcodec/
Dqsvdec.c691 AVFrame *src_frame; in qsv_decode() local
Dpngdec.c1645 ThreadFrame *src_frame = NULL; in update_thread_context() local
/third_party/ffmpeg/fftools/
Dffplay.c1732 static int queue_picture(VideoState *is, AVFrame *src_frame, double pts, double duration, int64_t p… in queue_picture()