HomeSort by relevance Sort by last modified time
    Searched refs:loopEnd (Results 1 - 15 of 15) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_wt_IPC_frame.h 69 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */
eas_wtengine.c 186 const EAS_SAMPLE *loopEnd;
200 loopEnd = (const EAS_SAMPLE*) pWTVoice->loopEnd + 1;
242 acc0 = (EAS_I32) (pSamples - loopEnd);
464 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18;
476 pWTVoice->phaseAccum = pWTVoice->loopEnd;
477 pWTVoice->loopEnd = (5 * pWTVoice->loopEnd + 1);
478 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18;
510 else if (pWTVoice->loopStart != pWTVoice->loopEnd)
    [all...]
eas_wtengine.h 127 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */
eas_wtsynth.c 390 pWTVoice->loopEnd = 4574295;
409 pWTVoice->loopEnd = pWTVoice->phaseAccum + pRegion->loopEnd - 1;
412 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->waveIndex] - 1;
421 wtConfig.loopEnd = pWTVoice->loopEnd;
461 if (endPhaseAccum >= pWTVoice->loopEnd)
464 numSamples = (EAS_I32) (pWTVoice->loopEnd - pWTVoice->phaseAccum);
561 temp = pWTVoice->loopEnd - pWTVoice->loopStart;
576 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd))
    [all...]
eas_dlssynth.c 352 pWTVoice->loopEnd = pWTVoice->phaseAccum + pDLSRegion->wtRegion.loopEnd - 1;
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))
eas_sndlib.h 230 EAS_U32 loopEnd;
eas_mdls.c     [all...]
  /frameworks/av/media/libaudioclient/
AudioTrackShared.cpp 538 void StaticAudioTrackClientProxy::setLoop(size_t loopStart, size_t loopEnd, int loopCount)
541 if (loopStart > UINT32_MAX || loopEnd > UINT32_MAX) {
546 mState.mLoopEnd = (uint32_t) loopEnd;
578 // no ongoing loop is possible if position is greater than loopEnd.
585 size_t loopEnd, int loopCount)
587 setLoop(loopStart, loopEnd, loopCount);
    [all...]
AudioTrack.cpp 699 0 /* loopStart */, 0 /* loopEnd */, 0 /* loopCount */);
    [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 428 void setLoop(size_t loopStart, size_t loopEnd, int loopCount);
430 void setBufferPositionAndLoop(size_t position, size_t loopStart, size_t loopEnd,
  /frameworks/av/media/libaudioclient/include/media/
AudioTrack.h 468 * loopEnd: loop end in frames relative to start of buffer.
473 * loopCount != 0 implies 0 <= loopStart < loopEnd <= frameCount().
475 * If the loop period (loopEnd - loopStart) is too small for the implementation to support,
479 status_t setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount);
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp     [all...]
  /external/icu/icu4c/source/i18n/
regexcmp.cpp     [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S     [all...]

Completed in 693 milliseconds