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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp653 LVREV_ControlParams_st ActiveParams; local
660 &ActiveParams);
665 ActiveParams.SampleRate = SampleRate;
667 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
1900 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp779 // Purpose: Update ActiveParams for Equalizer
788 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
792 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
796 // ActiveParams.pEQNB_BandDefinition[band].Gain);
800 ActiveParams.pEQNB_BandDefinition[i].Frequency = EQNB_5BandPresetsFrequencies[i];
801 ActiveParams.pEQNB_BandDefinition[i].QFactor = EQNB_5BandPresetsQFactors[i];
802 ActiveParams.pEQNB_BandDefinition[i].Gain = pContext->pBundledContext->bandGaindB[i];
806 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
809 // ActiveParams.pEQNB_BandDefinition[band].Gain);
826 LVM_ControlParams_t ActiveParams; /* Curren local
943 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
995 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1136 LVM_ControlParams_t ActiveParams; local
1200 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1241 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1283 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1310 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1578 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1853 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1919 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1962 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
3460 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
[all...]

Completed in 150 milliseconds