Home
last modified time | relevance | path

Searched refs:currAverageQp (Results 1 – 1 of 1) sorted by relevance

/hardware/google/av/media/eco/
DECOSession.cpp312 const int32_t currAverageQp = std::get<int32_t>(value); in processFrameStats() local
317 abs(currAverageQp - mLastReportedQp) > mListenerQpCondition.mQpChangeThreshold; in processFrameStats()
322 currAverageQp > mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()
327 currAverageQp <= mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()
332 mLastReportedQp = currAverageQp; in processFrameStats()