Searched refs:OUTPUT_PATH (Results 1 – 1 of 1) sorted by relevance
77 private final String OUTPUT_PATH; field in MediaRecorderTest136 OUTPUT_PATH = new File(Environment.getExternalStorageDirectory(), in MediaRecorderTest()166 mOutFile = new File(OUTPUT_PATH); in setUp()176 mMediaRecorder.setOutputFile(OUTPUT_PATH); in setUp()395 recordVideoUsingCamera(mCamera, OUTPUT_PATH, durMs, timelapse, pause); in recordVideoUsingCamera()398 assertTrue(checkLocationInFile(OUTPUT_PATH)); in recordVideoUsingCamera()612 mMediaRecorder.setOutputFile(OUTPUT_PATH); in testRecordAudioInRawFormat()623 mMediaRecorder.setOutputFile(OUTPUT_PATH); in configureDefaultMediaRecorder()674 mMediaRecorder.setOutputFile(OUTPUT_PATH); in testRecordAudioFromAudioSourceUnprocessed()701 mMediaRecorder.setOutputFile(OUTPUT_PATH); in testRecorderAudio()[all …]