Home
last modified time | relevance | path

Searched refs:loopStart (Results 1 – 25 of 30) sorted by relevance

12

/external/sonivox/arm-hybrid-22k/lib_src/
Deas_wtsynth.c385 pWTVoice->loopStart = WT_NOISE_GENERATOR; in WT_StartVoice()
404 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart; in WT_StartVoice()
408 …pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion-… in WT_StartVoice()
416 wtConfig.loopStart = pWTVoice->loopStart; in WT_StartVoice()
555 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd)) in WT_UpdateVoice()
Deas_wtengine.c231 pSamples = (const EAS_SAMPLE*) pWTVoice->loopStart + acc0; in WT_Interpolate()
478 if (pWTVoice->loopStart == WT_NOISE_GENERATOR) in WT_ProcessVoice()
482 else if (pWTVoice->loopStart != pWTVoice->loopEnd) in WT_ProcessVoice()
648 if (pWTVoice->loopStart== WT_NOISE_GENERATOR) in WT_ProcessVoice()
Deas_wt_IPC_frame.h70 EAS_U32 loopStart; /* points to first sample at start of loop */ member
Deas_pcm.c363 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()
Deas_imaadpcm.c327 numBlocks = (EAS_I32) (pState->loopStart / pState->blockSize); in IMADecoderLocate()
328 samplesInLastBlock = (EAS_I32) pState->loopStart - (numBlocks * pState->blockSize); in IMADecoderLocate()
Deas_wtengine.h128 EAS_U32 loopStart; /* points to first sample at start of loop */ member
Deas_pcm.h47 EAS_U32 loopStart; member
Deas_pcmdata.h85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */ member
Deas_sndlib.h229 EAS_U32 loopStart; member
/external/sonivox/arm-wt-22k/lib_src/
Deas_wtsynth.c385 pWTVoice->loopStart = WT_NOISE_GENERATOR; in WT_StartVoice()
404 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart; in WT_StartVoice()
408 …pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion-… in WT_StartVoice()
416 wtConfig.loopStart = pWTVoice->loopStart; in WT_StartVoice()
559 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd)) in WT_UpdateVoice()
Deas_dlssynth.c351 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()
Deas_wtengine.c231 pSamples = (const EAS_SAMPLE*) pWTVoice->loopStart + acc0; in WT_Interpolate()
478 if (pWTVoice->loopStart == WT_NOISE_GENERATOR) in WT_ProcessVoice()
482 else if (pWTVoice->loopStart != pWTVoice->loopEnd) in WT_ProcessVoice()
648 if (pWTVoice->loopStart== WT_NOISE_GENERATOR) in WT_ProcessVoice()
Deas_wt_IPC_frame.h70 EAS_U32 loopStart; /* points to first sample at start of loop */ member
Deas_pcm.c363 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()
Deas_mdls.c228 EAS_U32 loopStart; member
964 p->loopStart = 0; in Parse_wave()
1131 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->loopStart, EAS_FALSE)… in Parse_wsmp()
1140 && ((p->loopStart > EAS_U32_MAX - p->loopLength) in Parse_wsmp()
1141 || (p->loopStart + p->loopLength > EAS_U32_MAX / sizeof(EAS_SAMPLE)))) in Parse_wsmp()
1293 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_data()
1298 pSample[pWsmp->loopStart + pWsmp->loopLength] = pSample[pWsmp->loopStart]; in Parse_data()
1755 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_rgn()
2349 pRgn->wtRegion.loopStart = pWsmp->loopStart; in Convert_rgn()
2350 pRgn->wtRegion.loopEnd = (pWsmp->loopStart + pWsmp->loopLength); in Convert_rgn()
[all …]
Deas_imaadpcm.c327 numBlocks = (EAS_I32) (pState->loopStart / pState->blockSize); in IMADecoderLocate()
328 samplesInLastBlock = (EAS_I32) pState->loopStart - (numBlocks * pState->blockSize); in IMADecoderLocate()
Deas_wtengine.h128 EAS_U32 loopStart; /* points to first sample at start of loop */ member
Deas_pcm.h47 EAS_U32 loopStart; member
Deas_pcmdata.h85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */ member
Deas_sndlib.h229 EAS_U32 loopStart; member
/external/sonivox/arm-fm-22k/lib_src/
Deas_pcm.c363 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()
Deas_imaadpcm.c327 numBlocks = (EAS_I32) (pState->loopStart / pState->blockSize); in IMADecoderLocate()
328 samplesInLastBlock = (EAS_I32) pState->loopStart - (numBlocks * pState->blockSize); in IMADecoderLocate()
Deas_pcmdata.h85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */ member
Deas_pcm.h47 EAS_U32 loopStart; member
Deas_sndlib.h229 EAS_U32 loopStart; member

12