Searched refs:mPBufferPixels (Results 1 – 1 of 1) sorted by relevance
80 private ByteBuffer mPBufferPixels; field in SurfaceTextureRenderer413 mPBufferPixels = null; in clearState()490 mPBufferPixels = ByteBuffer.allocateDirect(maxLength * PBUFFER_PIXEL_BYTES) in configureEGLPbufferSurfaces()829 mPBufferPixels.clear(); in drawIntoSurfaces()831 GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, mPBufferPixels); in drawIntoSurfaces()839 LegacyCameraDevice.produceFrame(holder.surface, mPBufferPixels.array(), in drawIntoSurfaces()