Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c60 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()
[all …]