Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/androidmedia/jni/
Dgstamcsurfacetexture-jni.c50 jmethodID attach_to_gl_context; member
106 surface_texture.attach_to_gl_context = in gst_amc_surface_texture_static_init()
109 if (!surface_texture.attach_to_gl_context) { in gst_amc_surface_texture_static_init()
186 surface_texture.attach_to_gl_context, texture_id); in gst_amc_surface_texture_jni_attach_to_gl_context()
394 surface_texture_class->attach_to_gl_context = in gst_amc_surface_texture_jni_class_init()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcsurfacetexture.h47 gboolean (* attach_to_gl_context) (GstAmcSurfaceTexture *texture, member
Dgstamcsurfacetexture.c67 return klass->attach_to_gl_context (self, texture_id, err); in gst_amc_surface_texture_attach_to_gl_context()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/magicleap/
Dgstamc-surfacetexture-ml.c178 surface_texture_class->attach_to_gl_context = in gst_amc_surface_texture_ml_class_init()