Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java780 List<CaptureRequest> slowMoRequests = in testAbandonedHighSpeedRequest() local
812 List<CaptureRequest> slowMoRequests = in testAbandonedHighSpeedRequest() local
1407 List<CaptureRequest> slowMoRequests = null; in startConstrainedPreview() local
1419 slowMoRequests = ((CameraConstrainedHighSpeedCaptureSession) mSession). in startConstrainedPreview()
1422 mSession.setRepeatingBurst(slowMoRequests, listener, mHandler); in startConstrainedPreview()
1441 List<CaptureRequest> slowMoRequests = null; in startSlowMotionRecording() local
1451 slowMoRequests = ((CameraConstrainedHighSpeedCaptureSession) mSession). in startSlowMotionRecording()
1480 slowMoRequests = new ArrayList<CaptureRequest>(); in startSlowMotionRecording()
1481 slowMoRequests.add(initialRequest);// Preview + recording. in startSlowMotionRecording()
1484 slowMoRequests.add(recordingOnlyBuilder.build()); // Recording only. in startSlowMotionRecording()
[all …]