Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.cpp76 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
95 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
140 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
240 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
314 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
482 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
498 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
528 pPrivate->BypassMixer.CallbackSet2 = LVM_TRUE; in LVREV_ApplyNewSettings()
547 pPrivate->bDisableReverb = LVM_TRUE; in LVREV_ApplyNewSettings()
558 pPrivate->BypassMixer.CallbackSet2 = LVM_TRUE; in LVREV_ApplyNewSettings()
[all …]
DLVREV_SetControlParameters.cpp123 pLVREV_Private->bControlPending = LVM_TRUE; in LVREV_SetControlParameters()
DLVREV_Process.cpp72 if(pLVREV_Private->bControlPending == LVM_TRUE) in LVREV_Process()
DLVREV_GetInstanceHandle.cpp257 pLVREV_Private->bFirstControl = LVM_TRUE; in LVREV_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Process.cpp114 if (pInstance->ControlPending == LVM_TRUE) in LVM_Process()
168 if (pInstance->CS_Active == LVM_TRUE) in LVM_Process()
200 if (pInstance->EQNB_Active == LVM_TRUE) in LVM_Process()
212 if (pInstance->DBE_Active == LVM_TRUE) in LVM_Process()
241 if (pInstance->TE_Active == LVM_TRUE) in LVM_Process()
DLVM_Control.cpp207 pInstance->ControlPending = LVM_TRUE; in LVM_SetControlParameters()
302 pInstance->TE_Active = LVM_TRUE; in LVM_SetTrebleBoost()
305 if(pInstance->TE_Active == LVM_TRUE) in LVM_SetTrebleBoost()
393 pInstance->VC_Active = LVM_TRUE; in LVM_SetVolume()
427 if(pInstance->NoSmoothVolume == LVM_TRUE) in LVM_SetVolume()
662 pInstance->DBE_Active = LVM_TRUE; in LVM_ApplyNewSettings()
716 pInstance->EQNB_Active = LVM_TRUE; in LVM_ApplyNewSettings()
799 pInstance->CS_Active = LVM_TRUE; in LVM_ApplyNewSettings()
925 pInstance->ControlPending = LVM_TRUE; in LVM_SetHeadroomParams()
DLVM_API_Specials.cpp84 if (pInstance->ControlPending == LVM_TRUE) in LVM_GetSpectrum()
143 pInstance->NoSmoothVolume = LVM_TRUE; in LVM_SetVolumeNoSmoothing()
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Control.cpp193 (pInstance->bInOperatingModeTransition == LVM_TRUE)){ in LVCS_Control()
196 if(pInstance->bInOperatingModeTransition != LVM_TRUE){ in LVCS_Control()
222 pInstance->bInOperatingModeTransition = LVM_TRUE; in LVCS_Control()
247 pInstance->bTimerDone = LVM_TRUE; in LVCS_TimerCallBack()
DLVCS_BypassMix.cpp83 (pInstance->bTimerDone == LVM_TRUE) in LVCS_BypassMixInit()
280 (pInstance->bTimerDone == LVM_TRUE)){ in LVCS_MixerCallback()
DLVCS_Process.cpp377 if(pInstance->bInOperatingModeTransition == LVM_TRUE){ in LVCS_Process()
382 if ((pInstance->bTimerDone == LVM_TRUE) && in LVCS_Process()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp206 LvmInitFlag = LVM_TRUE; in EffectCreate()
239 GlobalSessionMemory[sessionNo].bBundledEffectsEnabled = LVM_TRUE; in EffectCreate()
257 pContext->pBundledContext->firstVolume = LVM_TRUE; in EffectCreate()
305 pSessionContext->bBassInstantiated = LVM_TRUE; in EffectCreate()
313 pSessionContext->bVirtualizerInstantiated=LVM_TRUE; in EffectCreate()
321 pSessionContext->bEqualizerInstantiated = LVM_TRUE; in EffectCreate()
329 pSessionContext->bVolumeInstantiated = LVM_TRUE; in EffectCreate()
402 if (pContext->pBundledContext->bVolumeEnabled == LVM_TRUE in EffectRelease()
572 bMallocFailure = LVM_TRUE; in LvmBundle_init()
584 if(bMallocFailure == LVM_TRUE){ in LvmBundle_init()
[all …]
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Control.cpp318 bChange = LVM_TRUE; in LVEQNB_Control()
330 bChange = LVM_TRUE; in LVEQNB_Control()
395 pInstance->bInOperatingModeTransition = LVM_TRUE; in LVEQNB_Control()
DLVEQNB_Process.cpp153 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/tests/
Dlvmtest.cpp306 bMallocFailure = LVM_TRUE; in LvmBundle_init()
320 if (bMallocFailure == LVM_TRUE) { in LvmBundle_init()
464 pContext->pBundledContext->firstVolume = LVM_TRUE; in lvmCreate()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Process.cpp89 if (pLVPSA_Inst->bControlPending == LVM_TRUE) in LVPSA_Process()
DLVPSA_Control.cpp79 pLVPSA_Inst->bControlPending = LVM_TRUE; in LVPSA_Control()
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp699 bMallocFailure = LVM_TRUE; in Reverb_init()
711 if(bMallocFailure == LVM_TRUE){ in Reverb_init()
1992 if(pContext->bEnabled == LVM_TRUE){ in Reverb_command()
1998 pContext->bEnabled = LVM_TRUE; in Reverb_command()