Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dhwcontext_qsv.c339 AVHWFramesContext *child_frames_ctx; in qsv_init_child_ctx() local
386 child_frames_ctx = (AVHWFramesContext*)child_frames_ref->data; in qsv_init_child_ctx()
388 child_frames_ctx->format = device_priv->child_pix_fmt; in qsv_init_child_ctx()
389 child_frames_ctx->sw_format = ctx->sw_format; in qsv_init_child_ctx()
390 child_frames_ctx->initial_pool_size = ctx->initial_pool_size; in qsv_init_child_ctx()
391 child_frames_ctx->width = FFALIGN(ctx->width, 16); in qsv_init_child_ctx()
392 child_frames_ctx->height = FFALIGN(ctx->height, 16); in qsv_init_child_ctx()
396 AVD3D11VAFramesContext *child_frames_hwctx = child_frames_ctx->hwctx; in qsv_init_child_ctx()
406 AVDXVA2FramesContext *child_frames_hwctx = child_frames_ctx->hwctx; in qsv_init_child_ctx()
422 AVVAAPIFramesContext *child_frames_hwctx = child_frames_ctx in qsv_init_child_ctx()
860 AVHWFramesContext *child_frames_ctx; qsv_map_from() local
962 AVHWFramesContext *child_frames_ctx = (AVHWFramesContext*)s->child_frames_ref->data; qsv_transfer_data_child() local
[all...]

Completed in 2 milliseconds