Home | History | Annotate | Download | only in src

Lines Matching defs:Volume

189 /*  Converts the input volume demand from dBs to linear.                            */
196 /* 1. The volume should have the following settings: */
198 /* DBE Vol Control Volume setting */
213 LVM_INT16 Volume = 0; /* Required volume in dBs */
216 * Apply the volume if enabled
225 Volume = VOLUME_MAX;
229 Volume = pParams->VolumedB;
237 dBOffset = (LVM_UINT16)(6 + Volume % 6); /* Get the dBs 0-5 */
238 dBShifts = (LVM_UINT16)(Volume / -6); /* Get the 6dB shifts */
242 * When DBE is enabled use AGC volume
247 pInstance->pData->AGCInstance.VolumeTC = LVDBE_VolumeTCTable[(LVM_UINT16)pParams->SampleRate]; /* Volume update time constant */
251 * When DBE is disabled use the bypass volume control
280 /* OperatingMode: Changing the mode of operation may cause a change in volume */
292 /* VolumedB Changing the volume setting will have no side effects */
347 * Update the Volume if the volume demand has changed