Searched refs:StreamInfo (Results 1 – 1 of 1) sorted by relevance
120 static AudioStreamInfo StreamInfo; variable894 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 …]