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

  /frameworks/base/services/common_time/
common_clock.h 23 #include <utils/LinearTransform.h>
49 LinearTransform duration_trans_;
50 LinearTransform cur_trans_;
common_clock.cpp 25 #include <utils/LinearTransform.h>
51 LinearTransform::reduce(&numer, &denom);
138 LinearTransform::reduce(&n1, &d2);
139 LinearTransform::reduce(&n2, &d1);
140 LinearTransform::reduce(&n2, &d2);
clock_recovery.h 22 #include <utils/LinearTransform.h>
  /frameworks/av/include/media/
IAudioTrack.h 27 #include <utils/LinearTransform.h>
88 virtual status_t setMediaTimeTransform(const LinearTransform& xform,
AudioTrack.h 562 status_t setMediaTimeTransform(const LinearTransform& xform,
  /frameworks/native/include/utils/
LinearTransform.h 24 // LinearTransform defines a structure which hold the definition of a
40 struct LinearTransform {
  /frameworks/native/libs/utils/
LinearTransform.cpp 22 #include <utils/LinearTransform.h>
186 bool LinearTransform::doForwardTransform(int64_t a_in, int64_t* b_out) const {
198 bool LinearTransform::doReverseTransform(int64_t b_in, int64_t* a_out) const {
210 template <class T> void LinearTransform::reduce(T* N, T* D) {
247 template void LinearTransform::reduce<uint64_t>(uint64_t* N, uint64_t* D);
248 template void LinearTransform::reduce<uint32_t>(uint32_t* N, uint32_t* D);
250 void LinearTransform::reduce(int32_t* N, uint32_t* D) {
Android.mk 28 LinearTransform.cpp \
  /frameworks/av/media/libaah_rtp/
aah_decoder_pump.h 24 #include <utils/LinearTransform.h>
44 void setRenderTSTransform(const LinearTransform& trans);
95 LinearTransform last_ts_transform_;
aah_tx_packet.h 21 #include <utils/LinearTransform.h>
74 void setClockTransform(const LinearTransform& trans);
114 LinearTransform mClockTranform;
aah_tx_player.h 27 #include <utils/LinearTransform.h>
157 LinearTransform mCurrentClockTransform;
aah_rx_player.h 29 #include <utils/LinearTransform.h>
212 void processTSTransform(const LinearTransform& trans);
aah_tx_packet.cpp 88 void TRTPPacket::setClockTransform(const LinearTransform& trans) {
aah_decoder_pump.cpp 185 void AAH_DecoderPump::setRenderTSTransform(const LinearTransform& trans) {
aah_rx_player_substream.cpp 629 void AAH_RXPlayer::Substream::processTSTransform(const LinearTransform& trans) {
aah_rx_player_core.cpp 494 LinearTransform trans;
  /frameworks/av/media/libmedia/
IAudioTrack.cpp 149 virtual status_t setMediaTimeTransform(const LinearTransform& xform,
230 LinearTransform xform;
AudioTrack.cpp     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h     [all...]
AudioFlinger.cpp     [all...]

Completed in 5641 milliseconds