Searched refs:how_early (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp376 bigtime_t how_early = bufferStart - EventLatency() - SchedulingLatency() - now; local
381 logMsg.buffer_data.offset = how_early;
601 // the how_early calculated here doesn't include scheduling latency because
603 bigtime_t how_early = perf_time - mLatency - now; local
607 logMsg.buffer_data.offset = how_early;
612 if (how_early < 0)
615 NotifyLateProducer(mInput.source, -how_early, perf_time);
/haiku/src/add-ons/accelerants/radeon/
H A Dimpactv.c38 uint32 how_early = 0; local
59 how_early = uv_accum_frac * mode->timing.h_total;
73 first_num += (how_early + TV_UV_INC_FIX_SCALE / 2) >> TV_UV_INC_FIX_SHIFT;
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp936 // the how_early calculate here doesn't include scheduling latency because
938 bigtime_t how_early = perf_time - EventLatency() - now; local
944 (how_early < 0LL))
947 NotifyLateProducer(fInput.source, -how_early, perf_time);
948 fprintf(stderr," <- LATE BUFFER : %lli\n", how_early);
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp1442 // the how_early calculated here doesn't include scheduling latency
1444 bigtime_t how_early = perf_time - EventLatency() - now; local
1452 && how_early < 0LL
1456 NotifyLateProducer(channel->fInput.source, -how_early, perf_time);
1457 fprintf(stderr," <- LATE BUFFER : %" B_PRIdBIGTIME "\n", how_early);
1468 // how_early:%lli\n", channel->fEngineIndex, how_early);

Completed in 202 milliseconds