Searched refs:isOutPtsListIdenticalToInpPtsList (Results 1 – 9 of 9) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecEncoderTest.java | 324 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()
|
D | CodecDecoderTest.java | 293 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()
|
D | CodecDecoderSurfaceTest.java | 206 ref.isOutPtsListIdenticalToInpPtsList(false)); in testSimpleDecodeToSurface() 266 ref.isOutPtsListIdenticalToInpPtsList(false)); in testFlush() 357 ref.isOutPtsListIdenticalToInpPtsList(false)); in testReconfigure() 359 configRef.isOutPtsListIdenticalToInpPtsList(false)); in testReconfigure()
|
D | CodecDecoderExtTest.java | 108 test.isOutPtsListIdenticalToInpPtsList(false)); in testDecodeAndValidate()
|
D | CodecTestBase.java | 247 boolean isOutPtsListIdenticalToInpPtsList(boolean requireSorting) { in isOutPtsListIdenticalToInpPtsList() method in OutputManager
|
/cts/tests/media/jni/ |
D | NativeCodecEncoderTest.cpp | 453 !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()
|
D | NativeCodecDecoderTest.cpp | 349 (!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()
|
D | NativeCodecTestBase.h | 103 bool isOutPtsListIdenticalToInpPtsList(bool requireSorting);
|
D | NativeCodecTestBase.cpp | 224 bool OutputManager::isOutPtsListIdenticalToInpPtsList(bool requireSorting) { in isOutPtsListIdenticalToInpPtsList() function in OutputManager
|