Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Process.c112 if (pInstance->ControlPending == LVM_TRUE) in LVM_Process()
160 if (pInstance->CS_Active == LVM_TRUE) in LVM_Process()
184 if (pInstance->EQNB_Active == LVM_TRUE) in LVM_Process()
196 if (pInstance->DBE_Active == LVM_TRUE) in LVM_Process()
218 if (pInstance->TE_Active == LVM_TRUE) in LVM_Process()
DLVM_API_Specials.c87 if (pInstance->ControlPending == LVM_TRUE) in LVM_GetSpectrum()
147 pInstance->NoSmoothVolume = LVM_TRUE; in LVM_SetVolumeNoSmoothing()
DLVM_Control.c195 pInstance->ControlPending = LVM_TRUE; in LVM_SetControlParameters()
292 pInstance->TE_Active = LVM_TRUE; in LVM_SetTrebleBoost()
295 if(pInstance->TE_Active == LVM_TRUE) in LVM_SetTrebleBoost()
382 pInstance->VC_Active = LVM_TRUE; in LVM_SetVolume()
413 if(pInstance->NoSmoothVolume == LVM_TRUE) in LVM_SetVolume()
638 pInstance->DBE_Active = LVM_TRUE; in LVM_ApplyNewSettings()
682 pInstance->EQNB_Active = LVM_TRUE; in LVM_ApplyNewSettings()
756 pInstance->CS_Active = LVM_TRUE; in LVM_ApplyNewSettings()
886 pInstance->ControlPending = LVM_TRUE; in LVM_SetHeadroomParams()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.c77 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
96 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
143 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
243 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
310 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
482 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
499 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
527 pPrivate->BypassMixer.CallbackSet2 = LVM_TRUE; in LVREV_ApplyNewSettings()
546 pPrivate->bDisableReverb = LVM_TRUE; in LVREV_ApplyNewSettings()
557 pPrivate->BypassMixer.CallbackSet2 = LVM_TRUE; in LVREV_ApplyNewSettings()
[all …]
DLVREV_SetControlParameters.c114 pLVREV_Private->bControlPending = LVM_TRUE; in LVREV_SetControlParameters()
DLVREV_Process.c73 if(pLVREV_Private->bControlPending == LVM_TRUE) in LVREV_Process()
DLVREV_GetInstanceHandle.c222 pLVREV_Private->bFirstControl = LVM_TRUE; in LVREV_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp185 LvmInitFlag = LVM_TRUE; in EffectCreate()
213 GlobalSessionMemory[sessionNo].bBundledEffectsEnabled = LVM_TRUE; in EffectCreate()
231 pContext->pBundledContext->firstVolume = LVM_TRUE; in EffectCreate()
298 pSessionContext->bBassInstantiated = LVM_TRUE; in EffectCreate()
306 pSessionContext->bVirtualizerInstantiated=LVM_TRUE; in EffectCreate()
314 pSessionContext->bEqualizerInstantiated = LVM_TRUE; in EffectCreate()
322 pSessionContext->bVolumeInstantiated = LVM_TRUE; in EffectCreate()
389 if (pContext->pBundledContext->bVolumeEnabled == LVM_TRUE){ in EffectRelease()
570 bMallocFailure = LVM_TRUE; in LvmBundle_init()
582 if(bMallocFailure == LVM_TRUE){ in LvmBundle_init()
[all …]
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Control.c200 (pInstance->bInOperatingModeTransition == LVM_TRUE)){ in LVCS_Control()
203 if(pInstance->bInOperatingModeTransition != LVM_TRUE){ in LVCS_Control()
230 pInstance->bInOperatingModeTransition = LVM_TRUE; in LVCS_Control()
255 pInstance->bTimerDone = LVM_TRUE; in LVCS_TimerCallBack()
DLVCS_Process.c285 if(pInstance->bInOperatingModeTransition == LVM_TRUE){ in LVCS_Process()
290 if ((pInstance->bTimerDone == LVM_TRUE) && in LVCS_Process()
DLVCS_BypassMix.c84 (pInstance->bTimerDone == LVM_TRUE) in LVCS_BypassMixInit()
283 (pInstance->bTimerDone == LVM_TRUE)){ in LVCS_MixerCallback()
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Control.c371 bChange = LVM_TRUE; in LVEQNB_Control()
383 bChange = LVM_TRUE; in LVEQNB_Control()
444 pInstance->bInOperatingModeTransition = LVM_TRUE; in LVEQNB_Control()
DLVEQNB_Process.c153 if(pInstance->bInOperatingModeTransition == LVM_TRUE){ in LVEQNB_Process()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DLVM_Types.h42 #define LVM_TRUE 1 /* Booleans */ macro
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Process.c77 if (pLVPSA_Inst->bControlPending == LVM_TRUE) in LVPSA_Process()
DLVPSA_Control.c87 pLVPSA_Inst->bControlPending = LVM_TRUE; in LVPSA_Control()
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp778 bMallocFailure = LVM_TRUE; in Reverb_init()
790 if(bMallocFailure == LVM_TRUE){ in Reverb_init()
2034 if(pContext->bEnabled == LVM_TRUE){ in Reverb_command()
2040 pContext->bEnabled = LVM_TRUE; in Reverb_command()