Lines Matching full:bb_rec
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;
171 nextrec_->bb_rec.bb_num, nextrec_->bb_rec.start_time,
172 nextrec_->bb_rec.time_diff, nextrec_->bb_rec.repeat,
178 head_->bb->bb_rec.bb_num, head_->bb->bb_rec.start_time,
179 head_->bb->bb_rec.time_diff, head_->bb->bb_rec.repeat,
186 if (bb->next_time < nextrec_.bb_rec.start_time) {
189 event->bb_num = bb->bb_rec.bb_num;
199 if (bb->bb_rec.repeat > 0) {
201 bb->bb_rec.repeat -= 1;
202 bb->next_time += bb->bb_rec.time_diff;
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;
224 future->bb.bb_rec.repeat -= 1;
225 future->bb.next_time = nextrec_.bb_rec.start_time + nextrec_.bb_rec.time_diff;
237 event->bb_num = bb->bb_rec.bb_num;
247 if (bb->bb_rec.repeat > 0) {
249 bb->bb_rec.repeat -= 1;
250 bb->next_time += bb->bb_rec.time_diff;