Searched refs:render_egl_context (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/talk/app/webrtc/java/jni/ |
D | androidmediadecoder_jni.cc | 74 JNIEnv* jni, VideoCodecType codecType, jobject render_egl_context); 175 JNIEnv* jni, VideoCodecType codecType, jobject render_egl_context) : in MediaCodecVideoDecoder() argument 177 render_egl_context_(render_egl_context), in MediaCodecVideoDecoder() 862 JNIEnv* jni, jobject render_egl_context) { in SetEGLContext() argument 868 if (!IsNull(jni, render_egl_context)) { in SetEGLContext() 869 render_egl_context_ = jni->NewGlobalRef(render_egl_context); in SetEGLContext()
|
D | androidmediadecoder_jni.h | 44 void SetEGLContext(JNIEnv* jni, jobject render_egl_context);
|
D | androidmediaencoder_jni.h | 46 void SetEGLContext(JNIEnv* jni, jobject render_egl_context);
|
D | androidmediaencoder_jni.cc | 1121 JNIEnv* jni, jobject render_egl_context) { in SetEGLContext() argument 1127 if (!IsNull(jni, render_egl_context)) { in SetEGLContext() 1128 egl_context_ = jni->NewGlobalRef(render_egl_context); in SetEGLContext()
|