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

/haiku/src/add-ons/media/media-add-ons/dvb/
H A DTransportStreamDemux.h47 void TimesourceInfo(bigtime_t *perf_time, bigtime_t *sys_time);
81 TransportStreamDemux::TimesourceInfo(bigtime_t *perf_time, bigtime_t *sys_time) argument
84 *perf_time = fPerformanceTime;
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp599 bigtime_t perf_time = hdr->start_time; local
603 bigtime_t how_early = perf_time - mLatency - now;
606 logMsg.buffer_data.start_time = perf_time;
615 NotifyLateProducer(mInput.source, -how_early, perf_time);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp934 bigtime_t perf_time = hdr->start_time; local
938 bigtime_t how_early = perf_time - EventLatency() - now;
947 NotifyLateProducer(fInput.source, -how_early, perf_time);
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp1440 bigtime_t perf_time = hdr->start_time; local
1444 bigtime_t how_early = perf_time - EventLatency() - now;
1456 NotifyLateProducer(channel->fInput.source, -how_early, perf_time);

Completed in 74 milliseconds