Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.cpp192 pInst->pFiltersParams[ii-1].CenterFrequency = (LVM_UINT16) (Freq * ii); in LVPSA_ApplyNewSettings()
200 …if(pInst->pFiltersParams[ii-1].CenterFrequency < (LVPSA_SampleRateTab[pInst->CurrentParams.Fs]>>1)) in LVPSA_ApplyNewSettings()
270 …fc = (LVM_UINT32)pInst->pFiltersParams[ii].CenterFrequency; /* Get the band centre frequency */ in LVPSA_SetBPFiltersType()
474 LVM_FLOAT Frequency = (LVM_FLOAT)(pFilterParams->CenterFrequency); in LVPSA_BPSinglePrecCoefs()
592 LVM_FLOAT Frequency = (LVM_FLOAT)(pFilterParams->CenterFrequency); in LVPSA_BPDoublePrecCoefs()
DLVPSA_Memory.cpp91 if((pInitParams->pFiltersParams[ii].CenterFrequency > LVPSA_MAXCENTERFREQ) || in LVPSA_Memory()
DLVPSA_Init.cpp76 if((pInitParams->pFiltersParams[ii].CenterFrequency > LVPSA_MAXCENTERFREQ) || in LVPSA_Init()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
DLVPSA.h59 …LVM_UINT16 CenterFrequency; /* Center frequency of the band-pass filte… member
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.cpp393 FiltersParams[i].CenterFrequency = (LVM_UINT16) 1000; in LVM_GetMemoryTable()
918 FiltersParams[i].CenterFrequency = (LVM_UINT16) 1000; in LVM_GetInstanceHandle()