Searched defs:totalValue (Results 1 - 1 of 1) sorted by path

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

Completed in 44 milliseconds