Searched refs:OUTPUT_PATH (Results 1 – 1 of 1) sorted by relevance
54 private final String OUTPUT_PATH; field in MediaRecorderTest92 OUTPUT_PATH = new File(Environment.getExternalStorageDirectory(), in MediaRecorderTest()122 mOutFile = new File(OUTPUT_PATH); in setUp()128 mMediaRecorder.setOutputFile(OUTPUT_PATH); in setUp()222 recordVideoUsingCamera(mCamera, OUTPUT_PATH, durMs, timelapse); in recordVideoUsingCamera()225 assertTrue(checkLocationInFile(OUTPUT_PATH)); in recordVideoUsingCamera()371 mMediaRecorder.setOutputFile(OUTPUT_PATH); in testRecordAudioInRawFormat()397 mMediaRecorder.setOutputFile(OUTPUT_PATH); in testRecorderAudio()447 long actualFileDurationMs = getRecordedFileDurationMs(OUTPUT_PATH); in checkRecordedTime()487 checkOutputFileSize(OUTPUT_PATH, fileSize, tolerance); in testSetMaxFileSize()[all …]