Home
last modified time | relevance | path

Searched refs:ff_qsv_find_surface_idx (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dqsv_internal.h143 int ff_qsv_find_surface_idx(QSVFramesContext *ctx, QSVFrame *frame);
Dqsv.c241 int ff_qsv_find_surface_idx(QSVFramesContext *ctx, QSVFrame *frame) in ff_qsv_find_surface_idx() function
Dqsvdec.c363 ret = ff_qsv_find_surface_idx(&q->frames_ctx, frame); in alloc_frame()
Dqsvenc.c1320 ret = ff_qsv_find_surface_idx(&q->frames_ctx, qf); in submit_frame()