Lines Matching refs:bottom
62 s32 bottom; member
905 if (StreamInfo.top != StreamInfo.bottom) in THPPlayerSkip()
1604 StreamInfo.bottom = 0; in StreamInit()
1745 while (index != StreamInfo.bottom) in StreamReInit()
1810 while (index != StreamInfo.bottom) in StreamReInit()
2000 StreamInfo.bottom = 0; in StreamInit()
2095 while (index != StreamInfo.bottom) in StreamReInit()
2160 while (index != StreamInfo.bottom) in StreamReInit()
2229 StreamInfo.boundary[StreamInfo.bottom] = boundarySampleNum; in EntryBoundary()
2230 StreamInfo.bottom++; in EntryBoundary()
2231 if (StreamInfo.bottom >= BOUNDARY_NUM) in EntryBoundary()
2233 StreamInfo.bottom = 0; in EntryBoundary()
2253 while (StreamInfo.top != StreamInfo.bottom) in CheckBoundary()