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.cpp718 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
784 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
789 &ActiveParams);
797 ActiveParams.BE_OperatingMode = LVM_BE_ON;
801 ActiveParams.VirtualizerOperatingMode = LVM_MODE_ON;
805 ActiveParams.EQNB_OperatingMode = LVM_EQNB_ON;
811 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
835 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
839 &ActiveParams);
847 ActiveParams
976 LVM_ControlParams_t ActiveParams; local
1040 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1081 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1121 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1148 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1356 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1501 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1775 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1841 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1884 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
3374 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
[all...]

Completed in 58 milliseconds