Lines Matching refs:dst_ctx
614 static int qsv_frames_derive_from(AVHWFramesContext *dst_ctx, in qsv_frames_derive_from() argument
620 switch (dst_ctx->device_ctx->type) { in qsv_frames_derive_from()
624 AVVAAPIFramesContext *dst_hwctx = dst_ctx->hwctx; in qsv_frames_derive_from()
639 AVDXVA2FramesContext *dst_hwctx = dst_ctx->hwctx; in qsv_frames_derive_from()
974 static int qsv_frames_derive_to(AVHWFramesContext *dst_ctx, in qsv_frames_derive_to() argument
977 QSVFramesContext *s = dst_ctx->internal->priv; in qsv_frames_derive_to()
978 AVQSVFramesContext *dst_hwctx = dst_ctx->hwctx; in qsv_frames_derive_to()
991 qsv_init_surface(dst_ctx, &s->surfaces_internal[i]); in qsv_frames_derive_to()
1008 qsv_init_surface(dst_ctx, &s->surfaces_internal[i]); in qsv_frames_derive_to()
1028 static int qsv_map_to(AVHWFramesContext *dst_ctx, in qsv_map_to() argument
1031 AVQSVFramesContext *hwctx = dst_ctx->hwctx; in qsv_map_to()
1047 av_log(dst_ctx, AV_LOG_ERROR, "Trying to map from a surface which " in qsv_map_to()