Searched refs:tgt_correction_ (Results 1 – 2 of 2) sorted by relevance
56 tgt_correction_ = 0; in ClockRecoveryLoop()336 if (tgt_correction_ != tgt) { in setTargetCorrection_l()340 tgt_correction_ = tgt; in setTargetCorrection_l()348 bool needs_increase = (cur_correction_ < tgt_correction_); in setTargetCorrection_l()357 time_to_cur_slew_.doReverseTransform(tgt_correction_, in setTargetCorrection_l()369 if (cur_correction_ == tgt_correction_) in applySlew_l()377 cur_correction_ = tgt_correction_; in applySlew_l()398 cur_correction_ = tgt_correction_; in applySlew_l()
115 int32_t tgt_correction_; variable