Searched refs:avgCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp1231 int avgCount = 0; local
1260 avgCount = tmpAvgCount;
1272 if (avgCount) {
1273 gainCorrection += avgGain/avgCount;
1276 ALOGV("EqualizerLimitBandLevels() gainCorrection %d maxGain %d avgGain %d avgCount %d",
1277 gainCorrection, maxGain, avgGain, avgCount);

Completed in 61 milliseconds