HomeSort by relevance Sort by last modified time
    Searched defs:loopStart (Results 1 - 17 of 17) sorted by null

  /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_pcm.h 47 EAS_U32 loopStart;
eas_wtengine.h 128 EAS_U32 loopStart; /* points to first sample at start of loop */
eas_pcmdata.h 85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
eas_sndlib.h 229 EAS_U32 loopStart;
  /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_pcm.h 47 EAS_U32 loopStart;
eas_wtengine.h 128 EAS_U32 loopStart; /* points to first sample at start of loop */
eas_pcmdata.h 85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
eas_sndlib.h 229 EAS_U32 loopStart;
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_sndlib.h 229 EAS_U32 loopStart;
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 405 milliseconds