Home
last modified time | relevance | path

Searched refs:gst_d3d11_memory_get_subresource_index (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.h176 guint gst_d3d11_memory_get_subresource_index (GstD3D11Memory * mem);
Dgstd3d11memory.cpp599 gst_d3d11_memory_get_subresource_index (GstD3D11Memory * mem) in gst_d3d11_memory_get_subresource_index() function
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11decoder.cpp1389 *index = gst_d3d11_memory_get_subresource_index (dmem); in gst_d3d11_decoder_get_output_view_from_buffer()
1424 in_subresource_index = gst_d3d11_memory_get_subresource_index (in_mem); in copy_to_system()
1502 in_subresource_index = gst_d3d11_memory_get_subresource_index (in_mem); in copy_to_d3d11()
1512 out_subresource_index = gst_d3d11_memory_get_subresource_index (out_mem); in copy_to_d3d11()
Dgstd3d11pluginutils.cpp801 dst_subidx = gst_d3d11_memory_get_subresource_index (dst_dmem); in gst_d3d11_buffer_copy_into()
802 src_subidx = gst_d3d11_memory_get_subresource_index (src_dmem); in gst_d3d11_buffer_copy_into()
Dgstd3d11convert.cpp2098 subidx = gst_d3d11_memory_get_subresource_index (mem); in gst_d3d11_base_convert_transform()
2160 subidx = gst_d3d11_memory_get_subresource_index (mem); in gst_d3d11_base_convert_transform()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideoenc.cpp1136 subidx = gst_d3d11_memory_get_subresource_index (dmem); in gst_mf_video_enc_create_input_sample_d3d11()