OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_nLevel
(Results
1 - 6
of
6
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_chorus.c
113
pChorusData->
m_nLevel
= EAS_CHORUS_LEVEL_DEFAULT;
134
pChorusData->
m_nLevel
= pChorusData->
m_nLevel
;
162
pChorusData->
m_nLevel
= pPreset->
m_nLevel
;
273
if (pChorusData->bypass == EAS_TRUE || pChorusData->
m_nLevel
== 0)
317
tempValue = MULT_EG1_EG1(tapL, pChorusData->
m_nLevel
);
363
tempValue = MULT_EG1_EG1(tapR, pChorusData->
m_nLevel
);
451
*pValue = (EAS_I32) p->
m_nLevel
;
508
p->
m_nLevel
= (EAS_I16) value
[
all
...]
eas_chorusdata.h
66
EAS_I16
m_nLevel
;
87
EAS_I16
m_nLevel
;
/external/sonivox/arm-hybrid-22k/lib_src/
eas_chorus.c
113
pChorusData->
m_nLevel
= EAS_CHORUS_LEVEL_DEFAULT;
134
pChorusData->
m_nLevel
= pChorusData->
m_nLevel
;
162
pChorusData->
m_nLevel
= pPreset->
m_nLevel
;
273
if (pChorusData->bypass == EAS_TRUE || pChorusData->
m_nLevel
== 0)
317
tempValue = MULT_EG1_EG1(tapL, pChorusData->
m_nLevel
);
363
tempValue = MULT_EG1_EG1(tapR, pChorusData->
m_nLevel
);
451
*pValue = (EAS_I32) p->
m_nLevel
;
508
p->
m_nLevel
= (EAS_I16) value
[
all
...]
eas_chorusdata.h
66
EAS_I16
m_nLevel
;
87
EAS_I16
m_nLevel
;
/external/sonivox/arm-wt-22k/lib_src/
eas_chorus.c
113
pChorusData->
m_nLevel
= EAS_CHORUS_LEVEL_DEFAULT;
134
pChorusData->
m_nLevel
= pChorusData->
m_nLevel
;
162
pChorusData->
m_nLevel
= pPreset->
m_nLevel
;
273
if (pChorusData->bypass == EAS_TRUE || pChorusData->
m_nLevel
== 0)
317
tempValue = MULT_EG1_EG1(tapL, pChorusData->
m_nLevel
);
363
tempValue = MULT_EG1_EG1(tapR, pChorusData->
m_nLevel
);
451
*pValue = (EAS_I32) p->
m_nLevel
;
508
p->
m_nLevel
= (EAS_I16) value
[
all
...]
eas_chorusdata.h
66
EAS_I16
m_nLevel
;
87
EAS_I16
m_nLevel
;
Completed in 483 milliseconds