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

  /device/asus/fugu/libaudio/
AudioOutput.cpp 116 memset(&mFramesToLocalTime, 0, sizeof(mFramesToLocalTime));
117 mFramesToLocalTime.a_to_b_numer = lc.getLocalFreq();
118 mFramesToLocalTime.a_to_b_denom = mFramesPerSec ? mFramesPerSec : 1;
120 &mFramesToLocalTime.a_to_b_numer,
121 &mFramesToLocalTime.a_to_b_denom);
291 mFramesToLocalTime.a_zero = 0;
292 mFramesToLocalTime.b_zero = dma_start_time;
294 if (!mFramesToLocalTime.doForwardTransform(frames_queued_to_driver,
AudioOutput.h 153 LinearTransform mFramesToLocalTime;

Completed in 68 milliseconds