Lines Matching defs:format
78 DXGI_FORMAT format;
90 // opaque format cannot be accessed directly.
208 .Format = s->format,
258 s->format = supported_formats[i].d3d_format;
263 av_log(ctx, AV_LOG_ERROR, "Unsupported pixel format: %s\n",
272 .Format = s->format,
323 frame->format = AV_PIX_FMT_D3D11;
345 if (s->format == DXGI_FORMAT_420_OPAQUE)
353 static int d3d11va_create_staging_texture(AVHWFramesContext *ctx, DXGI_FORMAT format)
362 .Format = format,
397 int download = src->format == AV_PIX_FMT_D3D11;
412 if (frame->hw_frames_ctx->data != (uint8_t *)ctx || other->format != ctx->sw_format)