Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DPreviewRecorder.java131 private SurfaceTexture mCameraTexture; // Handles writing frames from camera as texture to field in PreviewRecorder
214 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()