Home
last modified time | relevance | path

Searched refs:loopEnd (Results 1 – 16 of 16) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_wtengine.c178 const EAS_SAMPLE *loopEnd; in WT_Interpolate() local
187 loopEnd = (const EAS_SAMPLE*) pWTVoice->loopEnd + 1; in WT_Interpolate()
229 acc0 = (EAS_I32) (pSamples - loopEnd); in WT_Interpolate()
436 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18; in WT_NoiseGenerator()
448 pWTVoice->phaseAccum = pWTVoice->loopEnd; in WT_NoiseGenerator()
449 pWTVoice->loopEnd = (5 * pWTVoice->loopEnd + 1); in WT_NoiseGenerator()
450 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18; in WT_NoiseGenerator()
482 else if (pWTVoice->loopStart != pWTVoice->loopEnd) in WT_ProcessVoice()
Deas_wtsynth.c386 pWTVoice->loopEnd = 4574295; in WT_StartVoice()
405 pWTVoice->loopEnd = pWTVoice->phaseAccum + pRegion->loopEnd - 1; in WT_StartVoice()
408 …pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion-… in WT_StartVoice()
417 wtConfig.loopEnd = pWTVoice->loopEnd; in WT_StartVoice()
457 if (endPhaseAccum >= pWTVoice->loopEnd) in WT_CheckSampleEnd()
460 numSamples = (EAS_I32) (pWTVoice->loopEnd - pWTVoice->phaseAccum); in WT_CheckSampleEnd()
559 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd)) in WT_UpdateVoice()
Deas_dlssynth.c352 pWTVoice->loopEnd = pWTVoice->phaseAccum + pDLSRegion->wtRegion.loopEnd - 1; in DLS_StartVoice()
355 …pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pDLS->pDLSSampleLen[pDLSR… in DLS_StartVoice()
427 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd)) in DLS_UpdateVoice()
Deas_wt_IPC_frame.h69 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member
Deas_wtengine.h127 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member
Deas_sndlib.h230 EAS_U32 loopEnd; member
Deas_mdls.c2311 pRgn->wtRegion.loopEnd = (pWsmp->loopStart + pWsmp->loopLength); in Convert_rgn()
2617 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002c , pRegion->loopEnd); in DumpDLS()
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_wtengine.c178 const EAS_SAMPLE *loopEnd; in WT_Interpolate() local
187 loopEnd = (const EAS_SAMPLE*) pWTVoice->loopEnd + 1; in WT_Interpolate()
229 acc0 = (EAS_I32) (pSamples - loopEnd); in WT_Interpolate()
436 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18; in WT_NoiseGenerator()
448 pWTVoice->phaseAccum = pWTVoice->loopEnd; in WT_NoiseGenerator()
449 pWTVoice->loopEnd = (5 * pWTVoice->loopEnd + 1); in WT_NoiseGenerator()
450 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18; in WT_NoiseGenerator()
482 else if (pWTVoice->loopStart != pWTVoice->loopEnd) in WT_ProcessVoice()
Deas_wtsynth.c386 pWTVoice->loopEnd = 4574295; in WT_StartVoice()
405 pWTVoice->loopEnd = pWTVoice->phaseAccum + pRegion->loopEnd - 1; in WT_StartVoice()
408 …pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion-… in WT_StartVoice()
417 wtConfig.loopEnd = pWTVoice->loopEnd; in WT_StartVoice()
457 if (endPhaseAccum >= pWTVoice->loopEnd) in WT_CheckSampleEnd()
460 numSamples = (EAS_I32) (pWTVoice->loopEnd - pWTVoice->phaseAccum); in WT_CheckSampleEnd()
555 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd)) in WT_UpdateVoice()
Deas_wt_IPC_frame.h69 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member
Deas_wtengine.h127 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member
Deas_sndlib.h230 EAS_U32 loopEnd; member
/external/sonivox/arm-fm-22k/lib_src/
Deas_sndlib.h230 EAS_U32 loopEnd; member
/external/icu4c/i18n/
Dregexcmp.cpp2312 int32_t loopEnd = fRXPat->fCompiledPat->size(); in compileInterval() local
2313 op = URX_BUILD(URX_RELOC_OPRND, loopEnd); in compileInterval()
/external/webkit/WebCore/
DChangeLog-2009-06-1632546 Bug 24400: Remove "start", "end", "loopStart", "loopEnd", "currentLoop", and "playCount"
82676 (WebCore::HTMLMediaElement::loopEnd): the spec says end() is the default value
DChangeLog-2008-08-1077233 (WebCore::HTMLMediaElement::loopEnd):