HomeSort by relevance Sort by last modified time
    Searched refs:mLoopEnd (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 546 mState.mLoopEnd = (uint32_t) loopEnd;
553 // preserve behavior to restart at mState.mLoopStart if position exceeds mState.mLoopEnd.
554 if (mState.mLoopCount != 0 && mPosLoop.mBufferPosition >= mState.mLoopEnd) {
577 if (position >= mState.mLoopEnd) {
    [all...]
AudioTrack.cpp 522 mLoopEnd = 0;
    [all...]
  /frameworks/av/include/media/
AudioTrack.h     [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 83 uint32_t mLoopEnd;

Completed in 397 milliseconds