Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/src/java/org/webrtc/
DHardwareVideoEncoder.java145 @Nullable private Surface textureInputSurface; field in HardwareVideoEncoder
265 textureInputSurface = codec.createInputSurface(); in initEncodeInternal()
266 textureEglBase.createSurface(textureInputSurface); in initEncodeInternal()
314 if (textureInputSurface != null) { in release()
315 textureInputSurface.release(); in release()
316 textureInputSurface = null; in release()