Home
last modified time | relevance | path

Searched refs:GstD3D11BaseConvert (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11convert.h30 …bj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_D3D11_BASE_CONVERT,GstD3D11BaseConvert))
36 typedef struct _GstD3D11BaseConvert GstD3D11BaseConvert; typedef
45 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstD3D11BaseConvert, gst_object_unref)
49 GST, D3D11_CONVERT, GstD3D11BaseConvert)
53 GST, D3D11_COLOR_CONVERT, GstD3D11BaseConvert)
57 GST, D3D11_SCALE, GstD3D11BaseConvert)
Dgstd3d11convert.cpp93 G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GstD3D11BaseConvert, gst_d3d11_base_convert,
285 gst_d3d11_base_convert_init (GstD3D11BaseConvert * self) in gst_d3d11_base_convert_init()
291 gst_d3d11_base_convert_clear_shader_resource (GstD3D11BaseConvert * self) in gst_d3d11_base_convert_clear_shader_resource()
317 GstD3D11BaseConvert *self = GST_D3D11_BASE_CONVERT (object); in gst_d3d11_base_convert_dispose()
1391 create_shader_input_resource (GstD3D11BaseConvert * self, in create_shader_input_resource()
1507 clear_rtv_color_rgb (GstD3D11BaseConvert * self, in clear_rtv_color_rgb()
1527 clear_rtv_color_vuya (GstD3D11BaseConvert * self, in clear_rtv_color_vuya()
1545 clear_rtv_color_luma (GstD3D11BaseConvert * self, in clear_rtv_color_luma()
1565 clear_rtv_color_chroma (GstD3D11BaseConvert * self, in clear_rtv_color_chroma()
1574 clear_rtv_color_all (GstD3D11BaseConvert * self, GstVideoInfo * info, in clear_rtv_color_all()
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog14180 * GstD3D11BaseConvert