Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dqsvdec.c68 typedef struct QSVContext { struct
104 } QSVContext; typedef
164 static int qsv_init_session(AVCodecContext *avctx, QSVContext *q, mfxSession session, in qsv_init_session()
239 static int qsv_decode_preinit(AVCodecContext *avctx, QSVContext *q, enum AVPixelFormat pix_fmt, mfxVideoParam *param) in qsv_decode_preinit()
330 static int qsv_decode_init_context(AVCodecContext *avctx, QSVContext *q, mfxVideoParam *param) in qsv_decode_init_context()
356 static int qsv_decode_header(AVCodecContext *avctx, QSVContext *q, in qsv_decode_header()
420 static int alloc_frame(AVCodecContext *avctx, QSVContext *q, QSVFrame *frame) in alloc_frame()
472 static void qsv_clear_unused_frames(QSVContext *q) in qsv_clear_unused_frames()
484 static int get_surface(AVCodecContext *avctx, QSVContext *q, mfxFrameSurface1 **surf) in get_surface()
525 static QSVFrame *find_frame(QSVContext *
[all...]

Completed in 1 milliseconds