Home
last modified time | relevance | path

Searched refs:mPrevOutputPts (Results 1 – 12 of 12) sorted by relevance

/cts/tests/media/jni/
DNativeCodecTestBase.cpp392 mPrevOutputPts = INT32_MIN; in CodecTestBase()
458 mPrevOutputPts = INT32_MIN; in flushCodec()
476 mPrevOutputPts = INT32_MIN; in resetContext()
DNativeCodecTestBase.h169 int64_t mPrevOutputPts; variable
DNativeCodecDecoderTestCommon.cpp282 RETURN_IF_FALSE(mOutputBuff->isPtsStrictlyIncreasing(mPrevOutputPts), in isTestStateValid()
475 RETURN_IF_TRUE(!mIsInterlaced && !test->isPtsStrictlyIncreasing(mPrevOutputPts), in testFlush()
DNativeCodecEncoderTest.cpp307 !mOutputBuff->isPtsStrictlyIncreasing(mPrevOutputPts), in isTestStateValid()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderBlockModelMultiAccessUnitTest.java232 if (!test.isPtsStrictlyIncreasing(mPrevOutputPts)) { in testFlush()
DCodecDecoderMultiAccessUnitTest.java321 if (!test.isPtsStrictlyIncreasing(mPrevOutputPts)) { in testFlush()
DCodecDecoderSurfaceTest.java426 if (!test.isPtsStrictlyIncreasing(mPrevOutputPts)) { in testFlush()
DCodecDecoderTest.java518 if (!test.isPtsStrictlyIncreasing(mPrevOutputPts)) { in testFlush()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecDecoderTestBase.java353 if (!mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)) { in validateTestState()
DCodecTestBase.java373 protected long mPrevOutputPts; field in CodecTestBase
1264 mPrevOutputPts = Long.MIN_VALUE; in flushCodec()
1286 mPrevOutputPts = Long.MIN_VALUE; in resetContext()
DCodecEncoderTestBase.java627 && !mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)) { in validateTestState()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTestBase.java220 long mPrevOutputPts; field in CodecTestBase
319 mPrevOutputPts = Long.MIN_VALUE; in resetContext()