Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/src/java/org/webrtc/
DHardwareVideoEncoder.java143 @Nullable private EglBase14 textureEglBase; field in HardwareVideoEncoder
264 textureEglBase = EglBase.createEgl14(sharedContext, EglBase.CONFIG_RECORDABLE); in initEncodeInternal()
266 textureEglBase.createSurface(textureInputSurface); in initEncodeInternal()
267 textureEglBase.makeCurrent(); in initEncodeInternal()
310 if (textureEglBase != null) { in release()
311 textureEglBase.release(); in release()
312 textureEglBase = null; in release()
405 textureEglBase.swapBuffers(videoFrame.getTimestampNs()); in encodeTextureBuffer()