Home
last modified time | relevance | path

Searched refs:_set_caps_features (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudadownload.c87 _set_caps_features (const GstCaps * caps, const gchar * feature_name) in _set_caps_features() function
111 tmp = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_SYSTEM_MEMORY); in gst_cuda_download_transform_caps()
117 newcaps = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_CUDA_MEMORY); in gst_cuda_download_transform_caps()
Dgstcudaupload.c86 _set_caps_features (const GstCaps * caps, const gchar * feature_name) in _set_caps_features() function
110 tmp = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_CUDA_MEMORY); in gst_cuda_upload_transform_caps()
116 newcaps = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_SYSTEM_MEMORY); in gst_cuda_upload_transform_caps()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11download.cpp191 _set_caps_features (const GstCaps * caps, const gchar * feature_name) in _set_caps_features() function
215 tmp = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_SYSTEM_MEMORY); in gst_d3d11_download_transform_caps()
221 newcaps = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_D3D11_MEMORY); in gst_d3d11_download_transform_caps()
Dgstd3d11upload.cpp186 _set_caps_features (const GstCaps * caps, const gchar * feature_name) in _set_caps_features() function
249 tmp = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_D3D11_MEMORY); in gst_d3d11_upload_transform_caps()
254 newcaps = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_SYSTEM_MEMORY); in gst_d3d11_upload_transform_caps()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c942 _set_caps_features (const GstCaps * caps, const gchar * feature_name) in _set_caps_features() function
974 GstCaps *sys_caps = gst_caps_simplify (_set_caps_features (caps, in gst_gl_download_element_transform_caps()
977 tmp = _set_caps_features (sys_caps, GST_CAPS_FEATURE_MEMORY_GL_MEMORY); in gst_gl_download_element_transform_caps()
984 newcaps = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_NVMM); in gst_gl_download_element_transform_caps()
991 newcaps = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_DMABUF); in gst_gl_download_element_transform_caps()
996 newcaps = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_SYSTEM_MEMORY); in gst_gl_download_element_transform_caps()