Searched refs:mPrevOutputPts (Results 1 – 11 of 11) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderTest.java | 257 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()
|
D | CodecEncoderTest.java | 211 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()
|
D | CodecDecoderPauseTest.java | 121 ref.isPtsStrictlyIncreasing(mPrevOutputPts)); in testPause()
|
D | CodecTestBase.java | 539 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()
|
D | CodecDecoderSurfaceTest.java | 250 test.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush()
|
D | CodecDecoderValidationTest.java | 496 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testDecodeAndValidate()
|
/cts/tests/media/jni/ |
D | NativeCodecEncoderTest.cpp | 220 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()
|
D | NativeCodecDecoderTest.cpp | 361 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()
|
D | NativeCodecTestBase.cpp | 339 mPrevOutputPts = INT32_MIN; in CodecTestBase() 377 mPrevOutputPts = INT32_MIN; in flushCodec() 395 mPrevOutputPts = INT32_MIN; in resetContext()
|
D | NativeCodecTestBase.h | 136 int64_t mPrevOutputPts; variable
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | CodecTestBase.java | 193 long mPrevOutputPts; field in CodecTestBase 228 mPrevOutputPts = Long.MIN_VALUE; in resetContext()
|