Searched refs:textureInputSurface (Results 1 – 1 of 1) sorted by relevance
145 @Nullable private Surface textureInputSurface; field in HardwareVideoEncoder265 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()