Home
last modified time | relevance | path

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

/hardware/google/av/media/eco/
DECOSession.cpp325 const int32_t currAverageQp = std::get<int32_t>(value); in processFrameStats() local
330 abs(currAverageQp - mLastReportedQp) > mListenerQpCondition.mQpChangeThreshold; in processFrameStats()
335 currAverageQp > mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()
340 currAverageQp <= mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()
345 mLastReportedQp = currAverageQp; in processFrameStats()