Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java215 ref.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testSimpleEncode()
278 mOutputBuff.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testLosslessEncodeDecode()
367 mOutputBuff.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testFlush()
392 mOutputBuff.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testFlush()
445 configRef.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testReconfigure()
456 ref.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testReconfigure()
598 ref.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testOnlyEos()
672 mOutputBuff.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testSetForceSyncFrame()
779 mOutputBuff.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testAdaptiveBitRate()
DCodecDecoderTest.java261 ref.isOutPtsListIdenticalToInpPtsList(false)); in testSimpleDecode()
313 ref.isOutPtsListIdenticalToInpPtsList(false)); in testFlush()
439 ref.isOutPtsListIdenticalToInpPtsList(false)); in testReconfigure()
441 ref.isOutPtsListIdenticalToInpPtsList(false)); in testReconfigure()
611 ref.isOutPtsListIdenticalToInpPtsList(false)); in testOnlyEos()
700 ref.isOutPtsListIdenticalToInpPtsList(false)); in testSimpleDecodeQueueCSD()
761 ref.isOutPtsListIdenticalToInpPtsList(false)); in testDecodePartialFrame()
DCodecDecoderSurfaceTest.java157 ref.isOutPtsListIdenticalToInpPtsList(false)); in testSimpleDecodeToSurface()
223 ref.isOutPtsListIdenticalToInpPtsList(false)); in testFlush()
311 ref.isOutPtsListIdenticalToInpPtsList(false)); in testReconfigure()
319 configRef.isOutPtsListIdenticalToInpPtsList(false)); in testReconfigure()
DCodecDecoderPauseTest.java124 ref.isOutPtsListIdenticalToInpPtsList(false)); in testPause()
DEncodeDecodeAccuracyTest.java500 mOutputBuff.isOutPtsListIdenticalToInpPtsList(false)); in testEncodeDecodeAccuracyRGB()
DCodecDecoderValidationTest.java499 mOutputBuff.isOutPtsListIdenticalToInpPtsList(false)); in testDecodeAndValidate()
DCodecTestBase.java256 boolean isOutPtsListIdenticalToInpPtsList(boolean requireSorting) { in isOutPtsListIdenticalToInpPtsList() method in OutputManager
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp459 !ref->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), in testSimpleEncode()
522 CHECK_ERR((!mIsAudio && !mOutputBuff->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), in testFlush()
542 CHECK_ERR(!mIsAudio && (!mOutputBuff->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), in testFlush()
566 CHECK_ERR(!mIsAudio && (!configRef->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), in testReconfigure()
579 CHECK_ERR(!mIsAudio && (!ref->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), "", in testReconfigure()
709 (!ref->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), in testOnlyEos()
768 CHECK_ERR((!mOutputBuff->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), log, in testSetForceSyncFrame()
851 CHECK_ERR((!mOutputBuff->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), log, in testAdaptiveBitRate()
DNativeCodecDecoderTest.cpp367 (!ref->isOutPtsListIdenticalToInpPtsList(false)), in testSimpleDecode()
427 CHECK_ERR(!mIsAudio && (!ref->isOutPtsListIdenticalToInpPtsList(false)), "", in testFlush()
563 CHECK_ERR(loopCounter == 0 && !mIsAudio && (!ref->isOutPtsListIdenticalToInpPtsList(false)), in testOnlyEos()
642 (!ref->isOutPtsListIdenticalToInpPtsList(false)), in testSimpleDecodeQueueCSD()
DNativeCodecTestBase.h104 bool isOutPtsListIdenticalToInpPtsList(bool requireSorting);
DNativeCodecTestBase.cpp235 bool OutputManager::isOutPtsListIdenticalToInpPtsList(bool requireSorting) { in isOutPtsListIdenticalToInpPtsList() function in OutputManager