Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
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()
DCodecEncoderTest.java211 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testSimpleEncode()
274 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testLosslessEncodeDecode()
347 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
370 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
395 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
442 configRef.isPtsStrictlyIncreasing(mPrevOutputPts)); in testReconfigure()
453 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testReconfigure()
594 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testOnlyEos()
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()
1464 mPrevOutputPts = mInputOffsetPts - 1; in flushCodec()
DCodecDecoderSurfaceTest.java250 test.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
DCodecDecoderValidationTest.java496 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testDecodeAndValidate()
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp220 mPrevOutputPts = mInputOffsetPts - 1; in flushCodec()
456 !ref->isPtsStrictlyIncreasing(mPrevOutputPts)), in testSimpleEncode()
502 CHECK_ERR((!mOutputBuff->isPtsStrictlyIncreasing(mPrevOutputPts)), log, in testFlush()
518 CHECK_ERR((mIsAudio && !mOutputBuff->isPtsStrictlyIncreasing(mPrevOutputPts)), log, in testFlush()
538 CHECK_ERR((mIsAudio && !mOutputBuff->isPtsStrictlyIncreasing(mPrevOutputPts)), log, in testFlush()
564 CHECK_ERR(mIsAudio && (!configRef->isPtsStrictlyIncreasing(mPrevOutputPts)), "", in testReconfigure()
577 CHECK_ERR(mIsAudio && (!ref->isPtsStrictlyIncreasing(mPrevOutputPts)), "", in testReconfigure()
706 CHECK_ERR(loopCounter == 0 && mIsAudio && (!ref->isPtsStrictlyIncreasing(mPrevOutputPts)), in testOnlyEos()
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.cpp339 mPrevOutputPts = INT32_MIN; in CodecTestBase()
377 mPrevOutputPts = INT32_MIN; in flushCodec()
395 mPrevOutputPts = INT32_MIN; in resetContext()
DNativeCodecTestBase.h136 int64_t mPrevOutputPts; variable
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTestBase.java193 long mPrevOutputPts; field in CodecTestBase
228 mPrevOutputPts = Long.MIN_VALUE; in resetContext()