Lines Matching refs:Segment
897 // The first segment is a two-buffer segment, so we only put one buffer into
911 // The second segment is a double-buffer segment. It starts the same as the
912 // two-buffer segment, but then at the end, we put two buffers in the queue
937 // The third segment is a triple-buffer segment, so the queue is switching
954 std::vector<OccupancyTracker::Segment> history;
958 // (since the third segment hasn't been closed out by the appearance of a
959 // new segment yet)
962 // The first segment (which will be history[1], since the newest segment
963 // should be at the front of the vector) should be a two-buffer segment,
972 // The second segment should be a double-buffered segment, which implies that
987 // segment
991 // This segment should be a triple-buffered segment, which implies that the