Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c303 guint attrib_len = 0; in _gst_egl_image_create() local
321 while (attribs[attrib_len++] != EGL_NONE) { in _gst_egl_image_create()
339 egl_attribs = g_new0 (EGLAttrib, attrib_len); in _gst_egl_image_create()
340 for (i = 0; i < attrib_len; i++) in _gst_egl_image_create()
365 egl_attribs = g_new0 (EGLint, attrib_len); in _gst_egl_image_create()
366 for (i = 0; i < attrib_len; i++) in _gst_egl_image_create()