Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DRecordingTest.java539 List<CaptureRequest> slowMoRequests = null; in startSlowMotionRecording() local
546 slowMoRequests = ((CameraConstrainedHighSpeedCaptureSession) mSession). in startSlowMotionRecording()
571 slowMoRequests = new ArrayList<CaptureRequest>(); in startSlowMotionRecording()
572 slowMoRequests.add(recordingRequestBuilder.build());// Preview + recording. in startSlowMotionRecording()
575 slowMoRequests.add(recordingOnlyBuilder.build()); // Recording only. in startSlowMotionRecording()
579 mSession.setRepeatingBurst(slowMoRequests, listener, mHandler); in startSlowMotionRecording()