Home
last modified time | relevance | path

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

/hardware/google/av/media/eco/
DECOSession.cpp334 (mLastReportedQp <= mListenerQpCondition.mQpBlocknessThreshold && in processFrameStats()
335 currAverageQp > mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()
339 (mLastReportedQp > mListenerQpCondition.mQpBlocknessThreshold && in processFrameStats()
340 currAverageQp <= mListenerQpCondition.mQpBlocknessThreshold); in processFrameStats()
475 &mListenerQpCondition.mQpBlocknessThreshold) != ECODataStatus::OK || in addInfoListener()
478 mListenerQpCondition.mQpBlocknessThreshold < ENCODER_MIN_QP || in addInfoListener()
479 mListenerQpCondition.mQpBlocknessThreshold > ENCODER_MAX_QP) { in addInfoListener()
/hardware/google/av/media/eco/include/eco/
DECOSession.h134 int32_t mQpBlocknessThreshold = 50; member