Searched refs:mListenerQpCondition (Results 1 – 2 of 2) sorted by relevance
332 abs(currAverageQp - mLastReportedQp) > mListenerQpCondition.mQpChangeThreshold; in processFrameStats()336 (mLastReportedQp <= mListenerQpCondition.mQpBlocknessThreshold && in processFrameStats()337 currAverageQp > mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()341 (mLastReportedQp > mListenerQpCondition.mQpBlocknessThreshold && in processFrameStats()342 currAverageQp <= mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()477 &mListenerQpCondition.mQpBlocknessThreshold) != ECODataStatus::OK || in addInfoListener()479 &mListenerQpCondition.mQpChangeThreshold) != ECODataStatus::OK || in addInfoListener()480 mListenerQpCondition.mQpBlocknessThreshold < ENCODER_MIN_QP || in addInfoListener()481 mListenerQpCondition.mQpBlocknessThreshold > ENCODER_MAX_QP) { in addInfoListener()
139 QpCondition mListenerQpCondition; variable