OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_nDepth
(Results
1 - 6
of
6
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_chorus.c
115
pChorusData->
m_nDepth
= EAS_CHORUS_DEPTH_DEFAULT;
131
pChorusData->
m_nDepth
= (EAS_I16)
132
(((((EAS_I32)pChorusData->
m_nDepth
* _OUTPUT_SAMPLE_RATE)>>5) * 105) >> 16);
164
pChorusData->
m_nDepth
= pPreset->
m_nDepth
;
170
pChorusData->
m_nDepth
= (EAS_I16)
171
(((((EAS_I32)pChorusData->
m_nDepth
* _OUTPUT_SAMPLE_RATE)>>5) * 105) >> 16);
308
positionOffsetL = pChorusData->
m_nDepth
* (((EAS_I32)lfoValueLeft) << 1);
354
positionOffsetR = pChorusData->
m_nDepth
* (((EAS_I32)lfoValueRight) << 1);
448
*pValue = (EAS_I32) p->
m_nDepth
;
[
all
...]
eas_chorusdata.h
65
EAS_I16
m_nDepth
;
86
EAS_I16
m_nDepth
;
/external/sonivox/arm-hybrid-22k/lib_src/
eas_chorus.c
115
pChorusData->
m_nDepth
= EAS_CHORUS_DEPTH_DEFAULT;
131
pChorusData->
m_nDepth
= (EAS_I16)
132
(((((EAS_I32)pChorusData->
m_nDepth
* _OUTPUT_SAMPLE_RATE)>>5) * 105) >> 16);
164
pChorusData->
m_nDepth
= pPreset->
m_nDepth
;
170
pChorusData->
m_nDepth
= (EAS_I16)
171
(((((EAS_I32)pChorusData->
m_nDepth
* _OUTPUT_SAMPLE_RATE)>>5) * 105) >> 16);
308
positionOffsetL = pChorusData->
m_nDepth
* (((EAS_I32)lfoValueLeft) << 1);
354
positionOffsetR = pChorusData->
m_nDepth
* (((EAS_I32)lfoValueRight) << 1);
448
*pValue = (EAS_I32) p->
m_nDepth
;
[
all
...]
eas_chorusdata.h
65
EAS_I16
m_nDepth
;
86
EAS_I16
m_nDepth
;
/external/sonivox/arm-wt-22k/lib_src/
eas_chorus.c
115
pChorusData->
m_nDepth
= EAS_CHORUS_DEPTH_DEFAULT;
131
pChorusData->
m_nDepth
= (EAS_I16)
132
(((((EAS_I32)pChorusData->
m_nDepth
* _OUTPUT_SAMPLE_RATE)>>5) * 105) >> 16);
164
pChorusData->
m_nDepth
= pPreset->
m_nDepth
;
170
pChorusData->
m_nDepth
= (EAS_I16)
171
(((((EAS_I32)pChorusData->
m_nDepth
* _OUTPUT_SAMPLE_RATE)>>5) * 105) >> 16);
308
positionOffsetL = pChorusData->
m_nDepth
* (((EAS_I32)lfoValueLeft) << 1);
354
positionOffsetR = pChorusData->
m_nDepth
* (((EAS_I32)lfoValueRight) << 1);
448
*pValue = (EAS_I32) p->
m_nDepth
;
[
all
...]
eas_chorusdata.h
65
EAS_I16
m_nDepth
;
86
EAS_I16
m_nDepth
;
Completed in 25 milliseconds