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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp776 LVREV_ControlParams_st ActiveParams; local
783 &ActiveParams);
788 ActiveParams.SampleRate = SampleRate;
790 LvmStatus = LVREV_SetControlParameters(pContext->hInstance, &ActiveParams);
1087 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1091 LvmStatus = LVREV_GetControlParameters(pContext->hInstance, &ActiveParams);
1094 //ALOGV("\tReverbSetRoomHfLevel() just Got -> %d\n", ActiveParams.LPF);
1096 ActiveParams.LPF = ReverbConvertHfLevel(level);
1099 LvmStatus = LVREV_SetControlParameters(pContext->hInstance, &ActiveParams);
1101 //ALOGV("\tReverbSetRoomhfLevel() just Set -> %d\n", ActiveParams
1122 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1160 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1205 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1251 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1290 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1333 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1375 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1409 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1444 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1477 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1512 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1547 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1582 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
2058 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp802 //LVM_ControlParams_t ActiveParams; /* Current control Parameters */
950 // Purpose: Update ActiveParams for Equalizer
959 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
963 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
967 // ActiveParams.pEQNB_BandDefinition[band].Gain);
971 ActiveParams.pEQNB_BandDefinition[i].Frequency = EQNB_5BandPresetsFrequencies[i];
972 ActiveParams.pEQNB_BandDefinition[i].QFactor = EQNB_5BandPresetsQFactors[i];
973 ActiveParams.pEQNB_BandDefinition[i].Gain = pContext->pBundledContext->bandGaindB[i];
977 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
980 // ActiveParams
997 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1122 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1174 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1325 LVM_ControlParams_t ActiveParams; local
1391 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1432 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1474 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1501 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1769 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
2044 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
2110 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
2153 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
3801 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
[all...]

Completed in 77 milliseconds