OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Current1
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/media/libeffects/lvm/lib/Common/src/
MixSoft_2St_D32C31_SAT.c
42
if ((pInstance->
Current1
!= pInstance->Target1) || (pInstance->Current2 != pInstance->Target2))
55
if (pInstance->
Current1
== 0)
Core_MixHard_2St_D32C31_SAT.c
40
Current1Short = (LVM_INT16)(pInstance->
Current1
>> 16);
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Process.c
201
LVM_INT32
Current1
;
203
Current1
= LVC_Mixer_GetCurrent(&pInstance->BypassMix.Mixer_Instance.MixerStream[0]);
205
- (((LVM_INT32)pInstance->VolCorrect.CompMin * (
Current1
)) >> 15)
206
+ (((LVM_INT32)pInstance->VolCorrect.CompFull * (
Current1
)) >> 15) );
/frameworks/base/media/libeffects/lvm/lib/Common/lib/
Mixer.h
49
LVM_INT32
Current1
;
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetInstanceHandle.c
241
pLVREV_Private->BypassMixer.
Current1
= 0x00000000;
279
pLVREV_Private->Mixer_APTaps[i].
Current1
= 0;
LVREV_ApplyNewSettings.c
573
pPrivate->BypassMixer.
Current1
= pPrivate->BypassMixer.Target1;
Completed in 289 milliseconds