Searched refs:mLatency (Results 1 – 4 of 4) sorted by relevance
53 mLatency(0), in ToneProducer()319 int32 count = int32(mLatency / BufferDuration() + 1 + 1); in SetBufferGroup()454 FindLatencyFor(mOutput.destination, &mLatency, &id); in Connect()455 FPRINTF(stderr, "\tdownstream latency = %" B_PRIdBIGTIME "\n", mLatency); in Connect()474 SetEventLatency(mLatency + mInternalLatency); in Connect()537 SetEventLatency(mLatency + mInternalLatency); in LateNoticeReceived()540 mLatency + mInternalLatency); in LateNoticeReceived()619 mLatency = new_latency; in LatencyChanged()620 SetEventLatency(mLatency + mInternalLatency); in LatencyChanged()823 int32 count = int32(mLatency / BufferDuration() + 1 + 1); in AllocateBuffers()[all …]
181 bigtime_t mLatency, mInternalLatency; variable
115 mLatency(50 * 1000), // default to 50 milliseconds in LoggingConsumer()258 *((float*) value) = mLatency / 1000; // the BParameter reads milliseconds, not microseconds in GetParameterValue()432 *out_latency = mLatency; in GetLatencyFor()459 SetEventLatency(mLatency); in Connected()603 bigtime_t how_early = perf_time - mLatency - now; in HandleEvent()624 bigtime_t usecToSpin = bigtime_t(mSpinPercentage / 100.0 * mLatency); in HandleEvent()665 mLatency = bigtime_t(value* 1000); in HandleEvent()670 SetEventLatency(mLatency); in HandleEvent()
179 bigtime_t mLatency; // our internal latency variable