Searched refs:boundary (Results 1 – 1 of 1) sorted by relevance
63 u64 boundary[BOUNDARY_NUM]; member896 StreamInfo.curSampleNum = StreamInfo.boundary[StreamInfo.top]; in THPPlayerSkip()1687 tmp = StreamInfo.boundary[index] % bufferSampleNum; in StreamReInit()1689 StreamInfo.boundary[index] = tmp - offset1; 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()1818 StreamInfo.boundary[StreamInfo.bottom] = boundarySampleNum; in EntryBoundary()1844 if (StreamInfo.boundary[StreamInfo.top] <= curSampleNum) in CheckBoundary()