Searched refs:textureEglBase (Results 1 – 1 of 1) sorted by relevance
143 @Nullable private EglBase14 textureEglBase; field in HardwareVideoEncoder264 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()