HomeSort by relevance Sort by last modified time
    Searched defs:loopStart (Results 1 - 19 of 19) 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 220 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;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.h 75 double loopStart() const { return m_loopStart; }
77 void setLoopStart(double loopStart) { m_loopStart = loopStart; }
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 483 void StaticAudioTrackClientProxy::setLoop(size_t loopStart, size_t loopEnd, int loopCount)
486 if (loopStart > UINT32_MAX || loopEnd > UINT32_MAX) {
491 newState.mLoopStart = (uint32_t) loopStart;
494 mBufferPosition = loopStart;
750 size_t loopStart = state.mLoopStart;
753 if (loopStart > mFrameCount) {
754 loopStart = mFrameCount;
757 mPosition = position = loopStart;
762 if (loopStart < loopEnd && loopEnd <= mFrameCount &&
763 loopEnd - loopStart >= MIN_LOOP)
    [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 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 229 milliseconds