Lines Matching refs:boundary
60 u64 boundary[BOUNDARY_NUM]; member
907 StreamInfo.curSampleNum = StreamInfo.boundary[StreamInfo.top]; in THPPlayerSkip()
1747 tmp = StreamInfo.boundary[index] % bufferSampleNum; in StreamReInit()
1749 StreamInfo.boundary[index] = tmp - offset1; 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()
2097 tmp = StreamInfo.boundary[index] % bufferSampleNum; in StreamReInit()
2099 StreamInfo.boundary[index] = tmp - offset1; 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()
2229 StreamInfo.boundary[StreamInfo.bottom] = boundarySampleNum; in EntryBoundary()
2255 if (StreamInfo.boundary[StreamInfo.top] <= curSampleNum) in CheckBoundary()