Searched refs:loopPeriod (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmedia/
H A DAudioTrack.cpp1876 uint32_t loopPeriod = 0; // time in frames for next EVENT_LOOP_END or EVENT_BUFFER_END local
1882 loopPeriod = ((loopCount > 0) ? mLoopEnd : mFrameCount) - bufferPosition;
1890 loopPeriod = mLoopEnd - bufferPosition;
1893 loopPeriod = mFrameCount - bufferPosition;
1984 if (loopPeriod > 0 && loopPeriod < minFrames) {
1985 // loopPeriod is already adjusted for actual position.
1986 minFrames = loopPeriod;

Completed in 10 milliseconds