Lines Matching refs:index
1629 s32 index; in StreamReInit() local
1683 index = StreamInfo.top; in StreamReInit()
1685 while (index != StreamInfo.bottom) in StreamReInit()
1687 tmp = StreamInfo.boundary[index] % bufferSampleNum; in StreamReInit()
1689 StreamInfo.boundary[index] = tmp - offset1; in StreamReInit()
1691 index++; in StreamReInit()
1692 if (index >= BOUNDARY_NUM) in StreamReInit()
1694 index = 0; in StreamReInit()
1748 index = StreamInfo.top; in StreamReInit()
1750 while (index != StreamInfo.bottom) in StreamReInit()
1752 tmp = StreamInfo.boundary[index] % bufferSampleNum; in StreamReInit()
1756 StreamInfo.boundary[index] = tmp - offset1; in StreamReInit()
1760 StreamInfo.boundary[index] = tmp + (bufferSampleNum - offset1); in StreamReInit()
1763 index++; in StreamReInit()
1764 if (index >= BOUNDARY_NUM) in StreamReInit()
1766 index = 0; in StreamReInit()