Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c63 u64 boundary[BOUNDARY_NUM]; member
896 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()