Searched refs:loopStart (Results 1 – 13 of 13) sorted by relevance
389 pWTVoice->loopStart = WT_NOISE_GENERATOR; in WT_StartVoice()408 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart; in WT_StartVoice()412 …pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion-… in WT_StartVoice()420 wtConfig.loopStart = pWTVoice->loopStart; in WT_StartVoice()561 temp = pWTVoice->loopEnd - pWTVoice->loopStart; in WT_UpdateVoice()576 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd)) in WT_UpdateVoice()
351 pWTVoice->loopStart = pWTVoice->phaseAccum + pDLSRegion->wtRegion.loopStart; 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()
244 pSamples = (const EAS_SAMPLE*) pWTVoice->loopStart + acc0; in WT_Interpolate()506 if (pWTVoice->loopStart == WT_NOISE_GENERATOR) in WT_ProcessVoice()510 else if (pWTVoice->loopStart != pWTVoice->loopEnd) in WT_ProcessVoice()681 if (pWTVoice->loopStart== WT_NOISE_GENERATOR) in WT_ProcessVoice()
70 EAS_U32 loopStart; /* points to first sample at start of loop */ member
363 pState->loopStart = pParams->loopStart; in EAS_PEOpenStream()364 pState->samplesTilLoop = (EAS_I32) pState->loopStart; in EAS_PEOpenStream()1385 if (temp > (EAS_I32) pState->loopStart) in LinearPCMLocate()1396 while (temp > (EAS_I32) pState->loopStart) in LinearPCMLocate()1397 temp -= (EAS_I32) pState->loopStart; in LinearPCMLocate()
230 EAS_U32 loopStart; member989 p->loopStart = 0; in Parse_wave()1156 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->loopStart, EAS_FALSE)… in Parse_wsmp()1165 && ((p->loopStart > EAS_U32_MAX - p->loopLength) in Parse_wsmp()1166 || (p->loopStart + p->loopLength > EAS_U32_MAX / sizeof(EAS_SAMPLE)))) in Parse_wsmp()1318 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_data()1323 pSample[pWsmp->loopStart + pWsmp->loopLength] = pSample[pWsmp->loopStart]; in Parse_data()1803 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_rgn()2400 pRgn->wtRegion.loopStart = pWsmp->loopStart; in Convert_rgn()2401 pRgn->wtRegion.loopEnd = (pWsmp->loopStart + pWsmp->loopLength); in Convert_rgn()[all …]
327 numBlocks = (EAS_I32) (pState->loopStart / pState->blockSize); in IMADecoderLocate()328 samplesInLastBlock = (EAS_I32) pState->loopStart - (numBlocks * pState->blockSize); in IMADecoderLocate()
128 EAS_U32 loopStart; /* points to first sample at start of loop */ member
47 EAS_U32 loopStart; member
85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */ member
229 EAS_U32 loopStart; member
665 params.loopStart = size; in WaveParseHeader()
514 BlockId loopStart = cfg.newBlock(); in addStatement() local515 fLoopContinues.push(loopStart); in addStatement()523 cfg.addExit(cfg.fCurrent, loopStart); in addStatement()531 BlockId loopStart = cfg.newBlock(); in addStatement() local532 fLoopContinues.push(loopStart); in addStatement()538 cfg.addExit(cfg.fCurrent, loopStart); in addStatement()549 BlockId loopStart = cfg.newBlock(); in addStatement() local571 cfg.addExit(cfg.fCurrent, loopStart); in addStatement()