Searched refs:mPrevOutputPts (Results 1 – 9 of 9) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderTest.java | 289 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()
|
D | CodecEncoderTest.java | 320 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()
|
D | CodecDecoderExtTest.java | 105 test.isPtsStrictlyIncreasing(mPrevOutputPts)); in testDecodeAndValidate()
|
D | CodecTestBase.java | 465 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()
|
D | CodecDecoderSurfaceTest.java | 293 test.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
|
/cts/tests/media/jni/ |
D | NativeCodecDecoderTest.cpp | 346 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()
|
D | NativeCodecEncoderTest.cpp | 215 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()
|
D | NativeCodecTestBase.cpp | 348 mPrevOutputPts = INT32_MIN; in CodecTestBase() 386 mPrevOutputPts = INT32_MIN; in flushCodec() 404 mPrevOutputPts = INT32_MIN; in resetContext()
|
D | NativeCodecTestBase.h | 133 int64_t mPrevOutputPts; variable
|