Symbol: RealTimeFor
headers/os/media/TimeSource.h
37
bigtime_t RealTimeFor(bigtime_t performanceTime,
src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/Producer.cpp
687
wait_until = TimeSource()->RealTimeFor(fPerformanceTimeBase, 0) +
src/add-ons/media/media-add-ons/mixer/MixerCore.cpp
541
nextRun = fTimeSource->RealTimeFor(eventTime, 0)
src/add-ons/media/media-add-ons/usb_vision/Producer.cpp
1097
wait_until = TimeSource()->RealTimeFor(fPerformanceTimeBase +
src/add-ons/media/media-add-ons/usb_webcam/Producer.cpp
911
wait_until = TimeSource()->RealTimeFor(fPerformanceTimeBase, 0) +
src/add-ons/media/media-add-ons/video_producer_demo/Producer.cpp
670
wait_until = TimeSource()->RealTimeFor(fPerformanceTimeBase +
src/apps/cortex/NodeManager/NodeGroup.cpp
1611
bigtime_t wakeUpAt = m_timeSourceObj->RealTimeFor(
src/apps/mediaplayer/media_node_framework/NodeManager.cpp
179
result = fVideoProducer->TimeSource()->RealTimeFor(
src/apps/mediaplayer/media_node_framework/NodeManager.cpp
182
result = fAudioProducer->TimeSource()->RealTimeFor(
src/apps/mediaplayer/media_node_framework/audio/AudioProducer.cpp
890
bigtime_t realTime = TimeSource()->RealTimeFor(
src/apps/mediaplayer/media_node_framework/video/VideoProducer.cpp
660
waitUntil = TimeSource()->RealTimeFor(fPerformanceTimeBase
src/apps/mediaplayer/media_node_framework/video/VideoProducer.cpp
662
nextWaitUntil = TimeSource()->RealTimeFor(fPerformanceTimeBase
src/kits/media/MediaEventLooper.cpp
258
waitUntil = TimeSource()->RealTimeFor(
src/kits/media/TimeSource.cpp
146
time = RealTimeFor(performance_time, with_latency);