Searched refs:OUTPUT_PATH (Results 1 – 1 of 1) sorted by relevance
84 private final String OUTPUT_PATH; field in MediaRecorderTest146 OUTPUT_PATH = new File(Environment.getExternalStorageDirectory(), in MediaRecorderTest()176 mOutFile = new File(OUTPUT_PATH); in setUp()186 mMediaRecorder.setOutputFile(OUTPUT_PATH); in setUp()406 recordVideoUsingCamera(mCamera, OUTPUT_PATH, durMs, timelapse, pause); in recordVideoUsingCamera()409 assertTrue(checkLocationInFile(OUTPUT_PATH)); in recordVideoUsingCamera()641 mMediaRecorder.setOutputFile(OUTPUT_PATH); in testRecordAudioInRawFormat()652 mMediaRecorder.setOutputFile(OUTPUT_PATH); in configureDefaultMediaRecorder()703 mMediaRecorder.setOutputFile(OUTPUT_PATH); in testRecordAudioFromAudioSourceUnprocessed()730 mMediaRecorder.setOutputFile(OUTPUT_PATH); in testRecorderAudio()[all …]