QSVFrame 237 libavcodec/qsv.c int ff_qsv_find_surface_idx(QSVFramesContext *ctx, QSVFrame *frame) QSVFrame 80 libavcodec/qsv_internal.h struct QSVFrame *next; QSVFrame 141 libavcodec/qsv_internal.h int ff_qsv_find_surface_idx(QSVFramesContext *ctx, QSVFrame *frame); QSVFrame 161 libavcodec/qsvdec.c return sizeof(mfxSyncPoint*) + sizeof(QSVFrame*); QSVFrame 296 libavcodec/qsvdec.c static int alloc_frame(AVCodecContext *avctx, QSVContext *q, QSVFrame *frame) QSVFrame 338 libavcodec/qsvdec.c QSVFrame *cur = q->work_frames; QSVFrame 350 libavcodec/qsvdec.c QSVFrame *frame, **last; QSVFrame 389 libavcodec/qsvdec.c static QSVFrame *find_frame(QSVContext *q, mfxFrameSurface1 *surf) QSVFrame 391 libavcodec/qsvdec.c QSVFrame *cur = q->work_frames; QSVFrame 404 libavcodec/qsvdec.c QSVFrame *out_frame; QSVFrame 463 libavcodec/qsvdec.c QSVFrame *out_frame = find_frame(q, outsurf); QSVFrame 535 libavcodec/qsvdec.c QSVFrame *cur = q->work_frames; QSVFrame 541 libavcodec/qsvdec.c QSVFrame *out_frame; QSVFrame 52 libavcodec/qsvdec.h QSVFrame *work_frames; QSVFrame 1249 libavcodec/qsvenc.c QSVFrame *cur = q->work_frames; QSVFrame 1262 libavcodec/qsvenc.c static int get_free_frame(QSVEncContext *q, QSVFrame **f) QSVFrame 1264 libavcodec/qsvenc.c QSVFrame *frame, **last; QSVFrame 1303 libavcodec/qsvenc.c QSVFrame **new_frame) QSVFrame 1305 libavcodec/qsvenc.c QSVFrame *qf; QSVFrame 1405 libavcodec/qsvenc.c QSVFrame *qsv_frame = NULL; QSVFrame 1615 libavcodec/qsvenc.c QSVFrame *cur; QSVFrame 108 libavcodec/qsvenc.h QSVFrame *work_frames; QSVFrame 44 libavfilter/qsvvpp.c struct QSVFrame *next; QSVFrame 58 libavfilter/qsvvpp.c QSVFrame *in_frame_list; QSVFrame 59 libavfilter/qsvvpp.c QSVFrame *out_frame_list; QSVFrame 232 libavfilter/qsvvpp.c static void clear_unused_frames(QSVFrame *list) QSVFrame 243 libavfilter/qsvvpp.c static void clear_frame_list(QSVFrame **list) QSVFrame 246 libavfilter/qsvvpp.c QSVFrame *frame; QSVFrame 255 libavfilter/qsvvpp.c static QSVFrame *get_free_frame(QSVFrame **list) QSVFrame 257 libavfilter/qsvvpp.c QSVFrame *out = *list; QSVFrame 278 libavfilter/qsvvpp.c static QSVFrame *submit_frame(QSVVPPContext *s, AVFilterLink *inlink, AVFrame *picref) QSVFrame 280 libavfilter/qsvvpp.c QSVFrame *qsv_frame; QSVFrame 350 libavfilter/qsvvpp.c static QSVFrame *query_frame(QSVVPPContext *s, AVFilterLink *outlink) QSVFrame 353 libavfilter/qsvvpp.c QSVFrame *out_frame; QSVFrame 693 libavfilter/qsvvpp.c QSVFrame *in_frame, *out_frame; QSVFrame 55 libavfilter/vf_deinterlace_qsv.c struct QSVFrame *next; QSVFrame 76 libavfilter/vf_deinterlace_qsv.c QSVFrame *work_frames; QSVFrame 89 libavfilter/vf_deinterlace_qsv.c QSVFrame *cur; QSVFrame 363 libavfilter/vf_deinterlace_qsv.c QSVFrame *cur = s->work_frames; QSVFrame 373 libavfilter/vf_deinterlace_qsv.c static int get_free_frame(QSVDeintContext *s, QSVFrame **f) QSVFrame 375 libavfilter/vf_deinterlace_qsv.c QSVFrame *frame, **last; QSVFrame 404 libavfilter/vf_deinterlace_qsv.c QSVFrame *qf;