• Home
  • Raw
  • Download

Lines Matching refs:mLoopCount

659     mState.mLoopCount = loopCount;  in setLoop()
666 if (mState.mLoopCount != 0 && mPosLoop.mBufferPosition >= mState.mLoopEnd) { in setLoop()
669 mPosLoop.mLoopCount = mState.mLoopCount; in setLoop()
685 if (mState.mLoopCount > 0) { // only check if loop count is changing in setBufferPosition()
691 mPosLoop.mLoopCount = 0; in setBufferPosition()
721 *loopCount = mPosLoop.mLoopCount; in getBufferPositionAndLoopCount()
1091 if (update.mLoopCount == 0) { in updateStateWithLoop()
1093 } else if (update.mLoopCount >= -1) { in updateStateWithLoop()
1108 localState->mLoopCount = update.mLoopCount; in updateStateWithLoop()
1122 } else if (localState->mLoopCount != 0 && update.mPosition >= localState->mLoopEnd) { in updateStateWithPosition()
1123 localState->mLoopCount = 0; // disable loop count if position is beyond loop end. in updateStateWithPosition()
1154 if (mState.mLoopCount == -1) { in pollPosition()
1156 } else if (mState.mLoopCount == 0) { in pollPosition()
1158 } else if (mState.mLoopCount > 0) { in pollPosition()
1161 mFramesReady = int64_t(mState.mLoopCount) * (mState.mLoopEnd - mState.mLoopStart) in pollPosition()
1168 posLoop.mLoopCount = (int32_t) mState.mLoopCount; in pollPosition()
1195 size_t end = mState.mLoopCount != 0 ? mState.mLoopEnd : mFrameCount; in obtainBuffer()
1250 } else if (mState.mLoopCount != 0 && newPosition == mState.mLoopEnd) { in releaseBuffer()
1252 if (mState.mLoopCount == -1 || --mState.mLoopCount != 0) { in releaseBuffer()
1273 posLoop.mLoopCount = mState.mLoopCount; in releaseBuffer()