Searched refs:mQpBlocknessThreshold (Results 1 – 2 of 2) sorted by relevance
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()480 mListenerQpCondition.mQpBlocknessThreshold < ENCODER_MIN_QP || in addInfoListener()481 mListenerQpCondition.mQpBlocknessThreshold > ENCODER_MAX_QP) { in addInfoListener()
136 int32_t mQpBlocknessThreshold = 50; member