OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waveIndex
(Results
1 - 7
of
7
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c
408
static EAS_RESULT Parse_wave (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_U16
waveIndex
);
422
static void Convert_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16 artIndex, EAS_U16
waveIndex
, S_WSMP_DATA *pWsmp);
815
EAS_U16
waveIndex
;
840
for (
waveIndex
= 0;
waveIndex
< pDLSData->waveCount;
waveIndex
++)
854
if ((result = Parse_wave(pDLSData, wtblPos +(EAS_I32) temp,
waveIndex
)) != EAS_SUCCESS)
877
static EAS_RESULT Parse_wave (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_U16
waveIndex
)
[
all
...]
eas_wtsynth.c
395
pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->
waveIndex
];
397
pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[pRegion->
waveIndex
];
399
pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->
waveIndex
];
408
pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->
waveIndex
] - 1;
[
all
...]
eas_dlssynth.c
348
pWTVoice->phaseAccum = (EAS_U32) pSynth->pDLS->pDLSSamples + pSynth->pDLS->pDLSSampleOffsets[pDLSRegion->wtRegion.
waveIndex
];
355
pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pDLS->pDLSSampleLen[pDLSRegion->wtRegion.
waveIndex
] - 1;
eas_sndlib.h
231
EAS_U16
waveIndex
;
/external/sonivox/arm-hybrid-22k/lib_src/
eas_wtsynth.c
395
pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->
waveIndex
];
397
pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[pRegion->
waveIndex
];
399
pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->
waveIndex
];
408
pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->
waveIndex
] - 1;
[
all
...]
eas_sndlib.h
231
EAS_U16
waveIndex
;
/external/sonivox/arm-fm-22k/lib_src/
eas_sndlib.h
231
EAS_U16
waveIndex
;
Completed in 1042 milliseconds