Home
last modified time | relevance | path

Searched refs:GST_D3D11_ALLOCATOR (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.h38 #define GST_D3D11_ALLOCATOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GST_TYPE_D3D11_ALLOC… macro
Dgstd3d11memory.cpp975 allocator = GST_D3D11_ALLOCATOR (GST_MEMORY_CAST (mem)->allocator); in gst_d3d11_memory_ensure_decoder_output_view()
1085 allocator = GST_D3D11_ALLOCATOR (GST_MEMORY_CAST (mem)->allocator); in gst_d3d11_memory_ensure_processor_input_view()
1160 allocator = GST_D3D11_ALLOCATOR (GST_MEMORY_CAST (mem)->allocator); in gst_d3d11_memory_ensure_processor_output_view()
1256 GstD3D11Allocator *alloc = GST_D3D11_ALLOCATOR (mem->allocator); in gst_d3d11_memory_copy()