Lines Matching defs:desc
320 const DXVA2_VideoDesc *desc,
329 hr = IDirectXVideoDecoderService_GetDecoderConfigurations(sctx->dxva2_service, device_guid, desc, NULL, &cfg_count, &cfg_list);
350 DXVA2_VideoDesc desc = { 0 };
388 desc.SampleWidth = avctx->coded_width;
389 desc.SampleHeight = avctx->coded_height;
390 desc.Format = surface_format;
392 ret = dxva2_get_decoder_configuration(avctx, &device_guid, &desc, &config);
398 &desc, &config, frames_hwctx->surfaces,
422 const D3D11_VIDEO_DECODER_DESC *desc,
430 hr = ID3D11VideoDevice_GetVideoDecoderConfigCount(video_device, desc, &cfg_count);
440 hr = ID3D11VideoDevice_GetVideoDecoderConfig(video_device, desc, i, &cfg_list[i]);
471 D3D11_VIDEO_DECODER_DESC desc = { 0 };
509 desc.SampleWidth = avctx->coded_width;
510 desc.SampleHeight = avctx->coded_height;
511 desc.OutputFormat = surface_format;
512 desc.Guid = decoder_guid;
514 ret = d3d11va_get_decoder_configuration(avctx, device_hwctx->video_device, &desc, &config);
541 hr = ID3D11VideoDevice_CreateVideoDecoder(device_hwctx->video_device, &desc,