Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java1029 mSession = buildConstrainedCameraSession(mCamera, outputSurfaces, mSessionListener, in startConstrainedPreview()
1061 mSession = buildConstrainedCameraSession(mCamera, outputSurfaces, mSessionListener, in startSlowMotionRecording()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1255 public static CameraCaptureSession buildConstrainedCameraSession(CameraDevice camera, in buildConstrainedCameraSession() method in CameraTestUtils