Home
last modified time | relevance | path

Searched refs:CurrentParams (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.c76 if((pPrivate->NewParams.HPF != pPrivate->CurrentParams.HPF) || in LVREV_ApplyNewSettings()
77 (pPrivate->NewParams.SampleRate != pPrivate->CurrentParams.SampleRate) || in LVREV_ApplyNewSettings()
95 if((pPrivate->NewParams.LPF != pPrivate->CurrentParams.LPF) || in LVREV_ApplyNewSettings()
96 (pPrivate->NewParams.SampleRate != pPrivate->CurrentParams.SampleRate) || in LVREV_ApplyNewSettings()
128 if( pPrivate->NewParams.RoomSize != pPrivate->CurrentParams.RoomSize) in LVREV_ApplyNewSettings()
142 if( (pPrivate->NewParams.RoomSize != pPrivate->CurrentParams.RoomSize) || in LVREV_ApplyNewSettings()
143 (pPrivate->NewParams.SampleRate != pPrivate->CurrentParams.SampleRate) || in LVREV_ApplyNewSettings()
242 if( (pPrivate->NewParams.Damping != pPrivate->CurrentParams.Damping) || in LVREV_ApplyNewSettings()
243 (pPrivate->NewParams.SampleRate != pPrivate->CurrentParams.SampleRate) || in LVREV_ApplyNewSettings()
287 if( (pPrivate->NewParams.RoomSize != pPrivate->CurrentParams.RoomSize) || in LVREV_ApplyNewSettings()
[all …]
DLVREV_Process.c113 if (pLVREV_Private->CurrentParams.OperatingMode == LVM_MODE_OFF) in LVREV_Process()
121 if(pLVREV_Private->CurrentParams.SourceFormat == LVM_MONO){ in LVREV_Process()
129 if(pLVREV_Private->CurrentParams.SourceFormat == LVM_MONO){ in LVREV_Process()
144 if (pLVREV_Private->CurrentParams.SourceFormat != LVM_MONO) in LVREV_Process()
242 if(pPrivate->CurrentParams.SourceFormat == LVM_MONO) in ReverbBlock()
547 if(pPrivate->CurrentParams.SourceFormat == LVM_MONO) in ReverbBlock()
DLVREV_Private.h176 LVREV_ControlParams_st CurrentParams; /* Parameters being used */ member
240 LVREV_ControlParams_st CurrentParams; /* Parameters being used */
DLVREV_GetInstanceHandle.c304 pLVREV_Private->CurrentParams.SampleRate = LVM_FS_INVALID; in LVREV_GetInstanceHandle()
305 pLVREV_Private->CurrentParams.OperatingMode = LVM_MODE_DUMMY; in LVREV_GetInstanceHandle()
306 pLVREV_Private->CurrentParams.SourceFormat = LVM_SOURCE_DUMMY; in LVREV_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.c126 pParams->Fs = pLVPSA_Inst->CurrentParams.Fs; in LVPSA_GetControlParams()
127 pParams->LevelDetectionSpeed = pLVPSA_Inst->CurrentParams.LevelDetectionSpeed; in LVPSA_GetControlParams()
208 if(Params.Fs != pInst->CurrentParams.Fs) in LVPSA_ApplyNewSettings()
210 pInst->CurrentParams.Fs = Params.Fs; in LVPSA_ApplyNewSettings()
213 … Freq = (LVM_UINT16) ((LVPSA_SampleRateTab[pInst->CurrentParams.Fs]>>1) / (pInst->nBands + 1)); in LVPSA_ApplyNewSettings()
224 …if(pInst->pFiltersParams[ii-1].CenterFrequency < (LVPSA_SampleRateTab[pInst->CurrentParams.Fs]>>1)) in LVPSA_ApplyNewSettings()
249 if(Params.LevelDetectionSpeed != pInst->CurrentParams.LevelDetectionSpeed) in LVPSA_ApplyNewSettings()
255 pInst->CurrentParams = pInst->NewParams; in LVPSA_ApplyNewSettings()
DLVPSA_Init.c124 pLVPSA_Inst->CurrentParams.Fs = LVM_FS_DUMMY; in LVPSA_Init()
125 pLVPSA_Inst->CurrentParams.LevelDetectionSpeed = LVPSA_SPEED_DUMMY; in LVPSA_Init()
DLVPSA_Private.h94 …LVPSA_ControlParams_t CurrentParams; /* Current control parameters of t… member
DLVPSA_QPD_Process.c165 …if((pLVPSA_Inst->pSpectralDataBufferWritePointer != pWrite)&&(pLVPSA_Inst->CurrentParams.Fs == LVM… in LVPSA_QPD_Process()
289 (pLVPSA_Inst->CurrentParams.Fs == LVM_FS_11025)) in LVPSA_QPD_Process_Float()
DLVPSA_Process.c127 (LVM_INT32)LVPSA_SampleRateInvTab[pLVPSA_Inst->CurrentParams.Fs], in LVPSA_Process()
215 (LVM_INT32)LVPSA_SampleRateInvTab[pLVPSA_Inst->CurrentParams.Fs], in LVPSA_Process()