Searched refs:currAverageQp (Results 1 – 1 of 1) sorted by relevance
325 const int32_t currAverageQp = std::get<int32_t>(value); in processFrameStats() local330 abs(currAverageQp - mLastReportedQp) > mListenerQpCondition.mQpChangeThreshold; in processFrameStats()335 currAverageQp > mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()340 currAverageQp <= mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()345 mLastReportedQp = currAverageQp; in processFrameStats()