Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c122 static AudioStreamInfo StreamInfo; variable
905 if (StreamInfo.top != StreamInfo.bottom) in THPPlayerSkip()
907 StreamInfo.curSampleNum = StreamInfo.boundary[StreamInfo.top]; in THPPlayerSkip()
908 StreamInfo.top++; in THPPlayerSkip()
909 if (StreamInfo.top >= BOUNDARY_NUM) in THPPlayerSkip()
911 StreamInfo.top = 0; in THPPlayerSkip()
919 StreamInfo.curSampleNum = StreamInfo.endSampleNum; in THPPlayerSkip()
1603 StreamInfo.top = 0; in StreamInit()
1604 StreamInfo.bottom = 0; in StreamInit()
1605 StreamInfo.curSampleNum = 0; in StreamInit()
[all …]