Searched refs:slowMoRequests (Results 1 – 1 of 1) sorted by relevance
569 List<CaptureRequest> slowMoRequests = null; in startSlowMotionRecording() local576 slowMoRequests = ((CameraConstrainedHighSpeedCaptureSession) mSession). in startSlowMotionRecording()601 slowMoRequests = new ArrayList<CaptureRequest>(); in startSlowMotionRecording()602 slowMoRequests.add(recordingRequestBuilder.build());// Preview + recording. in startSlowMotionRecording()605 slowMoRequests.add(recordingOnlyBuilder.build()); // Recording only. in startSlowMotionRecording()609 mSession.setRepeatingBurst(slowMoRequests, listener, mHandler); in startSlowMotionRecording()