Searched refs:repeatingRequest (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CameraExtensionSessionTest.java | 921 CaptureRequest repeatingRequest = captureBuilder.build(); in test10bitRepeatingAndCaptureCombined() local 923 extensionSession.setRepeatingRequest(repeatingRequest, in test10bitRepeatingAndCaptureCombined() 930 .onCaptureStarted(eq(extensionSession), eq(repeatingRequest), in test10bitRepeatingAndCaptureCombined() 933 .onCaptureProcessStarted(extensionSession, repeatingRequest); in test10bitRepeatingAndCaptureCombined() 938 eq(repeatingRequest), any(TotalCaptureResult.class)); in test10bitRepeatingAndCaptureCombined() 1495 CaptureRequest repeatingRequest = captureBuilder.build(); in testRepeatingAndCaptureCombined() local 1503 extensionSession.setRepeatingRequest(repeatingRequest, in testRepeatingAndCaptureCombined() 1510 .onCaptureStarted(eq(extensionSession), eq(repeatingRequest), in testRepeatingAndCaptureCombined() 1513 .onCaptureProcessStarted(extensionSession, repeatingRequest); in testRepeatingAndCaptureCombined() 1518 eq(repeatingRequest), any(TotalCaptureResult.class)); in testRepeatingAndCaptureCombined() [all …]
|