Home
last modified time | relevance | path

Searched refs:LVM_TRUE (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Process.cpp103 if (pInstance->ControlPending == LVM_TRUE) { in LVM_Process()
131 if (pInstance->CS_Active == LVM_TRUE) { in LVM_Process()
149 if (pInstance->EQNB_Active == LVM_TRUE) { in LVM_Process()
158 if (pInstance->DBE_Active == LVM_TRUE) { in LVM_Process()
177 if (pInstance->TE_Active == LVM_TRUE) { in LVM_Process()
DLVM_API_Specials.cpp75 if (pInstance->ControlPending == LVM_TRUE) { in LVM_GetSpectrum()
124 pInstance->NoSmoothVolume = LVM_TRUE; in LVM_SetVolumeNoSmoothing()
DLVM_Control.cpp187 pInstance->ControlPending = LVM_TRUE; in LVM_SetControlParameters()
270 pInstance->TE_Active = LVM_TRUE; in LVM_SetTrebleBoost()
273 if (pInstance->TE_Active == LVM_TRUE) { in LVM_SetTrebleBoost()
346 pInstance->VC_Active = LVM_TRUE; in LVM_SetVolume()
374 if (pInstance->NoSmoothVolume == LVM_TRUE) { in LVM_SetVolume()
581 pInstance->DBE_Active = LVM_TRUE; in LVM_ApplyNewSettings()
624 pInstance->EQNB_Active = LVM_TRUE; in LVM_ApplyNewSettings()
687 pInstance->CS_Active = LVM_TRUE; in LVM_ApplyNewSettings()
798 pInstance->ControlPending = LVM_TRUE; in LVM_SetHeadroomParams()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.cpp70 (pPrivate->bFirstControl == LVM_TRUE)) { in LVREV_ApplyNewSettings()
87 (pPrivate->bFirstControl == LVM_TRUE)) { in LVREV_ApplyNewSettings()
127 (pPrivate->bFirstControl == LVM_TRUE)) { in LVREV_ApplyNewSettings()
206 (pPrivate->bFirstControl == LVM_TRUE)) { in LVREV_ApplyNewSettings()
269 (pPrivate->bFirstControl == LVM_TRUE)) { in LVREV_ApplyNewSettings()
405 (pPrivate->bFirstControl == LVM_TRUE)) { in LVREV_ApplyNewSettings()
419 (pPrivate->bFirstControl == LVM_TRUE)) { in LVREV_ApplyNewSettings()
447 pPrivate->BypassMixer.CallbackSet2 = LVM_TRUE; in LVREV_ApplyNewSettings()
462 pPrivate->bDisableReverb = LVM_TRUE; in LVREV_ApplyNewSettings()
469 pPrivate->BypassMixer.CallbackSet2 = LVM_TRUE; in LVREV_ApplyNewSettings()
[all …]
DLVREV_SetControlParameters.cpp106 pLVREV_Private->bControlPending = LVM_TRUE; in LVREV_SetControlParameters()
DLVREV_Process.cpp68 if (pLVREV_Private->bControlPending == LVM_TRUE) { in LVREV_Process()
DLVREV_GetInstanceHandle.cpp126 pLVREV_Private->bFirstControl = LVM_TRUE; in LVREV_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Control.cpp178 (pInstance->bInOperatingModeTransition == LVM_TRUE)) { in LVCS_Control()
180 if (pInstance->bInOperatingModeTransition != LVM_TRUE) { in LVCS_Control()
205 pInstance->bInOperatingModeTransition = LVM_TRUE; in LVCS_Control()
229 pInstance->bTimerDone = LVM_TRUE; in LVCS_TimerCallBack()
DLVCS_BypassMix.cpp78 if ((pParams->OperatingMode == LVCS_ON) && (pInstance->bTimerDone == LVM_TRUE) && in LVCS_BypassMixInit()
256 (pInstance->bTimerDone == LVM_TRUE)) { in LVCS_MixerCallback()
DLVCS_Process.cpp282 if (pInstance->bInOperatingModeTransition == LVM_TRUE) { in LVCS_Process()
286 if ((pInstance->bTimerDone == LVM_TRUE) && in LVCS_Process()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp187 LvmInitFlag = LVM_TRUE; in EffectCreate()
220 GlobalSessionMemory[sessionNo].bBundledEffectsEnabled = LVM_TRUE; in EffectCreate()
238 pContext->pBundledContext->firstVolume = LVM_TRUE; in EffectCreate()
283 pSessionContext->bBassInstantiated = LVM_TRUE; in EffectCreate()
291 pSessionContext->bVirtualizerInstantiated = LVM_TRUE; in EffectCreate()
299 pSessionContext->bEqualizerInstantiated = LVM_TRUE; in EffectCreate()
307 pSessionContext->bVolumeInstantiated = LVM_TRUE; in EffectCreate()
377 if (pContext->pBundledContext->bVolumeEnabled == LVM_TRUE || in EffectRelease()
740 bool eqEnabled = pContext->pBundledContext->bEqualizerEnabled == LVM_TRUE; in LvmEffect_limitLevel()
741 bool bbEnabled = pContext->pBundledContext->bBassEnabled == LVM_TRUE; in LvmEffect_limitLevel()
[all …]
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Control.cpp291 bChange = LVM_TRUE; in LVEQNB_Control()
298 bChange = LVM_TRUE; in LVEQNB_Control()
369 pInstance->bInOperatingModeTransition = LVM_TRUE; in LVEQNB_Control()
DLVEQNB_Process.cpp124 if (pInstance->bInOperatingModeTransition == LVM_TRUE) { in LVEQNB_Process()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DLVM_Types.h38 #define LVM_TRUE 1 /* Booleans */ macro
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Process.cpp84 if (pLVPSA_Inst->bControlPending == LVM_TRUE) { in LVPSA_Process()
DLVPSA_Control.cpp69 pLVPSA_Inst->bControlPending = LVM_TRUE; in LVPSA_Control()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp360 pContext->pBundledContext->firstVolume = LVM_TRUE; in lvmCreate()
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp1905 if (pContext->bEnabled == LVM_TRUE) { in Reverb_command()
1911 pContext->bEnabled = LVM_TRUE; in Reverb_command()