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.java452 List<CaptureRequest> slowMoRequests = in testAbandonedHighSpeedRequest() local
484 List<CaptureRequest> slowMoRequests = in testAbandonedHighSpeedRequest() local
1020 List<CaptureRequest> slowMoRequests = null; in startConstrainedPreview() local
1031 slowMoRequests = ((CameraConstrainedHighSpeedCaptureSession) mSession). in startConstrainedPreview()
1034 mSession.setRepeatingBurst(slowMoRequests, listener, mHandler); in startConstrainedPreview()
1053 List<CaptureRequest> slowMoRequests = null; in startSlowMotionRecording() local
1063 slowMoRequests = ((CameraConstrainedHighSpeedCaptureSession) mSession). in startSlowMotionRecording()
1092 slowMoRequests = new ArrayList<CaptureRequest>(); in startSlowMotionRecording()
1093 slowMoRequests.add(initialRequest);// Preview + recording. in startSlowMotionRecording()
1096 slowMoRequests.add(recordingOnlyBuilder.build()); // Recording only. in startSlowMotionRecording()
[all …]