Home
last modified time | relevance | path

Searched refs:isPtsStrictlyIncreasing (Results 1 – 11 of 11) 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()
DCodecEncoderSurfaceTest.java544 test.isPtsStrictlyIncreasing(Long.MIN_VALUE)); in testSimpleEncodeFromSurface()
547 ref.isPtsStrictlyIncreasing(Long.MIN_VALUE)); in testSimpleEncodeFromSurface()
DCodecDecoderSurfaceTest.java293 test.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
DCodecTestBase.java232 boolean isPtsStrictlyIncreasing(long lastPts) { in isPtsStrictlyIncreasing() method in OutputManager
/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.cpp450 !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.h102 bool isPtsStrictlyIncreasing(int64_t lastPts);
DNativeCodecEncoderSurfaceTest.cpp540 CHECK_ERR(loopCounter == 0 && (!ref->isPtsStrictlyIncreasing(INT32_MIN)), log, in testSimpleEncode()
542 CHECK_ERR(loopCounter != 0 && (!test->isPtsStrictlyIncreasing(INT32_MIN)), log, in testSimpleEncode()
DNativeCodecTestBase.cpp209 bool OutputManager::isPtsStrictlyIncreasing(int64_t lastPts) { in isPtsStrictlyIncreasing() function in OutputManager