Searched refs:configureReprocessableCameraSession (Results 1 – 6 of 6) sorted by relevance
271 mCameraSession = CameraTestUtils.configureReprocessableCameraSession( in createReprocessableSession()
712 mSession = CameraTestUtils.configureReprocessableCameraSession(mCamera, in camera2OfflineSessionTest()
1304 mSession = configureReprocessableCameraSession(mCamera, inputConfig, outSurfaces, in setupReprocessableSession()
30 import static android.hardware.camera2.cts.CameraTestUtils.configureReprocessableCameraSession;969 CameraCaptureSession session = configureReprocessableCameraSession(mCamera, in testMandatoryReprocessableStreamCombination()
1154 mTestRule.setCameraSession(CameraTestUtils.configureReprocessableCameraSession( in prepareReprocessCapture()
1491 public static CameraCaptureSession configureReprocessableCameraSession(CameraDevice camera, in configureReprocessableCameraSession() method in CameraTestUtils