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