Searched refs:mTestFile (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/content/src/android/content/cts/ |
D | ImageCaptureUriExtraToClipDataTest.java | 36 private File mTestFile; field in ImageCaptureUriExtraToClipDataTest 58 mTestFile = new File(getContext().getFilesDir() + File.separator + FILE_NAME); in setUp() 63 if (mTestFile.exists()) { in tearDown() 64 assertTrue(mTestFile.delete()); in tearDown() 92 intent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile(mTestFile)); in startActivityWithAction() 108 FileReader reader = new FileReader(mTestFile); in assertFileContents()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderTest.java | 238 MediaFormat format = setUpSource(mTestFile); in testSimpleDecode() 260 decoder, mTestFile, (isAsync ? "async" : "sync"), in testSimpleDecode() 311 assertTrue(String.format("%s rms error too high", mTestFile), in testSimpleDecode() 330 assertTrue(nativeTestSimpleDecode(decoder, null, mMime, mInpPrefix + mTestFile, in testSimpleDecodeNative() 343 MediaFormat format = setUpSource(mTestFile); in testFlush() 361 decodeToMemory(mTestFile, decoder, pts, mode, Integer.MAX_VALUE); in testFlush() 371 setUpSource(mTestFile); in testFlush() 375 mTestFile, (isAsync ? "async" : "sync")); in testFlush() 464 assertTrue(nativeTestFlush(decoder, null, mMime, mInpPrefix + mTestFile)); in testFlushNative() 476 MediaFormat format = setUpSource(mTestFile); in testReconfigure() [all …]
|
D | CodecDecoderSurfaceTest.java | 203 decodeAndSavePts(mTestFile, decoder, pts, mode, Integer.MAX_VALUE); in testSimpleDecodeToSurface() 207 MediaFormat format = setUpSource(mTestFile); in testSimpleDecodeToSurface() 212 String log = String.format("codec: %s, file: %s, mode: %s:: ", decoder, mTestFile, in testSimpleDecodeToSurface() 245 MediaFormat format = setUpSource(mTestFile); in testFlush() 263 decodeAndSavePts(mTestFile, decoder, pts, mode, Integer.MAX_VALUE); in testFlush() 268 setUpSource(mTestFile); in testFlush() 274 mTestFile, (isAsync ? "async" : "sync")); in testFlush() 339 MediaFormat format = setUpSource(mTestFile); in testReconfigure() 352 decodeAndSavePts(mTestFile, decoder, pts, mode, Integer.MAX_VALUE); in testReconfigure() 365 setUpSource(mTestFile); in testReconfigure() [all …]
|
D | CodecDecoderExtTest.java | 96 decodeToMemory(mTestFile, decoder, 0, mode, Integer.MAX_VALUE); in testDecodeAndValidate() 99 mTestFile, mRefFile); in testDecodeAndValidate()
|
D | CodecEncoderSurfaceTest.java | 56 private final String mTestFile; field in CodecEncoderSurfaceTest 92 mTestFile = testFile; in CodecEncoderSurfaceTest() 459 MediaFormat decoderFormat = setUpSource(mTestFile); in testSimpleEncodeFromSurface() 520 encoderFormat, encoder, mTestFile, (isAsync ? "async" : "sync")); in testSimpleEncodeFromSurface() 565 MediaFormat decoderFormat = setUpSource(mTestFile); in testSimpleEncodeFromSurfaceNative() 583 nativeTestSimpleEncode(encoder, decoder, mMime, mInpPrefix + mTestFile, tmpPath, in testSimpleEncodeFromSurfaceNative()
|
D | CodecTestBase.java | 847 String mTestFile; field in CodecDecoderTestBase 856 mTestFile = testFile; in CodecDecoderTestBase()
|