Searched refs:getCamera (Results 1 – 6 of 6) sorted by relevance
64 if (mHelper.getCamera() != null) { in tearDown()65 mHelper.getCamera().release(); in tearDown()96 Parameters parameters = mHelper.getCamera().getParameters(); in testLegacyApiPerformance()108 mHelper.getCamera().setParameters(parameters); in testLegacyApiPerformance()112 mHelper.getCamera().setPreviewTexture(previewTexture); in testLegacyApiPerformance()134 mHelper.getCamera().stopPreview(); in testLegacyApiPerformance()
198 public Camera getCamera() { in getCamera() method in CameraPerformanceTestHelper
232 CameraDevice camera = mTestRule.getCamera(); in testBasicExtensionLifecycle()286 mTestRule.getCamera().createCaptureSession(regularConfiguration); in testCloseCaptureSession()293 CameraDevice camera = mTestRule.getCamera(); in testCloseCaptureSession()352 CameraDevice camera = mTestRule.getCamera(); in testCloseExtensionSession()358 mTestRule.getCamera().createCaptureSession(regularConfiguration); in testCloseExtensionSession()408 CameraDevice camera = mTestRule.getCamera(); in testGetDevice()413 assertEquals("Unexpected/Invalid camera device", mTestRule.getCamera(), in testGetDevice()472 CameraDevice camera = mTestRule.getCamera(); in testRepeatingCapture()480 mTestRule.getCamera().createCaptureRequest( in testRepeatingCapture()630 CameraDevice camera = mTestRule.getCamera(); in testPostviewAndCapture()[all …]
416 mTestRule.getCamera().createCaptureRequest( in testSingleCaptureForFormat()419 mTestRule.getCamera().createCaptureRequest( in testSingleCaptureForFormat()623 mTestRule.getCamera().createCaptureRequest( in testMultipleCapture()626 mTestRule.getCamera().createCaptureRequest( in testMultipleCapture()1323 CaptureRequest.Builder previewBuilder = mTestRule.getCamera().createCaptureRequest(1447 reprocessReqs[i] = mTestRule.getCamera().createReprocessCaptureRequest(zslResult);1555 reprocessReqs[i] = mTestRule.getCamera().createReprocessCaptureRequest(zslResult);1650 mTestRule.getCamera().createCaptureRequest(CameraDevice.TEMPLATE_ZERO_SHUTTER_LAG);1720 mTestRule.getCamera(), inputConfig, outSurfaces,1841 mTestRule.getCamera(), surfaces,[all …]
182 mVideoRecorder = new VideoRecorder(mCameraContext.getCamera(), mCameraContext.getProfile()); in init()560 public Camera getCamera() { in getCamera() method in RVCVRecordActivity.CameraContext
140 public CameraDevice getCamera() { in getCamera() method in Camera2AndroidTestRule