Searched refs:VC_EffectLevel (Results 1 – 4 of 4) sorted by relevance
168 …if((pParams->VC_EffectLevel < LVM_VC_MIN_EFFECTLEVEL ) || (pParams->VC_EffectLevel > LVM_VC_MAX_EF… in LVM_SetControlParameters()349 if (pParams->VC_EffectLevel > 0) in LVM_SetVolume()355 Volume = pParams->VC_EffectLevel; in LVM_SetVolume()
562 pInstance->Params.VC_EffectLevel = 0; in LVM_GetInstanceHandle()
288 LVM_INT16 VC_EffectLevel; /* Volume Control setting in dBs */ member
638 params.VC_EffectLevel = 0; in LvmBundle_init()1420 ActiveParams.VC_EffectLevel = pContext->pBundledContext->volume - gainCorrection; in EqualizerLimitBandLevels()1421 if (ActiveParams.VC_EffectLevel < -96) { in EqualizerLimitBandLevels()1422 ActiveParams.VC_EffectLevel = -96; in EqualizerLimitBandLevels()