Home
last modified time | relevance | path

Searched defs:Current (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVC_Core_MixSoft_1St_D16C31_WRA.c40 LVM_FLOAT Current = (LVM_FLOAT)pInstance->Current; in LVC_Core_MixSoft_1St_D16C31_WRA() local
139 LVM_FLOAT Current = (LVM_FLOAT)pInstance->Current; in LVC_Core_MixSoft_Mc_D16C31_WRA() local
233 LVM_INT32 Current=pInstance->Current; in LVC_Core_MixSoft_1St_D16C31_WRA() local
DLVC_Mixer_VarSlope_SetTimeConstant.c83 LVM_FLOAT Current; in LVC_Mixer_VarSlope_SetTimeConstant() local
133 LVM_INT32 Current; in LVC_Mixer_VarSlope_SetTimeConstant() local
DLVC_Core_MixInSoft_D16C31_SAT.c40 LVM_FLOAT Current = pInstance->Current; in LVC_Core_MixInSoft_D16C31_SAT() local
147 LVM_FLOAT Current = pInstance->Current; in LVC_Core_MixInSoft_Mc_D16C31_SAT() local
263 LVM_INT32 Current=pInstance->Current; in LVC_Core_MixInSoft_D16C31_SAT() local
DLVC_Mixer_Private.h34 LVM_FLOAT Current; /*number specifying value of Current Gain */ member
42 …LVM_INT32 Current; /* 32 bit number specifying fractional val… member
DLVC_Core_MixSoft_1St_2i_D16C31_WRA.c169 LVM_FLOAT Current = tempCurrent[ch]; in LVC_Core_MixSoft_1St_MC_float_WRA() local
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_BypassMix.c75 LVM_INT32 Current; in LVCS_BypassMixInit() local
78 LVM_FLOAT Current; in LVCS_BypassMixInit() local
/frameworks/native/services/surfaceflinger/
DLayerVector.h37 Current, enumerator
/frameworks/av/media/codec2/core/include/
DC2Component.h53 Current(const C2ParamField &field_) { in Current() function
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DMixer.h40 LVM_FLOAT Current; /* Current value. Set by the mixer function. */ member
/frameworks/compile/slang/
Dslang_rs_reflection_state.h549 Member &Current() { in Current() function
553 const Member &Current() const { in Current() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DMapField.cs570 public object Current { get { return Entry; } } property in Google.Protobuf.Collections.MapField.DictionaryEnumerator