HomeSort by relevance Sort by last modified time
    Searched defs:loopEnd (Results 1 - 7 of 7) 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_sndlib.h 230 EAS_U32 loopEnd;
  /art/runtime/arch/mips/
quick_entrypoints_mips.S     [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...]
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp     [all...]

Completed in 184 milliseconds