Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.cpp23 #define LOW_FREQ 298 /* 32768/110 for low test frequency */ macro
256 if ((LOW_FREQ * fs) >= (fc << 15)) { in LVPSA_SetBPFiltersType()
262 if (((LOW_FREQ * fs) < (fc << 15)) && ((fc << 15) < (HIGH_FREQ * fs)) && in LVPSA_SetBPFiltersType()
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Control.cpp36 #define LOW_FREQ 298 /* 32768/110 for low test frequency */ macro