Searched refs:ActiveParams (Results 1 – 2 of 2) sorted by relevance
575 LVREV_ControlParams_st ActiveParams; in Reverb_setConfig() local582 &ActiveParams); in Reverb_setConfig()587 ActiveParams.SampleRate = SampleRate; in Reverb_setConfig()589 LvmStatus = LVREV_SetControlParameters(pContext->hInstance, &ActiveParams); in Reverb_setConfig()885 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ in ReverbSetRoomHfLevel() local889 LvmStatus = LVREV_GetControlParameters(pContext->hInstance, &ActiveParams); in ReverbSetRoomHfLevel()894 ActiveParams.LPF = ReverbConvertHfLevel(level); in ReverbSetRoomHfLevel()897 LvmStatus = LVREV_SetControlParameters(pContext->hInstance, &ActiveParams); in ReverbSetRoomHfLevel()920 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ in ReverbGetRoomHfLevel() local924 LvmStatus = LVREV_GetControlParameters(pContext->hInstance, &ActiveParams); in ReverbGetRoomHfLevel()[all …]
783 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ in EqualizerUpdateActiveParams() local787 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in EqualizerUpdateActiveParams()794 ActiveParams.pEQNB_BandDefinition[i].Frequency = EQNB_5BandPresetsFrequencies[i]; in EqualizerUpdateActiveParams()795 ActiveParams.pEQNB_BandDefinition[i].QFactor = EQNB_5BandPresetsQFactors[i]; in EqualizerUpdateActiveParams()796 ActiveParams.pEQNB_BandDefinition[i].Gain = pContext->pBundledContext->bandGaindB[i]; in EqualizerUpdateActiveParams()800 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in EqualizerUpdateActiveParams()820 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ in LvmEffect_limitLevel() local824 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in LvmEffect_limitLevel()906 ActiveParams.VC_EffectLevel = pContext->pBundledContext->volume - gainCorrection; in LvmEffect_limitLevel()907 if (ActiveParams.VC_EffectLevel < -96) { in LvmEffect_limitLevel()[all …]