Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java324 ref.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testSimpleEncode()
409 mOutputBuff.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testFlush()
433 mOutputBuff.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testFlush()
489 configRef.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testReconfigure()
500 ref.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testReconfigure()
647 ref.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testOnlyEos()
725 mOutputBuff.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testSetForceSyncFrame()
836 mOutputBuff.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testAdaptiveBitRate()
DCodecDecoderTest.java293 ref.isOutPtsListIdenticalToInpPtsList(false)); in testSimpleDecode()
368 ref.isOutPtsListIdenticalToInpPtsList(false)); in testFlush()
500 ref.isOutPtsListIdenticalToInpPtsList(false)); in testReconfigure()
502 ref.isOutPtsListIdenticalToInpPtsList(false)); in testReconfigure()
675 ref.isOutPtsListIdenticalToInpPtsList(false)); in testOnlyEos()
768 ref.isOutPtsListIdenticalToInpPtsList(false)); in testSimpleDecodeQueueCSD()
829 ref.isOutPtsListIdenticalToInpPtsList(false)); in testDecodePartialFrame()
DCodecDecoderSurfaceTest.java206 ref.isOutPtsListIdenticalToInpPtsList(false)); in testSimpleDecodeToSurface()
266 ref.isOutPtsListIdenticalToInpPtsList(false)); in testFlush()
357 ref.isOutPtsListIdenticalToInpPtsList(false)); in testReconfigure()
359 configRef.isOutPtsListIdenticalToInpPtsList(false)); in testReconfigure()
DCodecDecoderExtTest.java108 test.isOutPtsListIdenticalToInpPtsList(false)); in testDecodeAndValidate()
DCodecTestBase.java247 boolean isOutPtsListIdenticalToInpPtsList(boolean requireSorting) { in isOutPtsListIdenticalToInpPtsList() method in OutputManager
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp453 !ref->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), in testSimpleEncode()
516 CHECK_ERR((!mIsAudio && !mOutputBuff->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), in testFlush()
536 CHECK_ERR(!mIsAudio && (!mOutputBuff->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), in testFlush()
560 CHECK_ERR(!mIsAudio && (!configRef->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), in testReconfigure()
573 CHECK_ERR(!mIsAudio && (!ref->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), "", in testReconfigure()
703 (!ref->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), in testOnlyEos()
762 CHECK_ERR((!mOutputBuff->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), log, in testSetForceSyncFrame()
845 CHECK_ERR((!mOutputBuff->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), log, in testAdaptiveBitRate()
DNativeCodecDecoderTest.cpp349 (!ref->isOutPtsListIdenticalToInpPtsList(false)), in testSimpleDecode()
399 CHECK_ERR(!mIsAudio && (!ref->isOutPtsListIdenticalToInpPtsList(false)), "", in testFlush()
534 CHECK_ERR(loopCounter == 0 && !mIsAudio && (!ref->isOutPtsListIdenticalToInpPtsList(false)), in testOnlyEos()
613 (!ref->isOutPtsListIdenticalToInpPtsList(false)), in testSimpleDecodeQueueCSD()
DNativeCodecTestBase.h103 bool isOutPtsListIdenticalToInpPtsList(bool requireSorting);
DNativeCodecTestBase.cpp224 bool OutputManager::isOutPtsListIdenticalToInpPtsList(bool requireSorting) { in isOutPtsListIdenticalToInpPtsList() function in OutputManager