Searched refs:isPtsStrictlyIncreasing (Results 1 – 13 of 13) sorted by relevance
128 bool isPtsStrictlyIncreasing(int64_t lastPts);
282 RETURN_IF_FALSE(mOutputBuff->isPtsStrictlyIncreasing(mPrevOutputPts), in isTestStateValid()475 RETURN_IF_TRUE(!mIsInterlaced && !test->isPtsStrictlyIncreasing(mPrevOutputPts), in testFlush()
628 RETURN_IF_TRUE((mMaxBFrames == 0 && !mOutputBuff->isPtsStrictlyIncreasing(INT32_MIN)), in testSimpleEncode()
251 bool OutputManager::isPtsStrictlyIncreasing(int64_t lastPts) { in isPtsStrictlyIncreasing() function in OutputManager
307 !mOutputBuff->isPtsStrictlyIncreasing(mPrevOutputPts), in isTestStateValid()
232 if (!test.isPtsStrictlyIncreasing(mPrevOutputPts)) { in testFlush()
321 if (!test.isPtsStrictlyIncreasing(mPrevOutputPts)) { in testFlush()
426 if (!test.isPtsStrictlyIncreasing(mPrevOutputPts)) { in testFlush()
518 if (!test.isPtsStrictlyIncreasing(mPrevOutputPts)) { in testFlush()
353 if (!mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)) { in validateTestState()
526 if (mEncCfgParams.mMaxBFrames == 0 && !mOutputBuff.isPtsStrictlyIncreasing( in validateTestState()
627 && !mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)) { in validateTestState()
99 public boolean isPtsStrictlyIncreasing(long lastPts) { in isPtsStrictlyIncreasing() method in OutputManager