HomeSort by relevance Sort by last modified time
    Searched refs:a_to_b_numer (Results 1 - 7 of 7) 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/services/common_time/
common_clock.cpp 37 cur_trans_.a_to_b_numer = local_to_common_freq_numer_ = 1;
58 cur_trans_.a_to_b_numer = local_to_common_freq_numer_ =
144 cur_trans_.a_to_b_numer = n1 * n2;
clock_recovery.cpp 69 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 193 a_to_b_numer,
201 if (0 == a_to_b_numer)
206 a_to_b_numer,
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 58 mSamplesToLocalTime.a_to_b_numer = 0;
79 mSamplesToLocalTime.a_to_b_numer = static_cast<int32_t>(N);
298 mSamplesToLocalTime.a_to_b_numer = 0;
  /frameworks/av/media/libmedia/
IAudioTrack.cpp 150 data.writeInt32(xform.a_to_b_numer);
255 xform.a_to_b_numer = data.readInt32();
  /frameworks/av/services/audioflinger/
Tracks.cpp     [all...]

Completed in 2723 milliseconds