Lines Matching refs:index

1688     s32       index;  in StreamReInit()  local
1743 index = StreamInfo.top; in StreamReInit()
1745 while (index != StreamInfo.bottom) in StreamReInit()
1747 tmp = StreamInfo.boundary[index] % bufferSampleNum; in StreamReInit()
1749 StreamInfo.boundary[index] = tmp - offset1; in StreamReInit()
1751 index++; in StreamReInit()
1752 if (index >= BOUNDARY_NUM) in StreamReInit()
1754 index = 0; in StreamReInit()
1808 index = StreamInfo.top; in StreamReInit()
1810 while (index != StreamInfo.bottom) in StreamReInit()
1812 tmp = StreamInfo.boundary[index] % bufferSampleNum; in StreamReInit()
1816 StreamInfo.boundary[index] = tmp - offset1; in StreamReInit()
1820 StreamInfo.boundary[index] = tmp + (bufferSampleNum - offset1); in StreamReInit()
1823 index++; in StreamReInit()
1824 if (index >= BOUNDARY_NUM) in StreamReInit()
1826 index = 0; in StreamReInit()
2039 s32 index; in StreamReInit() local
2093 index = StreamInfo.top; in StreamReInit()
2095 while (index != StreamInfo.bottom) in StreamReInit()
2097 tmp = StreamInfo.boundary[index] % bufferSampleNum; in StreamReInit()
2099 StreamInfo.boundary[index] = tmp - offset1; in StreamReInit()
2101 index++; in StreamReInit()
2102 if (index >= BOUNDARY_NUM) in StreamReInit()
2104 index = 0; in StreamReInit()
2158 index = StreamInfo.top; in StreamReInit()
2160 while (index != StreamInfo.bottom) in StreamReInit()
2162 tmp = StreamInfo.boundary[index] % bufferSampleNum; in StreamReInit()
2166 StreamInfo.boundary[index] = tmp - offset1; in StreamReInit()
2170 StreamInfo.boundary[index] = tmp + (bufferSampleNum - offset1); in StreamReInit()
2173 index++; in StreamReInit()
2174 if (index >= BOUNDARY_NUM) in StreamReInit()
2176 index = 0; in StreamReInit()