OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_to_b_denom
(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;
44
uint32_t
a_to_b_denom
;
member in struct:android::LinearTransform
/frameworks/base/libs/common_time/
common_clock.cpp
39
cur_trans_.
a_to_b_denom
= local_to_common_freq_denom_ = 1;
61
cur_trans_.
a_to_b_denom
= local_to_common_freq_denom_ =
146
cur_trans_.
a_to_b_denom
= d1 * d2;
clock_recovery.cpp
71
time_to_cur_slew_.
a_to_b_denom
= static_cast<uint32_t>(D);
/system/core/libutils/
LinearTransform.cpp
203
if (0 ==
a_to_b_denom
)
209
a_to_b_denom
,
222
a_to_b_denom
,
/device/asus/fugu/libaudio/
AudioStreamOut.cpp
71
mUSecToLocalTime.
a_to_b_denom
= 1000000;
73
&mUSecToLocalTime.
a_to_b_denom
);
218
mLocalTimeToFrames.
a_to_b_denom
= mLocalClock.getLocalFreq();
221
&mLocalTimeToFrames.
a_to_b_denom
);
AudioOutput.cpp
124
mFramesToLocalTime.
a_to_b_denom
= mFramesPerSec ? mFramesPerSec : 1;
127
&mFramesToLocalTime.
a_to_b_denom
);
Completed in 2852 milliseconds