HomeSort by relevance Sort by last modified time
    Searched refs:loopStart (Results 1 - 25 of 35) sorted by null

1 2

  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wt_IPC_frame.h 70 EAS_U32 loopStart; /* points to first sample at start of loop */
eas_wtengine.h 128 EAS_U32 loopStart; /* points to first sample at start of loop */
eas_wtsynth.c 385 pWTVoice->loopStart = WT_NOISE_GENERATOR;
404 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart;
408 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->waveIndex] - 1;
416 wtConfig.loopStart = pWTVoice->loopStart;
555 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd))
    [all...]
eas_pcm.h 47 EAS_U32 loopStart;
eas_pcmdata.h 85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
eas_wtengine.c 231 pSamples = (const EAS_SAMPLE*) pWTVoice->loopStart + acc0;
478 if (pWTVoice->loopStart == WT_NOISE_GENERATOR)
482 else if (pWTVoice->loopStart != pWTVoice->loopEnd)
648 if (pWTVoice->loopStart== WT_NOISE_GENERATOR)
eas_imaadpcm.c 327 numBlocks = (EAS_I32) (pState->loopStart / pState->blockSize);
328 samplesInLastBlock = (EAS_I32) pState->loopStart - (numBlocks * pState->blockSize);
eas_pcm.c 363 pState->loopStart = pParams->loopStart;
364 pState->samplesTilLoop = (EAS_I32) pState->loopStart;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wt_IPC_frame.h 70 EAS_U32 loopStart; /* points to first sample at start of loop */
eas_wtengine.h 128 EAS_U32 loopStart; /* points to first sample at start of loop */
eas_wtsynth.c 385 pWTVoice->loopStart = WT_NOISE_GENERATOR;
404 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart;
408 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->waveIndex] - 1;
416 wtConfig.loopStart = pWTVoice->loopStart;
559 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd))
    [all...]
eas_pcm.h 47 EAS_U32 loopStart;
eas_dlssynth.c 351 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))
eas_pcmdata.h 85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
eas_wtengine.c 231 pSamples = (const EAS_SAMPLE*) pWTVoice->loopStart + acc0;
478 if (pWTVoice->loopStart == WT_NOISE_GENERATOR)
482 else if (pWTVoice->loopStart != pWTVoice->loopEnd)
648 if (pWTVoice->loopStart== WT_NOISE_GENERATOR)
eas_imaadpcm.c 327 numBlocks = (EAS_I32) (pState->loopStart / pState->blockSize);
328 samplesInLastBlock = (EAS_I32) pState->loopStart - (numBlocks * pState->blockSize);
eas_pcm.c 363 pState->loopStart = pParams->loopStart;
364 pState->samplesTilLoop = (EAS_I32) pState->loopStart;
    [all...]
eas_mdls.c 228 EAS_U32 loopStart;
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcm.h 47 EAS_U32 loopStart;
eas_pcmdata.h 85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
eas_imaadpcm.c 327 numBlocks = (EAS_I32) (pState->loopStart / pState->blockSize);
328 samplesInLastBlock = (EAS_I32) pState->loopStart - (numBlocks * pState->blockSize);
eas_pcm.c 363 pState->loopStart = pParams->loopStart;
364 pState->samplesTilLoop = (EAS_I32) pState->loopStart;
    [all...]
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 516 void StaticAudioTrackClientProxy::setLoop(size_t loopStart, size_t loopEnd, int loopCount)
519 if (loopStart > UINT32_MAX || loopEnd > UINT32_MAX) {
523 mState.mLoopStart = (uint32_t) loopStart;
562 void StaticAudioTrackClientProxy::setBufferPositionAndLoop(size_t position, size_t loopStart,
565 setLoop(loopStart, loopEnd, loopCount);
847 const size_t loopStart = update.mLoopStart;
853 if (loopStart < loopEnd && loopEnd <= mFrameCount &&
854 loopEnd - loopStart >= MIN_LOOP) {
858 position = loopStart;
869 localState->mLoopStart = loopStart;
    [all...]
  /frameworks/av/include/media/
AudioTrack.h 405 * loopStart: loop start in frames relative to start of buffer.
411 * loopCount != 0 implies 0 <= loopStart < loopEnd <= frameCount().
413 * If the loop period (loopEnd - loopStart) is too small for the implementation to support,
417 status_t setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount);
    [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 385 void setLoop(size_t loopStart, size_t loopEnd, int loopCount);
387 void setBufferPositionAndLoop(size_t position, size_t loopStart, size_t loopEnd,

Completed in 253 milliseconds

1 2