Searched refs:mReconfigFile (Results 1 – 2 of 2) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderSurfaceTest.java | 52 private final String mReconfigFile; field in CodecDecoderSurfaceTest 57 mReconfigFile = reconfigFile; in CodecDecoderSurfaceTest() 341 MediaFormat newFormat = setUpSource(mReconfigFile); in testReconfigure() 354 decodeAndSavePts(mReconfigFile, decoder, pts, mode, Integer.MAX_VALUE); in testReconfigure() 414 setUpSource(mReconfigFile); in testReconfigure() 416 mReconfigFile, (isAsync ? "async" : "sync")); in testReconfigure() 456 mInpPrefix + mReconfigFile, -1.0f)); in testSimpleDecodeToSurfaceNative()
|
D | CodecDecoderTest.java | 65 private final String mReconfigFile; field in CodecDecoderTest 72 mReconfigFile = reconfigFile; in CodecDecoderTest() 478 MediaFormat newFormat = setUpSource(mReconfigFile); in testReconfigure() 491 decodeToMemory(mReconfigFile, decoder, pts, mode, Integer.MAX_VALUE); in testReconfigure() 596 setUpSource(mReconfigFile); in testReconfigure() 598 mReconfigFile, (isAsync ? "async" : "sync")); in testReconfigure()
|