Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java219 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testSimpleEncode()
282 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testLosslessEncodeDecode()
355 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
378 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
403 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
450 configRef.isPtsStrictlyIncreasing(mPrevOutputPts)); in testReconfigure()
461 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testReconfigure()
602 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testOnlyEos()
DCodecDecoderTest.java257 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testSimpleDecode()
310 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
347 test.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
434 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testReconfigure()
436 configRef.isPtsStrictlyIncreasing(mPrevOutputPts)); in testReconfigure()
607 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testOnlyEos()
696 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testSimpleDecodeQueueCSD()
758 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testDecodePartialFrame()
DCodecDecoderPauseTest.java121 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testPause()
DCodecTestBase.java539 long mPrevOutputPts; field in CodecTestBase
845 mPrevOutputPts = Long.MIN_VALUE; in flushCodec()
867 mPrevOutputPts = Long.MIN_VALUE; in resetContext()
1467 mPrevOutputPts = mInputOffsetPts - 1; in flushCodec()
DCodecDecoderSurfaceTest.java250 test.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
DCodecDecoderValidationTest.java496 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testDecodeAndValidate()
/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp361 loopCounter == 0 && mIsAudio && (!ref->isPtsStrictlyIncreasing(mPrevOutputPts)), in testSimpleDecode()
422 CHECK_ERR(mIsAudio && (!ref->isPtsStrictlyIncreasing(mPrevOutputPts)), "", in testFlush()
475 CHECK_ERR(!test->isPtsStrictlyIncreasing(mPrevOutputPts), "", in testFlush()
561 CHECK_ERR(loopCounter == 0 && mIsAudio && (!ref->isPtsStrictlyIncreasing(mPrevOutputPts)), in testOnlyEos()
639 (!ref->isPtsStrictlyIncreasing(mPrevOutputPts)), in testSimpleDecodeQueueCSD()
DNativeCodecTestBase.h136 int64_t mPrevOutputPts; variable
DNativeCodecTestBase.cpp339 mPrevOutputPts = INT32_MIN; in CodecTestBase()
377 mPrevOutputPts = INT32_MIN; in flushCodec()
395 mPrevOutputPts = INT32_MIN; in resetContext()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTestBase.java193 long mPrevOutputPts; field in CodecTestBase
228 mPrevOutputPts = Long.MIN_VALUE; in resetContext()