Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DRecordingTest.java522 private void startSlowMotionRecording(boolean useMediaRecorder, int videoFrameRate, in startSlowMotionRecording() argument
581 if (useMediaRecorder) { in startSlowMotionRecording()
1100 private void startRecording(boolean useMediaRecorder, in startRecording() argument
1123 if (useMediaRecorder) { in startRecording()
1131 private void startRecording(boolean useMediaRecorder) throws Exception { in startRecording() argument
1132 startRecording(useMediaRecorder, null); in startRecording()
1146 private int stopRecording(boolean useMediaRecorder) throws Exception { in stopRecording() argument
1148 if (useMediaRecorder) { in stopRecording()