Lines Matching refs:performanceTime

136 VideoProducer::Start(bigtime_t performanceTime)  in Start()  argument
141 BMediaEventLooper::Start(performanceTime); in Start()
146 VideoProducer::Stop(bigtime_t performanceTime, bool immediate) in Stop() argument
151 BMediaEventLooper::Stop(performanceTime, immediate); in Stop()
156 VideoProducer::Seek(bigtime_t media_time, bigtime_t performanceTime) in Seek() argument
158 BMediaEventLooper::Seek(media_time, performanceTime); in Seek()
503 bigtime_t how_much, bigtime_t performanceTime) in LateNoticeReceived() argument
505 TOUCH(source); TOUCH(how_much); TOUCH(performanceTime); in LateNoticeReceived()
555 VideoProducer::_HandleStart(bigtime_t performanceTime) in _HandleStart() argument
558 TRACE("_HandleStart(%lld)\n", performanceTime); in _HandleStart()
567 fPerformanceTimeBase = performanceTime; in _HandleStart()
604 VideoProducer::_HandleTimeWarp(bigtime_t performanceTime) in _HandleTimeWarp() argument
606 fPerformanceTimeBase = performanceTime; in _HandleTimeWarp()
615 VideoProducer::_HandleSeek(bigtime_t performanceTime) in _HandleSeek() argument
617 fPerformanceTimeBase = performanceTime; in _HandleSeek()
645 bigtime_t performanceTime = 0; in _FrameGeneratorThread() local
658 performanceTime = fManager->TimeForFrame(fFrame); in _FrameGeneratorThread()
661 + performanceTime, fBufferLatency); in _FrameGeneratorThread()
670 "playlist frame: %lld\n", performanceTime, playlistFrame); in _FrameGeneratorThread()
716 performanceTime); in _FrameGeneratorThread()
746 h->start_time = fPerformanceTimeBase + performanceTime; in _FrameGeneratorThread()