Searched refs:useMediaRecorder (Results 1 – 1 of 1) sorted by relevance
522 private void startSlowMotionRecording(boolean useMediaRecorder, int videoFrameRate, in startSlowMotionRecording() argument581 if (useMediaRecorder) { in startSlowMotionRecording()1100 private void startRecording(boolean useMediaRecorder, in startRecording() argument1123 if (useMediaRecorder) { in startRecording()1131 private void startRecording(boolean useMediaRecorder) throws Exception { in startRecording() argument1132 startRecording(useMediaRecorder, null); in startRecording()1146 private int stopRecording(boolean useMediaRecorder) throws Exception { in stopRecording() argument1148 if (useMediaRecorder) { in stopRecording()