Home
last modified time | relevance | path

Searched refs:gst_d3d11_buffer_pool_new (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11bufferpool.h62 GstBufferPool * gst_d3d11_buffer_pool_new (GstD3D11Device * device);
Dgstd3d11bufferpool.cpp512 gst_d3d11_buffer_pool_new (GstD3D11Device * device) in gst_d3d11_buffer_pool_new() function
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11upload.cpp306 pool = gst_d3d11_buffer_pool_new (filter->device); in gst_d3d11_upload_propose_allocation()
431 pool = gst_d3d11_buffer_pool_new (filter->device); in gst_d3d11_upload_decide_allocation()
Dgstd3d11screencapturesrc.cpp430 pool = gst_d3d11_buffer_pool_new (self->device); in gst_d3d11_screen_capture_src_decide_allocation()
467 self->pool = gst_d3d11_buffer_pool_new (self->device); in gst_d3d11_screen_capture_src_decide_allocation()
Dgstd3d11download.cpp273 pool = gst_d3d11_buffer_pool_new (filter->device); in gst_d3d11_download_propose_allocation()
Dgstd3d11deinterlace.cpp902 pool = gst_d3d11_buffer_pool_new (self->device); in gst_d3d11_deinterlace_propose_allocation()
1007 pool = gst_d3d11_buffer_pool_new (self->device); in gst_d3d11_deinterlace_decide_allocation()
Dgstd3d11pluginutils.cpp1017 pool = gst_d3d11_buffer_pool_new (device); in gst_d3d11_buffer_pool_new_with_options()
Dgstd3d11convert.cpp1232 pool = gst_d3d11_buffer_pool_new (filter->device); in gst_d3d11_base_convert_propose_allocation()
1351 pool = gst_d3d11_buffer_pool_new (filter->device); in gst_d3d11_base_convert_decide_allocation()
Dgstd3d11videosink.cpp864 pool = gst_d3d11_buffer_pool_new (self->device); in gst_d3d11_video_sink_propose_allocation()
Dgstd3d11decoder.cpp1782 pool = gst_d3d11_buffer_pool_new (decoder->device); in gst_d3d11_decoder_decide_allocation()
Dgstd3d11compositor.cpp2020 pool = gst_d3d11_buffer_pool_new (self->device); in gst_d3d11_compositor_decide_allocation()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideoenc.cpp1319 pool = gst_d3d11_buffer_pool_new (device); in gst_mf_video_enc_propose_allocation()