Searched refs:mCameraTexture (Results 1 – 1 of 1) sorted by relevance
131 private SurfaceTexture mCameraTexture; // Handles writing frames from camera as texture to field in PreviewRecorder214 mCameraTexture.setOnFrameAvailableListener(surfaceTexture -> { in initPreviewRecorder()370 mCameraTexture = new SurfaceTexture(createTexture()); in setupCameraTexture()371 mCameraTexture.setDefaultBufferSize(mPreviewSize.getWidth(), mPreviewSize.getHeight()); in setupCameraTexture()372 mCameraSurface = new Surface(mCameraTexture); in setupCameraTexture()481 mCameraTexture.getTransformMatrix(mTransformMatrix); in copyFrameToRecordSurface()667 mCameraTexture.release(); in close()