HomeSort by relevance Sort by last modified time
    Searched refs:a_to_b_denom (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/common_time/
LinearTransform.h 34 // f(a) = (((a - a_zero) * a_to_b_numer) / a_to_b_denom) + b_zero;
38 // F(b) = (((b - b_zero) * a_to_b_denom) / a_to_b_numer) + a_zero;
44 uint32_t a_to_b_denom; member in struct:android::LinearTransform
common_clock.cpp 38 cur_trans_.a_to_b_denom = local_to_common_freq_denom_ = 1;
60 cur_trans_.a_to_b_denom = local_to_common_freq_denom_ =
145 cur_trans_.a_to_b_denom = d1 * d2;
LinearTransform.cpp 202 if (0 == a_to_b_denom)
208 a_to_b_denom,
221 a_to_b_denom,
clock_recovery.cpp 71 time_to_cur_slew_.a_to_b_denom = static_cast<uint32_t>(D);

Completed in 70 milliseconds