Searched refs:mOutPath (Results 1 – 1 of 1) sorted by relevance
410 private String mOutPath; field in MuxerTest.TestApi424 mOutPath = File.createTempFile("tmp", ".out").getAbsolutePath(); in prologue()429 new File(mOutPath).delete(); in epilogue()516 MediaMuxer muxer = new MediaMuxer(mOutPath, mOutFormat); in testSetLocation()606 verifyLocationInFile(mOutPath); in testSetLocation()616 MediaMuxer muxer = new MediaMuxer(mOutPath, mOutFormat); in testSetOrientationHint()674 verifyOrientation(mOutPath); in testSetOrientationHint()684 assertTrue(nativeTestSetLocation(mOutFormat, mInpPath, mOutPath)); in testSetLocationNative()685 verifyLocationInFile(mOutPath); in testSetLocationNative()692 assertTrue(nativeTestSetOrientationHint(mOutFormat, mInpPath, mOutPath)); in testSetOrientationHintNative()[all …]