Searched refs:bb_rec (Results 1 – 2 of 2) sorted by relevance
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()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()178 head_->bb->bb_rec.bb_num, head_->bb->bb_rec.start_time, in ReadBB()179 head_->bb->bb_rec.time_diff, head_->bb->bb_rec.repeat, in ReadBB()186 if (bb->next_time < nextrec_.bb_rec.start_time) { in ReadBB()[all …]
168 BBRec bb_rec; member