Searched refs:slowMoRequests (Results 1 – 1 of 1) sorted by relevance
780 List<CaptureRequest> slowMoRequests = in testAbandonedHighSpeedRequest() local812 List<CaptureRequest> slowMoRequests = in testAbandonedHighSpeedRequest() local1407 List<CaptureRequest> slowMoRequests = null; in startConstrainedPreview() local1419 slowMoRequests = ((CameraConstrainedHighSpeedCaptureSession) mSession). in startConstrainedPreview()1422 mSession.setRepeatingBurst(slowMoRequests, listener, mHandler); in startConstrainedPreview()1441 List<CaptureRequest> slowMoRequests = null; in startSlowMotionRecording() local1451 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 …]