Searched refs:d3d11_format (Results 1 – 8 of 8) sorted by relevance
118 const GstD3D11Format *d3d11_format; in get_d3d11_devices() local137 d3d11_format = in get_d3d11_devices()139 if (!d3d11_format || d3d11_format->dxgi_format != DXGI_FORMAT_NV12) { in get_d3d11_devices()
367 const GstD3D11Format *d3d11_format; in gst_d3d11_upload_decide_allocation() local383 d3d11_format = gst_d3d11_device_format_from_gst (filter->device, in gst_d3d11_upload_decide_allocation()385 if (!d3d11_format) { in gst_d3d11_upload_decide_allocation()390 if (d3d11_format->dxgi_format == DXGI_FORMAT_UNKNOWN) { in gst_d3d11_upload_decide_allocation()391 dxgi_format = d3d11_format->resource_format[0]; in gst_d3d11_upload_decide_allocation()393 dxgi_format = d3d11_format->dxgi_format; in gst_d3d11_upload_decide_allocation()
1171 const GstD3D11Format *d3d11_format; in gst_d3d11_base_convert_propose_allocation() local1196 d3d11_format = gst_d3d11_device_format_from_gst (filter->device, in gst_d3d11_base_convert_propose_allocation()1198 if (!d3d11_format) { in gst_d3d11_base_convert_propose_allocation()1203 if (d3d11_format->dxgi_format == DXGI_FORMAT_UNKNOWN) { in gst_d3d11_base_convert_propose_allocation()1204 dxgi_format = d3d11_format->resource_format[0]; in gst_d3d11_base_convert_propose_allocation()1206 dxgi_format = d3d11_format->dxgi_format; in gst_d3d11_base_convert_propose_allocation()1295 const GstD3D11Format *d3d11_format; in gst_d3d11_base_convert_decide_allocation() local1312 d3d11_format = gst_d3d11_device_format_from_gst (filter->device, in gst_d3d11_base_convert_decide_allocation()1314 if (!d3d11_format) { in gst_d3d11_base_convert_decide_allocation()1319 if (d3d11_format->dxgi_format == DXGI_FORMAT_UNKNOWN) { in gst_d3d11_base_convert_decide_allocation()[all …]
715 const GstD3D11Format *d3d11_format; in gst_d3d11_decoder_configure() local726 d3d11_format = gst_d3d11_device_format_from_gst (decoder->device, in gst_d3d11_decoder_configure()728 if (!d3d11_format || d3d11_format->dxgi_format == DXGI_FORMAT_UNKNOWN) { in gst_d3d11_decoder_configure()739 decoder->decoder_format = d3d11_format->dxgi_format; in gst_d3d11_decoder_configure()
720 const GstD3D11Format *d3d11_format = in get_packed_yuv_components() local724 g_assert (d3d11_format != NULL); in get_packed_yuv_components()726 if (d3d11_format->resource_format[0] == DXGI_FORMAT_R8G8B8A8_UNORM) { in get_packed_yuv_components()730 } else if (d3d11_format->resource_format[0] == in get_packed_yuv_components()
64 const GstD3D11Format *d3d11_format; in gst_d3d11_allocation_params_new() local69 d3d11_format = gst_d3d11_device_format_from_gst (device, in gst_d3d11_allocation_params_new()71 if (!d3d11_format) { in gst_d3d11_allocation_params_new()80 ret->d3d11_format = d3d11_format; in gst_d3d11_allocation_params_new()96 if (d3d11_format->dxgi_format == DXGI_FORMAT_UNKNOWN) { in gst_d3d11_allocation_params_new()98 g_assert (d3d11_format->resource_format[i] != DXGI_FORMAT_UNKNOWN); in gst_d3d11_allocation_params_new()104 ret->desc[i].Format = d3d11_format->resource_format[i]; in gst_d3d11_allocation_params_new()115 ret->desc[0].Format = d3d11_format->dxgi_format; in gst_d3d11_allocation_params_new()
301 g_assert (priv->d3d11_params->d3d11_format != NULL); in gst_d3d11_buffer_pool_set_config()302 format = priv->d3d11_params->d3d11_format; in gst_d3d11_buffer_pool_set_config()
116 const GstD3D11Format *d3d11_format; member