Searched refs:configureReprocessableCameraSession (Results 1 – 6 of 6) sorted by relevance
320 mCameraSession = CameraTestUtils.configureReprocessableCameraSession( in createReprocessableSession()
721 mSession = CameraTestUtils.configureReprocessableCameraSession(mCamera, in camera2OfflineSessionTest()
1305 mSession = configureReprocessableCameraSession(mCamera, inputConfig, outSurfaces, in setupReprocessableSession()
28 import static android.hardware.camera2.cts.CameraTestUtils.configureReprocessableCameraSession;1014 CameraCaptureSession session = configureReprocessableCameraSession(mCamera, in testMandatoryReprocessableStreamCombination()
1719 mTestRule.setCameraSession(CameraTestUtils.configureReprocessableCameraSession(
1667 public static CameraCaptureSession configureReprocessableCameraSession(CameraDevice camera, in configureReprocessableCameraSession() method in CameraTestUtils