Searched defs: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.cpp719 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
777 // Purpose: Update ActiveParams for Equalizer
786 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
790 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
794 // ActiveParams.pEQNB_BandDefinition[band].Gain);
798 ActiveParams.pEQNB_BandDefinition[i].Frequency = EQNB_5BandPresetsFrequencies[i];
799 ActiveParams.pEQNB_BandDefinition[i].QFactor = EQNB_5BandPresetsQFactors[i];
800 ActiveParams.pEQNB_BandDefinition[i].Gain = pContext->pBundledContext->bandGaindB[i];
804 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
807 // ActiveParams
824 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
941 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
993 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1135 LVM_ControlParams_t ActiveParams; local
1199 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1240 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1282 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1309 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1568 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1843 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1909 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1952 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
3394 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
[all...]

Completed in 406 milliseconds