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

  /system/core/include/utils/
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;
43 int32_t a_to_b_numer; member in struct:android::LinearTransform
  /frameworks/base/libs/common_time/
common_clock.cpp 38 cur_trans_.a_to_b_numer = local_to_common_freq_numer_ = 1;
59 cur_trans_.a_to_b_numer = local_to_common_freq_numer_ =
145 cur_trans_.a_to_b_numer = n1 * n2;
clock_recovery.cpp 70 time_to_cur_slew_.a_to_b_numer = static_cast<int32_t>(N);
349 bool is_increasing = (time_to_cur_slew_.a_to_b_numer > 0);
352 time_to_cur_slew_.a_to_b_numer = -time_to_cur_slew_.a_to_b_numer;
  /system/core/libutils/
LinearTransform.cpp 208 a_to_b_numer,
216 if (0 == a_to_b_numer)
221 a_to_b_numer,
  /device/asus/fugu/libaudio/
AudioStreamOut.cpp 70 mUSecToLocalTime.a_to_b_numer = mLocalClock.getLocalFreq();
72 LinearTransform::reduce(&mUSecToLocalTime.a_to_b_numer,
217 mLocalTimeToFrames.a_to_b_numer = mInputSampleRate;
220 &mLocalTimeToFrames.a_to_b_numer,
AudioOutput.cpp 123 mFramesToLocalTime.a_to_b_numer = lc.getLocalFreq();
126 &mFramesToLocalTime.a_to_b_numer,

Completed in 116 milliseconds