Home
last modified time | relevance | path

Searched defs:_GstD3D11BaseConvert (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11convert.cpp55 struct _GstD3D11BaseConvert struct
57 GstD3D11BaseFilter parent;
59 const GstD3D11Format *in_d3d11_format;
60 const GstD3D11Format *out_d3d11_format;
62 ID3D11Texture2D *in_texture[GST_VIDEO_MAX_PLANES];
63 ID3D11ShaderResourceView *shader_resource_view[GST_VIDEO_MAX_PLANES];
64 guint num_input_view;
66 ID3D11Texture2D *out_texture[GST_VIDEO_MAX_PLANES];
67 ID3D11RenderTargetView *render_target_view[GST_VIDEO_MAX_PLANES];
68 guint num_output_view;
[all …]