Home | History | Annotate | Download | only in qtools

Lines Matching refs:nextrec_

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