Lines Matching refs:ref
64 OutputManager* ref);
350 AMediaFormat* format, OutputManager* ref) { in encodeToMemory() argument
354 mOutputBuff = ref; in encodeToMemory()
395 auto ref = &mRefBuff; 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()
450 !ref->isPtsStrictlyIncreasing(mPrevOutputPts)), in testSimpleEncode()
453 !ref->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), in testSimpleEncode()
565 auto ref = &mRefBuff; in testReconfigure() local
566 if (!encodeToMemory(srcPath, encoder, INT32_MAX, format, ref)) { in testReconfigure()
571 CHECK_ERR(mIsAudio && (!ref->isPtsStrictlyIncreasing(mPrevOutputPts)), "", in testReconfigure()
573 CHECK_ERR(!mIsAudio && (!ref->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), "", in testReconfigure()
622 CHECK_ERR((!ref->equals(test)), log, "output is flaky", isPass); in testReconfigure()
638 CHECK_ERR((!ref->equals(test)), log, "output is flaky", isPass); in testReconfigure()
669 auto ref = &mRefBuff; 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()
703 (!ref->isOutPtsListIdenticalToInpPtsList(mMaxBFrames != 0)), in testOnlyEos()