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

  /device/asus/fugu/libaudio/
AudioHardwareOutput.cpp 56 delayCompUsec = 0;
247 s.hdmi.delayCompUsec = delay_comp;
290 if (mSettings.hdmi.allowed && (tmp < mSettings.hdmi.delayCompUsec))
291 tmp = mSettings.hdmi.delayCompUsec;
331 if (initial.delayCompUsec != current.delayCompUsec) {
332 updateMe.delayCompUsec = current.delayCompUsec;
334 out->setExternalDelay_uSec(current.delayCompUsec);
375 static_cast<float>(s.hdmi.delayCompUsec) / 1000.0)
    [all...]
AudioHardwareOutput.h 78 uint32_t delayCompUsec;

Completed in 281 milliseconds