Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.cpp173 pInst->pFiltersParams[ii - 1].CenterFrequency = (LVM_UINT16)(Freq * ii); in LVPSA_ApplyNewSettings()
180 if (pInst->pFiltersParams[ii - 1].CenterFrequency < in LVPSA_ApplyNewSettings()
248 .CenterFrequency; /* Get the band centre frequency */ in LVPSA_SetBPFiltersType()
439 LVM_FLOAT Frequency = (LVM_FLOAT)(pFilterParams->CenterFrequency); in LVPSA_BPSinglePrecCoefs()
549 LVM_FLOAT Frequency = (LVM_FLOAT)(pFilterParams->CenterFrequency); in LVPSA_BPDoublePrecCoefs()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
DLVPSA.h38 LVM_UINT16 CenterFrequency; /* Center frequency of the band-pass filter (in Hz) */ member
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.cpp389 FiltersParams[i].CenterFrequency = (LVM_UINT16)1000; in LVM_GetInstanceHandle()