Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/cts/
DLegacyCameraPerformanceTest.java64 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()
DCameraPerformanceTestHelper.java198 public Camera getCamera() { in getCamera() method in CameraPerformanceTestHelper
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java232 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 …]
DPerformanceTest.java416 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 …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java182 mVideoRecorder = new VideoRecorder(mCameraContext.getCamera(), mCameraContext.getProfile()); in init()
560 public Camera getCamera() { in getCamera() method in RVCVRecordActivity.CameraContext
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestRule.java140 public CameraDevice getCamera() { in getCamera() method in Camera2AndroidTestRule