Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaScannerNotificationTest.java52 String tmpPath = createTempFiles(temps); in testMediaScannerNotification() local
58 checkTempFiles(tmpPath, temps); in testMediaScannerNotification()
61 File noMedia = new File(tmpPath, ".nomedia"); in testMediaScannerNotification()
73 checkTempFiles(tmpPath, temps); in testMediaScannerNotification()
75 deleteTempFiles(tmpPath, temps); in testMediaScannerNotification()
89 String tmpPath = tmpDir.getAbsolutePath(); in createTempFiles() local
90 assertFalse(tmpPath + " already exists", tmpDir.exists()); in createTempFiles()
94 File foo = new File(tmpPath, "foobar." + extensions[i]); in createTempFiles()
107 return tmpPath; in createTempFiles()
110 void checkTempFiles(String tmpPath, String [] extensions) { in checkTempFiles() argument
[all …]
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderSurfaceTest.java317 String tmpPath = null; in testSimpleEncodeFromSurface() local
321 tmpPath = getTempFilePath(mEncCfgParams.mInputBitDepth > 8 ? "10bit" : ""); in testSimpleEncodeFromSurface()
322 mTmpFiles.add(tmpPath); in testSimpleEncodeFromSurface()
325 tmpPath, mFrameLimit); in testSimpleEncodeFromSurface()
339 tmpPath, false, false, ACCEPTABLE_WIRELESS_TX_QUALITY); in testSimpleEncodeFromSurface()
360 String tmpPath = null; in testSimpleEncodeFromSurfaceNative() local
362 tmpPath = getTempFilePath(mEncCfgParams.mInputBitDepth > 8 ? "10bit" : ""); in testSimpleEncodeFromSurfaceNative()
363 mTmpFiles.add(tmpPath); in testSimpleEncodeFromSurfaceNative()
367 mTestFile, mTestFileMediaType, tmpPath, colorFormat, mUsePersistentSurface, in testSimpleEncodeFromSurfaceNative()
371 if (tmpPath != null) { in testSimpleEncodeFromSurfaceNative()
[all …]
DEncoderColorAspectsTest.java409 String tmpPath = getTempFilePath((mActiveEncCfg.mInputBitDepth == 10) ? "10bit" in doFullColorAspects() local
411 muxOutput(tmpPath, muxerFormat, fmt, mOutputBuff.getBuffer(), mInfoList); in doFullColorAspects()
418 CodecDecoderTestBase cdtb = new CodecDecoderTestBase(decoder, mMediaType, tmpPath, in doFullColorAspects()
429 new File(tmpPath).delete(); in doFullColorAspects()