Searched refs:loopEnd (Results 1 – 16 of 16) sorted by relevance
178 const EAS_SAMPLE *loopEnd; in WT_Interpolate() local187 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()
386 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()
352 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()
69 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member
127 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member
230 EAS_U32 loopEnd; member
2311 pRgn->wtRegion.loopEnd = (pWsmp->loopStart + pWsmp->loopLength); in Convert_rgn()2617 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002c , pRegion->loopEnd); in DumpDLS()
386 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()
2312 int32_t loopEnd = fRXPat->fCompiledPat->size(); in compileInterval() local2313 op = URX_BUILD(URX_RELOC_OPRND, loopEnd); in compileInterval()
32546 Bug 24400: Remove "start", "end", "loopStart", "loopEnd", "currentLoop", and "playCount" 82676 (WebCore::HTMLMediaElement::loopEnd): the spec says end() is the default value
77233 (WebCore::HTMLMediaElement::loopEnd):