Searched refs:ActiveParams (Results 1 – 2 of 2) sorted by relevance
565 LVREV_ControlParams_st ActiveParams; in Reverb_setConfig() local571 LvmStatus = LVREV_GetControlParameters(pContext->hInstance, &ActiveParams); in Reverb_setConfig()576 ActiveParams.SampleRate = SampleRate; in Reverb_setConfig()578 LvmStatus = LVREV_SetControlParameters(pContext->hInstance, &ActiveParams); in Reverb_setConfig()813 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ in ReverbSetRoomHfLevel() local817 LvmStatus = LVREV_GetControlParameters(pContext->hInstance, &ActiveParams); in ReverbSetRoomHfLevel()822 ActiveParams.LPF = ReverbConvertHfLevel(level); in ReverbSetRoomHfLevel()825 LvmStatus = LVREV_SetControlParameters(pContext->hInstance, &ActiveParams); in ReverbSetRoomHfLevel()848 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ in ReverbGetRoomHfLevel() local852 LvmStatus = LVREV_GetControlParameters(pContext->hInstance, &ActiveParams); in ReverbGetRoomHfLevel()[all …]
687 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ in EqualizerUpdateActiveParams() local691 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in EqualizerUpdateActiveParams()698 ActiveParams.pEQNB_BandDefinition[i].Frequency = EQNB_5BandPresetsFrequencies[i]; in EqualizerUpdateActiveParams()699 ActiveParams.pEQNB_BandDefinition[i].QFactor = EQNB_5BandPresetsQFactors[i]; in EqualizerUpdateActiveParams()700 ActiveParams.pEQNB_BandDefinition[i].Gain = pContext->pBundledContext->bandGaindB[i]; in EqualizerUpdateActiveParams()704 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in EqualizerUpdateActiveParams()723 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ in LvmEffect_limitLevel() local727 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in LvmEffect_limitLevel()804 ActiveParams.VC_EffectLevel = pContext->pBundledContext->volume - gainCorrection; in LvmEffect_limitLevel()805 if (ActiveParams.VC_EffectLevel < -96) { in LvmEffect_limitLevel()[all …]