OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coarsePitch
(Results
1 - 10
of
10
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_synth.h
222
EAS_I8
coarsePitch
;
eas_voicemgt.c
567
pChannel->
coarsePitch
= DEFAULT_COARSE_PITCH;
[
all
...]
eas_fmsynth.c
542
temp += (pChannel->finePitch + (pChannel->
coarsePitch
* 100));
/external/sonivox/arm-hybrid-22k/lib_src/
eas_synth.h
222
EAS_I8
coarsePitch
;
eas_voicemgt.c
567
pChannel->
coarsePitch
= DEFAULT_COARSE_PITCH;
[
all
...]
eas_fmsynth.c
542
temp += (pChannel->finePitch + (pChannel->
coarsePitch
* 100));
eas_wtsynth.c
695
pChannel->staticPitch += pChannel->finePitch + (pChannel->
coarsePitch
* 100);
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_synth.h
222
EAS_I8
coarsePitch
;
eas_voicemgt.c
567
pChannel->
coarsePitch
= DEFAULT_COARSE_PITCH;
[
all
...]
eas_wtsynth.c
701
pChannel->staticPitch += pChannel->finePitch + (pChannel->
coarsePitch
* 100);
[
all
...]
Completed in 42 milliseconds