Lines Matching refs:nextrec_
113 nextrec_.bb_rec.repeat = decoder_->Decode(false); in DecodeNextRec()
116 if (nextrec_.bb_rec.repeat) in DecodeNextRec()
117 nextrec_.bb_rec.time_diff = decoder_->Decode(false); in DecodeNextRec()
118 nextrec_.bb_rec.bb_num += bb_diff; in DecodeNextRec()
119 nextrec_.bb_rec.start_time += time_diff; in DecodeNextRec()
137 memset(&nextrec_, 0, sizeof(TimeRec)); in Open()
168 if (nextrec_) { in ReadBB()
170 nextrec_ - &buffer_[0], in ReadBB()
171 nextrec_->bb_rec.bb_num, nextrec_->bb_rec.start_time, in ReadBB()
172 nextrec_->bb_rec.time_diff, nextrec_->bb_rec.repeat, in ReadBB()
173 nextrec_->next_time); in ReadBB()
186 if (bb->next_time < nextrec_.bb_rec.start_time) { in ReadBB()
214 event->time = nextrec_.bb_rec.start_time; in ReadBB()
215 event->bb_num = nextrec_.bb_rec.bb_num; in ReadBB()
221 if (nextrec_.bb_rec.repeat > 0) { in ReadBB()
223 future->bb.bb_rec = nextrec_.bb_rec; in ReadBB()
225 future->bb.next_time = nextrec_.bb_rec.start_time + nextrec_.bb_rec.time_diff; in ReadBB()