Home
last modified time | relevance | path

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

/frameworks/av/libvideoeditor/lvpp/
DVideoEditorBGAudioProcessing.cpp286 int totalValue = 0; in isThresholdBreached() local
288 totalValue += averageValue[i]; in isThresholdBreached()
290 return (totalValue / storeCount > thresholdValue); in isThresholdBreached()