Lines Matching refs:loopCounter
401 int loopCounter = 0; in testSimpleEncode() local
412 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleEncode()
448 CHECK_ERR((loopCounter != 0 && !ref->equals(test)), log, "output is flaky", isPass); in testSimpleEncode()
449 CHECK_ERR((loopCounter == 0 && mIsAudio && in testSimpleEncode()
452 CHECK_ERR((loopCounter == 0 && !mIsAudio && in testSimpleEncode()
455 loopCounter++; in testSimpleEncode()
673 int loopCounter = 0; in testOnlyEos() local
680 mOutputBuff = loopCounter == 0 ? ref : test; in testOnlyEos()
699 CHECK_ERR(loopCounter != 0 && (!ref->equals(test)), log, "output is flaky", isPass); in testOnlyEos()
700 CHECK_ERR(loopCounter == 0 && mIsAudio && (!ref->isPtsStrictlyIncreasing(mPrevOutputPts)), in testOnlyEos()
702 CHECK_ERR(loopCounter == 0 && !mIsAudio && in testOnlyEos()
705 loopCounter++; in testOnlyEos()