Searched refs:loopStart (Results 1 - 17 of 17) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wt_IPC_frame.h70 EAS_U32 loopStart; /* points to first sample at start of loop */ member in struct:s_wt_config_tag
H A Deas_wtengine.h128 EAS_U32 loopStart; /* points to first sample at start of loop */ member in struct:s_wt_voice_tag
H A Deas_pcm.h47 EAS_U32 loopStart; member in struct:s_pcm_open_params_tag
H A Deas_dlssynth.c351 pWTVoice->loopStart = pWTVoice->phaseAccum + pDLSRegion->wtRegion.loopStart;
355 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pDLS->pDLSSampleLen[pDLSRegion->wtRegion.waveIndex] - 1;
427 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd))
H A Deas_pcmdata.h85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */ member in struct:s_pcm_state_tag
H A Deas_wtengine.c244 pSamples = (const EAS_SAMPLE*) pWTVoice->loopStart + acc0;
506 if (pWTVoice->loopStart == WT_NOISE_GENERATOR)
510 else if (pWTVoice->loopStart != pWTVoice->loopEnd)
681 if (pWTVoice->loopStart== WT_NOISE_GENERATOR)
H A Deas_wtsynth.c389 pWTVoice->loopStart = WT_NOISE_GENERATOR;
408 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart;
412 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->waveIndex] - 1;
420 wtConfig.loopStart = pWTVoice->loopStart;
561 temp = pWTVoice->loopEnd - pWTVoice->loopStart;
576 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd))
H A Deas_imaadpcm.c327 numBlocks = (EAS_I32) (pState->loopStart / pState->blockSize);
328 samplesInLastBlock = (EAS_I32) pState->loopStart - (numBlocks * pState->blockSize);
H A Deas_pcm.c363 pState->loopStart = pParams->loopStart;
364 pState->samplesTilLoop = (EAS_I32) pState->loopStart;
1385 if (temp > (EAS_I32) pState->loopStart)
1396 while (temp > (EAS_I32) pState->loopStart)
1397 temp -= (EAS_I32) pState->loopStart;
H A Deas_mdls.c230 EAS_U32 loopStart; member in struct:__anon16357
973 p->loopStart = 0;
1140 if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->loopStart, EAS_FALSE)) != EAS_SUCCESS)
1149 && ((p->loopStart > EAS_U32_MAX - p->loopLength)
1150 || (p->loopStart + p->loopLength > EAS_U32_MAX / sizeof(EAS_SAMPLE))))
1302 || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE))
1307 pSample[pWsmp->loopStart + pWsmp->loopLength] = pSample[pWsmp->loopStart];
1759 /* ensure loopStart and loopEnd fall in the range */
1764 || (pWsmp->loopStart
[all...]
H A Deas_sndlib.h229 EAS_U32 loopStart; member in struct:s_wt_region_tag
H A Deas_wavefile.c665 params.loopStart = size;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1883 milliseconds