Home
last modified time | relevance | path

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

/hardware/google/av/media/eco/
DECOSession.cpp336 (mLastReportedQp <= mListenerQpCondition.mQpBlocknessThreshold && in processFrameStats()
337 currAverageQp > mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()
341 (mLastReportedQp > mListenerQpCondition.mQpBlocknessThreshold && in processFrameStats()
342 currAverageQp <= mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()
477 &mListenerQpCondition.mQpBlocknessThreshold) != ECODataStatus::OK || in addInfoListener()
480 mListenerQpCondition.mQpBlocknessThreshold < ENCODER_MIN_QP || in addInfoListener()
481 mListenerQpCondition.mQpBlocknessThreshold > ENCODER_MAX_QP) { in addInfoListener()
/hardware/google/av/media/eco/include/eco/
DECOSession.h136 int32_t mQpBlocknessThreshold = 50; member