Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dqsv_api.c30 AVQSVContext *av_qsv_alloc_context(void) in av_qsv_alloc_context()
32 return av_mallocz(sizeof(AVQSVContext)); in av_qsv_alloc_context()
36 struct AVQSVContext *av_qsv_alloc_context(void);
38 struct AVQSVContext *av_qsv_alloc_context(void) in av_qsv_alloc_context()
Dqsv.h36 typedef struct AVQSVContext { struct
98 } AVQSVContext; argument
105 AVQSVContext *av_qsv_alloc_context(void);
Dqsvenc.c1013 AVQSVContext *qsv = avctx->hwaccel_context; in qsv_init_opaque_alloc()
1053 AVQSVContext *qsv = avctx->hwaccel_context; in qsvenc_init_session()
1113 AVQSVContext *qsv = avctx->hwaccel_context; in ff_qsv_enc_init()
1160 AVQSVContext *qsv = avctx->hwaccel_context; in ff_qsv_enc_init()
Dqsvdec.c234 AVQSVContext *user_ctx = avctx->hwaccel_context; in qsv_decode_preinit()