Searched defs:Current (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_Mixer_Private.h34 LVM_FLOAT Current; /*number specifying value of Current Gain */ member in struct:__anon269
42 LVM_INT32 Current; /* 32 bit number specifying fractional valude of Current Gain */ member in struct:__anon270
H A DLVC_Core_MixInSoft_D16C31_SAT.c40 LVM_FLOAT Current = pInstance->Current; local
47 if(Current < Target){
49 Temp = Current + Delta;
50 Current = Temp;
51 if (Current > Target)
52 Current = Target;
55 Temp = ((LVM_FLOAT)*dst) + (((LVM_FLOAT)*(src++) * Current));
66 Temp = Current + Delta;
67 Current
130 LVM_INT32 Current=pInstance->Current; local
[all...]
H A DLVC_Core_MixSoft_1St_D16C31_WRA.c40 LVM_FLOAT Current = (LVM_FLOAT)pInstance->Current; local
47 if(Current<Target){
50 Temp = Current + Delta;
56 Current=Temp;
57 if (Current > Target)
58 Current = Target;
61 *(dst++) = (((LVM_FLOAT)*(src++) * (LVM_FLOAT)Current));
67 Temp = Current + Delta;
74 Current
120 LVM_INT32 Current=pInstance->Current; local
[all...]
H A DLVC_Mixer_VarSlope_SetTimeConstant.c81 LVM_FLOAT Current; local
87 Current = pInstance->Current;
90 if (Current != Target)
92 Tc_millisec_float = (LVM_FLOAT)(Tc_millisec) / (Current - Target);
131 LVM_INT32 Current; local
137 Current = LVC_Mixer_GetCurrent( pStream );
140 if (Current != Target)
142 Tc_millisec = Tc_millisec * 32767 / (Current - Target);
/frameworks/native/services/surfaceflinger/
H A DLayerVector.h41 Current, member in class:android::LayerVector::StateSet
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_BypassMix.c75 LVM_INT32 Current; local
78 LVM_FLOAT Current; local
127 Current = LVC_Mixer_GetCurrent(&pConfig->Mixer_Instance.MixerStream[0]);
128 LVC_Mixer_Init(&pConfig->Mixer_Instance.MixerStream[0],(LVM_INT32)(Gain >> 15),Current);
131 Current = LVC_Mixer_GetCurrent(&pConfig->Mixer_Instance.MixerStream[0]);
132 LVC_Mixer_Init(&pConfig->Mixer_Instance.MixerStream[0], (LVM_FLOAT)(Gain), Current);
143 Current = LVC_Mixer_GetCurrent(&pConfig->Mixer_Instance.MixerStream[1]);
144 LVC_Mixer_Init(&pConfig->Mixer_Instance.MixerStream[1],(LVM_INT32)(Gain >> 15),Current);
150 Current = LVC_Mixer_GetCurrent(&pConfig->Mixer_Instance.MixerStream[1]);
151 LVC_Mixer_Init(&pConfig->Mixer_Instance.MixerStream[1], (LVM_FLOAT)(Gain), Current);
[all...]
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DMixer.h40 LVM_FLOAT Current; /* Current value. Set by the mixer function. */ member in struct:__anon254
74 LVM_INT32 Current; /* Current value. Set by the mixer function. */ member in struct:__anon256
/frameworks/compile/slang/
H A Dslang_rs_reflection_state.h393 // available in mFiles.Current().mForEaches[ordinal].mName)
549 Member &Current() { function in class:slang::ReflectionState::ArrayWithCursor
553 const Member &Current() const {
723 auto &file = mFiles.Current();

Completed in 4127 milliseconds