Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp698 LVREV_ControlParams_st ActiveParams; in Reverb_setConfig() local
705 &ActiveParams); in Reverb_setConfig()
710 ActiveParams.SampleRate = SampleRate; in Reverb_setConfig()
712 LvmStatus = LVREV_SetControlParameters(pContext->hInstance, &ActiveParams); in Reverb_setConfig()
1008 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ in ReverbSetRoomHfLevel() local
1012 LvmStatus = LVREV_GetControlParameters(pContext->hInstance, &ActiveParams); in ReverbSetRoomHfLevel()
1017 ActiveParams.LPF = ReverbConvertHfLevel(level); in ReverbSetRoomHfLevel()
1020 LvmStatus = LVREV_SetControlParameters(pContext->hInstance, &ActiveParams); in ReverbSetRoomHfLevel()
1043 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ in ReverbGetRoomHfLevel() local
1047 LvmStatus = LVREV_GetControlParameters(pContext->hInstance, &ActiveParams); in ReverbGetRoomHfLevel()
[all …]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp924 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ in EqualizerUpdateActiveParams() local
928 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in EqualizerUpdateActiveParams()
936 ActiveParams.pEQNB_BandDefinition[i].Frequency = EQNB_5BandPresetsFrequencies[i]; in EqualizerUpdateActiveParams()
937 ActiveParams.pEQNB_BandDefinition[i].QFactor = EQNB_5BandPresetsQFactors[i]; in EqualizerUpdateActiveParams()
938 ActiveParams.pEQNB_BandDefinition[i].Gain = pContext->pBundledContext->bandGaindB[i]; in EqualizerUpdateActiveParams()
942 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in EqualizerUpdateActiveParams()
962 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ in LvmEffect_limitLevel() local
966 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams); in LvmEffect_limitLevel()
1048 ActiveParams.VC_EffectLevel = pContext->pBundledContext->volume - gainCorrection; in LvmEffect_limitLevel()
1049 if (ActiveParams.VC_EffectLevel < -96) { in LvmEffect_limitLevel()
[all …]