Lines Matching defs:child_frames_ctx
339 AVHWFramesContext *child_frames_ctx;
386 child_frames_ctx = (AVHWFramesContext*)child_frames_ref->data;
388 child_frames_ctx->format = device_priv->child_pix_fmt;
389 child_frames_ctx->sw_format = ctx->sw_format;
390 child_frames_ctx->initial_pool_size = ctx->initial_pool_size;
391 child_frames_ctx->width = FFALIGN(ctx->width, 16);
392 child_frames_ctx->height = FFALIGN(ctx->height, 16);
396 AVD3D11VAFramesContext *child_frames_hwctx = child_frames_ctx->hwctx;
406 AVDXVA2FramesContext *child_frames_hwctx = child_frames_ctx->hwctx;
422 AVVAAPIFramesContext *child_frames_hwctx = child_frames_ctx->hwctx;
433 AVD3D11VAFramesContext *child_frames_hwctx = child_frames_ctx->hwctx;
452 AVDXVA2FramesContext *child_frames_hwctx = child_frames_ctx->hwctx;
860 AVHWFramesContext *child_frames_ctx;
868 child_frames_ctx = (AVHWFramesContext*)s->child_frames_ref->data;
870 switch (child_frames_ctx->device_ctx->type) {
903 if (dst->format == child_frames_ctx->format) {
912 if (child_frames_ctx->device_ctx->type == AV_HWDEVICE_TYPE_D3D11VA) {
938 dummy->format = child_frames_ctx->format;
942 if (child_frames_ctx->device_ctx->type == AV_HWDEVICE_TYPE_D3D11VA) {
962 AVHWFramesContext *child_frames_ctx = (AVHWFramesContext*)s->child_frames_ref->data;
973 dummy->format = child_frames_ctx->format;