Home
last modified time | relevance | path

Searched refs:GstD3D11AllocationParams (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.h128 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,
Dgstd3d11bufferpool.h65 GstD3D11AllocationParams * gst_buffer_pool_config_get_d3d11_allocation_params (GstStructure * confi…
69GstD3D11AllocationParams * params);
Dgstd3d11bufferpool.cpp50 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()
Dgstd3d11memory.cpp38 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 …]
Dgstd3d11_fwd.h64 typedef struct _GstD3D11AllocationParams GstD3D11AllocationParams; typedef
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11pluginutils.h108 GstD3D11AllocationParams * alloc_params,
Dgstd3d11videosink.cpp620 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_video_sink_update_window()
882 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_video_sink_propose_allocation()
Dgstd3d11upload.cpp368 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_upload_decide_allocation()
Dgstd3d11deinterlace.cpp868 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()
Dgstd3d11compositor.cpp907 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()
Dgstd3d11decoder.cpp445 GstD3D11AllocationParams *alloc_params = NULL; in gst_d3d11_decoder_prepare_output_view_pool()
1739 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_decoder_decide_allocation()
Dgstd3d11screencapturesrc.cpp388 GstD3D11AllocationParams *d3d11_params; in gst_d3d11_screen_capture_src_decide_allocation()
Dgstd3d11pluginutils.cpp1001 GstCaps * caps, GstD3D11AllocationParams * alloc_params, in gst_d3d11_buffer_pool_new_with_options()
Dgstd3d11convert.cpp1170 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/
Dgstmfvideoenc.cpp1335 GstD3D11AllocationParams *d3d11_params; in gst_mf_video_enc_propose_allocation()
/third_party/gstreamer/gstplugins_bad/
DChangeLog31992 d3d11memory: Register mininal compare function for GstD3D11AllocationParams