/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...] |
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioBufferSourceNode.h | 78 double loopStart() const { return m_loopStart; } 80 void setLoopStart(double loopStart) { m_loopStart = loopStart; }
|
AudioBufferSourceNode.idl | 43 attribute double loopStart;
|
/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 | 476 void StaticAudioTrackClientProxy::setLoop(size_t loopStart, size_t loopEnd, int loopCount) 479 newState.mLoopStart = loopStart; 482 mBufferPosition = loopStart; 736 size_t loopStart = state.mLoopStart; 739 if (loopStart > mFrameCount) { 740 loopStart = mFrameCount; 743 mPosition = position = loopStart; 748 if (loopStart < loopEnd && loopEnd <= mFrameCount && 749 loopEnd - loopStart >= MIN_LOOP) { 750 if (!(loopStart <= position && position < loopEnd)) [all...] |
/frameworks/av/include/media/ |
AudioTrack.h | 347 * loopStart: loop start in frames relative to start of buffer. 353 * loopCount != 0 implies 0 <= loopStart < loopEnd <= frameCount(). 355 * If the loop period (loopEnd - loopStart) is too small for the implementation to support, 359 status_t setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount); 647 void setLoop_l(uint32_t loopStart, uint32_t loopEnd, int loopCount); [all...] |