Lines Matching full:repeatcount
324 pStream->repeatCount = 0;
945 if (pEASData->streams[streamNum].repeatCount)
955 if (pEASData->streams[streamNum].repeatCount > 0)
956 pEASData->streams[streamNum].repeatCount--;
1095 * repeatCount - repeat count
1108 EAS_PUBLIC EAS_RESULT EAS_SetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 repeatCount)
1110 pStream->repeatCount = repeatCount;
1138 *pRepeatCount = pStream->repeatCount;
1647 if (pStream->repeatCount && (*pState == EAS_STATE_STOPPED))