Searched refs:slowMoRequests (Results 1 – 1 of 1) sorted by relevance
452 List<CaptureRequest> slowMoRequests = in testAbandonedHighSpeedRequest() local484 List<CaptureRequest> slowMoRequests = in testAbandonedHighSpeedRequest() local1020 List<CaptureRequest> slowMoRequests = null; in startConstrainedPreview() local1031 slowMoRequests = ((CameraConstrainedHighSpeedCaptureSession) mSession). in startConstrainedPreview()1034 mSession.setRepeatingBurst(slowMoRequests, listener, mHandler); in startConstrainedPreview()1053 List<CaptureRequest> slowMoRequests = null; in startSlowMotionRecording() local1063 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 …]