Searched refs:mQpBlocknessThreshold (Results 1 – 2 of 2) sorted by relevance
334 (mLastReportedQp <= mListenerQpCondition.mQpBlocknessThreshold && in processFrameStats()335 currAverageQp > mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()339 (mLastReportedQp > mListenerQpCondition.mQpBlocknessThreshold && in processFrameStats()340 currAverageQp <= mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()475 &mListenerQpCondition.mQpBlocknessThreshold) != ECODataStatus::OK || in addInfoListener()478 mListenerQpCondition.mQpBlocknessThreshold < ENCODER_MIN_QP || in addInfoListener()479 mListenerQpCondition.mQpBlocknessThreshold > ENCODER_MAX_QP) { in addInfoListener()
134 int32_t mQpBlocknessThreshold = 50; member