Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgloverlaycompositor.c343 GstGLMemory *comp_gl_memory = NULL; in gst_gl_composition_overlay_upload() local
393 comp_gl_memory = in gst_gl_composition_overlay_upload()
401 gst_buffer_append_memory (overlay_buffer, (GstMemory *) comp_gl_memory); in gst_gl_composition_overlay_upload()
411 gst_memory_ref ((GstMemory *) comp_gl_memory); in gst_gl_composition_overlay_upload()
412 overlay->gl_memory = comp_gl_memory; in gst_gl_composition_overlay_upload()
413 overlay->texture_id = comp_gl_memory->tex_id; in gst_gl_composition_overlay_upload()