Searched refs:VC_EffectLevel (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
H A DLVM.h288 LVM_INT16 VC_EffectLevel; /* Volume Control setting in dBs */ member in struct:__anon128
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Control.c168 if((pParams->VC_EffectLevel < LVM_VC_MIN_EFFECTLEVEL ) || (pParams->VC_EffectLevel > LVM_VC_MAX_EFFECTLEVEL ))
349 if (pParams->VC_EffectLevel > 0)
355 Volume = pParams->VC_EffectLevel;
H A DLVM_Init.c562 pInstance->Params.VC_EffectLevel = 0;
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp638 params.VC_EffectLevel = 0;
863 ActiveParams.VC_EffectLevel = pContext->pBundledContext->volume - gainCorrection;
864 if (ActiveParams.VC_EffectLevel < -96) {
865 ActiveParams.VC_EffectLevel = -96;
868 gainCorrection, ActiveParams.VC_EffectLevel);
876 //ALOGV("\tLvmEffect_limitLevel just set (-96dB -> 0dB) -> %d\n",ActiveParams.VC_EffectLevel );

Completed in 157 milliseconds