Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java448 mTestRule.getCameraSession().capture( in testSingleCaptureForFormat()
667 mTestRule.getCameraSession().setRepeatingRequest(previewBuilder.build(), in testMultipleCapture()
684 mTestRule.getCameraSession().capture( in testMultipleCapture()
1107 int sequenceId = mTestRule.getCameraSession().setRepeatingRequest( in testZoomSettingsOverrideLatency()
1120 int newSequenceId = mTestRule.getCameraSession().setRepeatingRequest( in testZoomSettingsOverrideLatency()
1342 mTestRule.getCameraSession().setRepeatingRequest(
1464 mTestRule.getCameraSession().capture(
1576 mTestRule.getCameraSession().capture(reprocessReqs[i].build(), null, null);
1598 mTestRule.getCameraSession().capture(reprocessReqs[i].build(), null, null);
1653 mTestRule.getCameraSession().setRepeatingRequest(
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestRule.java136 public CameraCaptureSession getCameraSession() { in getCameraSession() method in Camera2AndroidTestRule