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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp649 LVREV_ControlParams_st ActiveParams; local
656 &ActiveParams);
661 ActiveParams.SampleRate = SampleRate;
663 LvmStatus = LVREV_SetControlParameters(pContext->hInstance, &ActiveParams);
961 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
965 LvmStatus = LVREV_GetControlParameters(pContext->hInstance, &ActiveParams);
968 //ALOGV("\tReverbSetRoomHfLevel() just Got -> %d\n", ActiveParams.LPF);
970 ActiveParams.LPF = ReverbConvertHfLevel(level);
973 LvmStatus = LVREV_SetControlParameters(pContext->hInstance, &ActiveParams);
975 //ALOGV("\tReverbSetRoomhfLevel() just Set -> %d\n", ActiveParams
996 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1034 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1079 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1125 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1164 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1207 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1249 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1283 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1318 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1351 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1386 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1421 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1456 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
1899 LVREV_ControlParams_st ActiveParams; /* Current control Parameters */ local
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp713 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
779 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
784 &ActiveParams);
792 ActiveParams.BE_OperatingMode = LVM_BE_ON;
796 ActiveParams.VirtualizerOperatingMode = LVM_MODE_ON;
800 ActiveParams.EQNB_OperatingMode = LVM_EQNB_ON;
806 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
830 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
834 &ActiveParams);
842 ActiveParams
971 LVM_ControlParams_t ActiveParams; local
1035 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1076 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1116 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1143 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1180 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1325 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1599 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1665 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
1708 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
3153 LVM_ControlParams_t ActiveParams; /* Current control Parameters */ local
[all...]

Completed in 85 milliseconds