Searched refs:GstD3D11AllocationParams (Results 1 – 16 of 16) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11memory.h | 128 GstD3D11AllocationParams * gst_d3d11_allocation_params_new (GstD3D11Device * device, 134 GstD3D11AllocationParams * gst_d3d11_allocation_params_copy (GstD3D11AllocationParams * src); 137 void gst_d3d11_allocation_params_free (GstD3D11AllocationParams * params); 140 gboolean gst_d3d11_allocation_params_alignment (GstD3D11AllocationParams * parms,
|
D | gstd3d11bufferpool.h | 65 GstD3D11AllocationParams * gst_buffer_pool_config_get_d3d11_allocation_params (GstStructure * confi… 69 … GstD3D11AllocationParams * params);
|
D | gstd3d11bufferpool.cpp | 50 GstD3D11AllocationParams *d3d11_params; 367 GstD3D11AllocationParams *d3d11_params = priv->d3d11_params; in gst_d3d11_buffer_pool_alloc_buffer() 536 GstD3D11AllocationParams * 539 GstD3D11AllocationParams *ret; in gst_buffer_pool_config_get_d3d11_allocation_params() 559 GstD3D11AllocationParams * params) in gst_buffer_pool_config_set_d3d11_allocation_params()
|
D | gstd3d11memory.cpp | 38 G_DEFINE_BOXED_TYPE_WITH_CODE (GstD3D11AllocationParams, 59 GstD3D11AllocationParams * 63 GstD3D11AllocationParams *ret; in gst_d3d11_allocation_params_new() 76 ret = g_new0 (GstD3D11AllocationParams, 1); in gst_d3d11_allocation_params_new() 140 gst_d3d11_allocation_params_alignment (GstD3D11AllocationParams * params, in gst_d3d11_allocation_params_alignment() 182 GstD3D11AllocationParams * 183 gst_d3d11_allocation_params_copy (GstD3D11AllocationParams * src) in gst_d3d11_allocation_params_copy() 185 GstD3D11AllocationParams *dst; in gst_d3d11_allocation_params_copy() 189 dst = g_new0 (GstD3D11AllocationParams, 1); in gst_d3d11_allocation_params_copy() 190 memcpy (dst, src, sizeof (GstD3D11AllocationParams)); in gst_d3d11_allocation_params_copy() [all …]
|
D | gstd3d11_fwd.h | 64 typedef struct _GstD3D11AllocationParams GstD3D11AllocationParams; typedef
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11pluginutils.h | 108 GstD3D11AllocationParams * alloc_params,
|
D | gstd3d11videosink.cpp | 620 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_video_sink_update_window() 882 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_video_sink_propose_allocation()
|
D | gstd3d11upload.cpp | 368 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_upload_decide_allocation()
|
D | gstd3d11deinterlace.cpp | 868 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_deinterlace_propose_allocation() 977 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_deinterlace_decide_allocation() 1048 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_deinterlace_prepare_fallback_pool()
|
D | gstd3d11compositor.cpp | 907 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_compositor_configure_fallback_pool() 1953 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_compositor_propose_allocation() 1994 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_compositor_decide_allocation()
|
D | gstd3d11decoder.cpp | 445 GstD3D11AllocationParams *alloc_params = NULL; in gst_d3d11_decoder_prepare_output_view_pool() 1739 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_decoder_decide_allocation()
|
D | gstd3d11screencapturesrc.cpp | 388 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_screen_capture_src_decide_allocation()
|
D | gstd3d11pluginutils.cpp | 1001 GstCaps * caps, GstD3D11AllocationParams * alloc_params, in gst_d3d11_buffer_pool_new_with_options()
|
D | gstd3d11convert.cpp | 1170 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_base_convert_propose_allocation() 1291 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_base_convert_decide_allocation()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfvideoenc.cpp | 1335 GstD3D11AllocationParams *d3d11_params; in gst_mf_video_enc_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 31992 d3d11memory: Register mininal compare function for GstD3D11AllocationParams
|