Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java289 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testSimpleDecode()
365 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
402 test.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
495 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testReconfigure()
497 configRef.isPtsStrictlyIncreasing(mPrevOutputPts)); in testReconfigure()
671 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testOnlyEos()
764 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testSimpleDecodeQueueCSD()
826 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testDecodePartialFrame()
DCodecEncoderTest.java320 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testSimpleEncode()
390 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
412 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
436 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
486 configRef.isPtsStrictlyIncreasing(mPrevOutputPts)); in testReconfigure()
497 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testReconfigure()
643 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testOnlyEos()
DCodecDecoderExtTest.java105 test.isPtsStrictlyIncreasing(mPrevOutputPts)); in testDecodeAndValidate()
DCodecTestBase.java465 long mPrevOutputPts; field in CodecTestBase
621 mPrevOutputPts = Long.MIN_VALUE; in flushCodec()
643 mPrevOutputPts = Long.MIN_VALUE; in resetContext()
1154 mPrevOutputPts = mInputOffsetPts - 1; in flushCodec()
DCodecDecoderSurfaceTest.java293 test.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp346 loopCounter == 0 && mIsAudio && (!ref->isPtsStrictlyIncreasing(mPrevOutputPts)), in testSimpleDecode()
397 CHECK_ERR(mIsAudio && (!ref->isPtsStrictlyIncreasing(mPrevOutputPts)), "", in testFlush()
446 CHECK_ERR(!test->isPtsStrictlyIncreasing(mPrevOutputPts), "", in testFlush()
532 CHECK_ERR(loopCounter == 0 && mIsAudio && (!ref->isPtsStrictlyIncreasing(mPrevOutputPts)), in testOnlyEos()
610 (!ref->isPtsStrictlyIncreasing(mPrevOutputPts)), in testSimpleDecodeQueueCSD()
DNativeCodecEncoderTest.cpp215 mPrevOutputPts = mInputOffsetPts - 1; in flushCodec()
450 !ref->isPtsStrictlyIncreasing(mPrevOutputPts)), in testSimpleEncode()
496 CHECK_ERR((!mOutputBuff->isPtsStrictlyIncreasing(mPrevOutputPts)), log, in testFlush()
512 CHECK_ERR((mIsAudio && !mOutputBuff->isPtsStrictlyIncreasing(mPrevOutputPts)), log, in testFlush()
532 CHECK_ERR((mIsAudio && !mOutputBuff->isPtsStrictlyIncreasing(mPrevOutputPts)), log, in testFlush()
558 CHECK_ERR(mIsAudio && (!configRef->isPtsStrictlyIncreasing(mPrevOutputPts)), "", in testReconfigure()
571 CHECK_ERR(mIsAudio && (!ref->isPtsStrictlyIncreasing(mPrevOutputPts)), "", in testReconfigure()
700 CHECK_ERR(loopCounter == 0 && mIsAudio && (!ref->isPtsStrictlyIncreasing(mPrevOutputPts)), in testOnlyEos()
DNativeCodecTestBase.cpp348 mPrevOutputPts = INT32_MIN; in CodecTestBase()
386 mPrevOutputPts = INT32_MIN; in flushCodec()
404 mPrevOutputPts = INT32_MIN; in resetContext()
DNativeCodecTestBase.h133 int64_t mPrevOutputPts; variable