Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c120 static AudioStreamInfo StreamInfo; variable
894 if (StreamInfo.top != StreamInfo.bottom) in THPPlayerSkip()
896 StreamInfo.curSampleNum = StreamInfo.boundary[StreamInfo.top]; in THPPlayerSkip()
897 StreamInfo.top++; in THPPlayerSkip()
898 if (StreamInfo.top >= BOUNDARY_NUM) in THPPlayerSkip()
900 StreamInfo.top = 0; in THPPlayerSkip()
908 StreamInfo.curSampleNum = StreamInfo.endSampleNum; in THPPlayerSkip()
1589 StreamInfo.top = 0; in StreamInit()
1590 StreamInfo.bottom = 0; in StreamInit()
1591 StreamInfo.curSampleNum = 0; in StreamInit()
[all …]