Home
last modified time | relevance | path

Searched refs:mReconfigFile (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java52 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()
DCodecDecoderTest.java65 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()