Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c327 EGLAttrib *egl_attribs = NULL; in _gst_egl_image_create() local
339 egl_attribs = g_new0 (EGLAttrib, attrib_len); in _gst_egl_image_create()
341 egl_attribs[i] = (EGLAttrib) attribs[i]; in _gst_egl_image_create()
345 egl_attribs); in _gst_egl_image_create()
347 g_free (egl_attribs); in _gst_egl_image_create()
353 EGLint *egl_attribs = NULL; in _gst_egl_image_create() local
365 egl_attribs = g_new0 (EGLint, attrib_len); in _gst_egl_image_create()
367 egl_attribs[i] = (EGLint) attribs[i]; in _gst_egl_image_create()
371 egl_attribs); in _gst_egl_image_create()
373 g_free (egl_attribs); in _gst_egl_image_create()