Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DAGC_MIX_VOL_2St1Mon_D32_WRA.c103 LVM_INT32 Vol_Current = pInstance->Volume; /* Actual volume setting */ in AGC_MIX_VOL_2St1Mon_D32_WRA() local
119 Vol_Mult = (LVM_INT16)(Vol_Current >> 16); /* Get the short volume gain */ in AGC_MIX_VOL_2St1Mon_D32_WRA()
184 Vol_Current += Vol_TC * ((Vol_Target - Vol_Current) >> VOL_TC_SHIFT); in AGC_MIX_VOL_2St1Mon_D32_WRA()
191 pInstance->Volume = Vol_Current; /* Actual volume setting */ in AGC_MIX_VOL_2St1Mon_D32_WRA()