Searched refs:startInFrames (Results 1 – 1 of 1) sorted by relevance
1997 public int setLoopPoints(int startInFrames, int endInFrames, int loopCount) { in setLoopPoints() argument2004 } else if (!(0 <= startInFrames && startInFrames < mNativeBufferSizeInFrames && in setLoopPoints()2005 startInFrames < endInFrames && endInFrames <= mNativeBufferSizeInFrames)) { in setLoopPoints()2008 return native_set_loop(startInFrames, endInFrames, loopCount); in setLoopPoints()