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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp651 LVREV_ControlParams_st ActiveParams; local
658 &ActiveParams);
663 ActiveParams.SampleRate = SampleRate;
665 LvmStatus = LVREV_SetControlParameters(pContext->hInstance, &ActiveParams);
964 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
968 LvmStatus = LVREV_GetControlParameters(pContext->hInstance, &ActiveParams);
971 //ALOGV("\tReverbSetRoomHfLevel() just Got -> %d\n", ActiveParams.LPF);
973 ActiveParams.LPF = ReverbConvertHfLevel(level);
976 LvmStatus = LVREV_SetControlParameters(pContext->hInstance, &ActiveParams);
978 //ALOGV("\tReverbSetRoomhfLevel() just Set -> %d\n", ActiveParams
999 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1037 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1082 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1128 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1167 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1210 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1252 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1286 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1321 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1354 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1389 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1424 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1459 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1902 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp718 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
773 // Purpose: Update ActiveParams for Equalizer
782 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
786 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
790 // ActiveParams.pEQNB_BandDefinition[band].Gain);
794 ActiveParams.pEQNB_BandDefinition[i].Frequency = EQNB_5BandPresetsFrequencies[i];
795 ActiveParams.pEQNB_BandDefinition[i].QFactor = EQNB_5BandPresetsQFactors[i];
796 ActiveParams.pEQNB_BandDefinition[i].Gain = pContext->pBundledContext->bandGaindB[i];
800 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
803 // ActiveParams
820 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
900 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
952 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1094 LVM_ControlParams_t ActiveParams; local
1158 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1199 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1241 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1268 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1527 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1802 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1868 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1911 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
3401 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
[all...]

Completed in 30 milliseconds