Searched refs:mInternalLatency (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.cpp54 mInternalLatency(0),
466 mInternalLatency = produceLatency - start;
469 mInternalLatency += 20000LL;
473 " usec on this machine\n", mInternalLatency);
474 SetEventLatency(mLatency + mInternalLatency);
534 mInternalLatency += how_much;
535 if (mInternalLatency > 50000)
536 mInternalLatency = 50000;
537 SetEventLatency(mLatency + mInternalLatency);
540 mLatency + mInternalLatency);
[all...]
H A DToneProducer.h181 bigtime_t mLatency, mInternalLatency; member in class:ToneProducer

Completed in 59 milliseconds