Searched refs:tgt_correction_ (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/common_time/
H A Dclock_recovery.cpp57 tgt_correction_ = 0;
337 if (tgt_correction_ != tgt) {
340 tgt_correction_ = tgt;
348 bool needs_increase = (cur_correction_ < tgt_correction_);
357 time_to_cur_slew_.doReverseTransform(tgt_correction_,
369 if (cur_correction_ == tgt_correction_)
377 cur_correction_ = tgt_correction_;
398 cur_correction_ = tgt_correction_;
H A Dclock_recovery.h115 int32_t tgt_correction_; member in class:android::ClockRecoveryLoop

Completed in 66 milliseconds