Lines Matching refs:offset1
1628 u32 size, sample, offset1, offset2, bufferSampleNum; in StreamReInit() local
1652 offset1 = (u32)(StreamInfo.curSampleNum % bufferSampleNum); in StreamReInit()
1660 if (offset1 < offset2) in StreamReInit()
1670 lsrc = StreamBufferL + offset1; in StreamReInit()
1671 size = (offset2 - offset1) << 1; in StreamReInit()
1678 rsrc = StreamBufferR + offset1; in StreamReInit()
1689 StreamInfo.boundary[index] = tmp - offset1; in StreamReInit()
1724 lsrc = StreamBufferL + offset1; in StreamReInit()
1725 size = (bufferSampleNum - offset1) << 1; in StreamReInit()
1738 rsrc = StreamBufferR + offset1; in StreamReInit()
1756 StreamInfo.boundary[index] = tmp - offset1; in StreamReInit()
1760 StreamInfo.boundary[index] = tmp + (bufferSampleNum - offset1); in StreamReInit()
1770 ldst = StreamBufferL + bufferSampleNum - offset1 + offset2; in StreamReInit()
1771 sample = offset1 - offset2; in StreamReInit()
1778 rdst = StreamBufferR + bufferSampleNum - offset1 + offset2; in StreamReInit()