Searched refs:currAverageQp (Results 1 – 1 of 1) sorted by relevance
312 const int32_t currAverageQp = std::get<int32_t>(value); in processFrameStats() local317 abs(currAverageQp - mLastReportedQp) > mListenerQpCondition.mQpChangeThreshold; in processFrameStats()322 currAverageQp > mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()327 currAverageQp <= mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()332 mLastReportedQp = currAverageQp; in processFrameStats()