Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/java/jni/
Dsurfacetexturehelper_jni.cc40 : j_surface_texture_helper_(jni, surface_texture_helper), in SurfaceTextureHelper()
54 jni->CallVoidMethod(*j_surface_texture_helper_, j_return_texture_method_); in ReturnTextureFrame()
64 width, height, native_handle, *j_surface_texture_helper_, in CreateTextureFrame()
Dsurfacetexturehelper_jni.h73 const ScopedGlobalRef<jobject> j_surface_texture_helper_; variable