Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DMediaRecorderCameraActivity.java48 private File mOutFile; field in MediaRecorderCameraActivity
104 if (mOutFile != null && mOutFile.exists()) { in onDestroy()
105 mOutFile.delete(); in onDestroy()
121 mOutFile = new File(OUTPUT_PATH); in surfaceChanged()
/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java84 private File mOutFile; field in MediaRecorderTest
125 mOutFile = new File(OUTPUT_PATH); in setUp()
162 if (mOutFile != null && mOutFile.exists()) { in tearDown()
163 mOutFile.delete(); in tearDown()
299 assertTrue(mOutFile.exists()); in recordVideoUsingCamera()
365 assertTrue(mOutFile.exists()); in checkOutputExist()
366 assertTrue(mOutFile.length() > 0); in checkOutputExist()
367 assertTrue(mOutFile.delete()); in checkOutputExist()
423 recordMedia(MAX_FILE_SIZE, mOutFile); in testRecordAudioInRawFormat()
435 recordMedia(MAX_FILE_SIZE, mOutFile); in testRecordAudioFromAudioSourceUnprocessed()
[all …]
DMediaPlayerTest.java87 private File mOutFile; field in MediaPlayerTest
96 mOutFile = new File(RECORDED_FILE); in setUp()
102 if (mOutFile != null && mOutFile.exists()) { in tearDown()
103 mOutFile.delete(); in tearDown()