Searched refs:performanceTime (Results 1 - 25 of 45) sorted by last modified time

12

/haiku/src/apps/codycam/
H A DVideoConsumer.cpp145 VideoConsumer::Start(bigtime_t performanceTime) argument
147 BMediaEventLooper::Start(performanceTime);
152 VideoConsumer::Stop(bigtime_t performanceTime, bool immediate) argument
154 BMediaEventLooper::Stop(performanceTime, immediate);
159 VideoConsumer::Seek(bigtime_t mediaTime, bigtime_t performanceTime) argument
161 BMediaEventLooper::Seek(mediaTime, performanceTime);
H A DVideoConsumer.h52 virtual void Start(bigtime_t performanceTime);
53 virtual void Stop(bigtime_t performanceTime, bool immediate);
55 bigtime_t performanceTime);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp1053 bigtime_t performanceTime)
1442 MultiAudioNode::SetParameterValue(int32 id, bigtime_t performanceTime, argument
1447 ", size: %" B_PRIuSIZE "\n", id, performanceTime, size));
1052 LateNoticeReceived(const media_source& what, bigtime_t howMuch, bigtime_t performanceTime) argument
H A DMultiAudioNode.h125 bigtime_t performanceTime);
H A DTimeComputer.cpp70 bigtime_t performanceTime = fPerformanceTimeBase local
72 _AddEntry(realTime, performanceTime);
77 fPerformanceTime = (performanceTime + estimatedPerformanceTime) / 2;
80 fDrift = double(fPerformanceTime - entry.performanceTime)
86 TimeComputer::_AddEntry(bigtime_t realTime, bigtime_t performanceTime) argument
91 entry.performanceTime = performanceTime;
/haiku/src/kits/media/
H A DSoundPlayNode.cpp479 bigtime_t performanceTime)
484 B_PRId64 "\n", howMuch, performanceTime);
478 LateNoticeReceived(const media_source& what, bigtime_t howMuch, bigtime_t performanceTime) argument
H A DBufferConsumer.cpp102 bigtime_t howMuch, bigtime_t performanceTime)
111 command.performance_time = performanceTime;
101 NotifyLateProducer(const media_source& whatSource, bigtime_t howMuch, bigtime_t performanceTime) argument
H A DMediaRecorderNode.h49 virtual void Start(bigtime_t performanceTime);
51 virtual void Stop(bigtime_t performanceTime,
55 bigtime_t performanceTime);
58 bigtime_t performanceTime);
83 bigtime_t performanceTime);
H A DMediaRecorderNode.cpp161 BMediaRecorderNode::Start(bigtime_t performanceTime) argument
167 BMediaRecorder::B_WILL_START, performanceTime); local
174 BMediaRecorderNode::Stop(bigtime_t performanceTime, bool immediate) argument
180 BMediaRecorder::B_WILL_STOP, performanceTime, immediate); local
187 BMediaRecorderNode::Seek(bigtime_t mediaTime, bigtime_t performanceTime) argument
193 BMediaRecorder::B_WILL_SEEK, performanceTime, mediaTime); local
198 BMediaRecorderNode::TimeWarp(bigtime_t realTime, bigtime_t performanceTime) argument
206 BMediaRecorder::B_WILL_TIMEWARP, realTime, performanceTime); local
278 bigtime_t performanceTime)
276 ProducerDataStatus( const media_destination& forWhom, int32 status, bigtime_t performanceTime) argument
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp136 VideoProducer::Start(bigtime_t performanceTime) argument
141 BMediaEventLooper::Start(performanceTime);
146 VideoProducer::Stop(bigtime_t performanceTime, bool immediate) argument
151 BMediaEventLooper::Stop(performanceTime, immediate);
156 VideoProducer::Seek(bigtime_t media_time, bigtime_t performanceTime) argument
158 BMediaEventLooper::Seek(media_time, performanceTime);
503 bigtime_t how_much, bigtime_t performanceTime)
505 TOUCH(source); TOUCH(how_much); TOUCH(performanceTime);
555 VideoProducer::_HandleStart(bigtime_t performanceTime) argument
558 TRACE("_HandleStart(%lld)\n", performanceTime);
502 LateNoticeReceived(const media_source &source, bigtime_t how_much, bigtime_t performanceTime) argument
604 _HandleTimeWarp(bigtime_t performanceTime) argument
615 _HandleSeek(bigtime_t performanceTime) argument
645 bigtime_t performanceTime = 0; local
[all...]
H A DVideoConsumer.cpp544 VideoConsumer::_SetPerformanceTimeBase(bigtime_t performanceTime) argument
546 fPerformanceTimeBase = performanceTime;
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp2300 bigtime_t performanceTime local
2302 float drift = (double)(performanceTime
2305 lastPerformanceTime = performanceTime;
2318 _UpdateTimeSource(performanceTime, realTime, drift);
2506 OpenSoundNode::_UpdateTimeSource(bigtime_t performanceTime, argument
2514 PublishTime(performanceTime, realTime, drift);
H A DOpenSoundNode.h245 void _UpdateTimeSource(bigtime_t performanceTime,
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp1011 bigtime_t performanceTime)
1018 performanceTime);
1024 if (performanceTime < fLastLateNotification)
1010 LateNoticeReceived(const media_source& what, bigtime_t howMuch, bigtime_t performanceTime) argument
H A DAudioMixer.h52 virtual void Stop(bigtime_t performanceTime, bool immediate);
117 bigtime_t performanceTime);
/haiku/src/kits/media/experimental/
H A DMediaClient.cpp356 bigtime_t performanceTime)
361 mediaTime, performanceTime);
394 BMediaClient::HandleStart(bigtime_t performanceTime) argument
401 BMediaClient::HandleStop(bigtime_t performanceTime) argument
408 BMediaClient::HandleSeek(bigtime_t mediaTime, bigtime_t performanceTime) argument
355 Seek(bigtime_t mediaTime, bigtime_t performanceTime) argument
H A DMediaClientNode.cpp100 BMediaClientNode::Start(bigtime_t performanceTime) argument
104 BMediaEventLooper::Start(performanceTime);
109 BMediaClientNode::Stop(bigtime_t performanceTime, bool immediate) argument
113 BMediaEventLooper::Stop(performanceTime, immediate);
118 BMediaClientNode::Seek(bigtime_t mediaTime, bigtime_t performanceTime) argument
122 BMediaEventLooper::Seek(mediaTime, performanceTime);
127 BMediaClientNode::TimeWarp(bigtime_t realTime, bigtime_t performanceTime) argument
131 BMediaEventLooper::TimeWarp(realTime, performanceTime);
H A DSimpleMediaClient.cpp61 BSimpleMediaClient::HandleStart(bigtime_t performanceTime) argument
66 performanceTime);
72 BSimpleMediaClient::HandleStop(bigtime_t performanceTime) argument
77 performanceTime);
83 BSimpleMediaClient::HandleSeek(bigtime_t mediaTime, bigtime_t performanceTime) argument
88 performanceTime, mediaTime);
H A DMediaClientNode.h44 virtual void Start(bigtime_t performanceTime);
46 virtual void Stop(bigtime_t performanceTime,
50 bigtime_t performanceTime);
53 bigtime_t performanceTime);
/haiku/headers/os/media/
H A DMediaNode.h193 status_t NodeStopped(bigtime_t performanceTime);
/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackVideoSupplier.cpp87 MediaTrackVideoSupplier::ReadFrame(void* buffer, bigtime_t* performanceTime, argument
135 if (performanceTime)
136 *performanceTime = fPerformanceTime;
175 MediaTrackVideoSupplier::SeekToTime(bigtime_t* performanceTime) argument
183 bigtime_t _performanceTime = *performanceTime;
184 status_t ret = fVideoTrack->FindKeyFrameForTime(performanceTime,
189 ret = fVideoTrack->SeekToTime(performanceTime);
191 if (_performanceTime != *performanceTime) {
193 "\n", _performanceTime, *performanceTime);
195 fPerformanceTime = *performanceTime;
[all...]
H A DProxyVideoSupplier.cpp57 bigtime_t performanceTime = 0; local
70 ret = fSupplier->ReadFrame(buffer, &performanceTime, format,
78 ret = fSupplier->ReadFrame(buffer, &performanceTime, format, wasCached);
/haiku/headers/private/media/experimental/
H A DSimpleMediaClient.h55 virtual void HandleStart(bigtime_t performanceTime);
56 virtual void HandleStop(bigtime_t performanceTime);
59 bigtime_t performanceTime);
H A DMediaClient.h119 bigtime_t performanceTime);
131 virtual void HandleStart(bigtime_t performanceTime);
132 virtual void HandleStop(bigtime_t performanceTime);
135 bigtime_t performanceTime);
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioProducer.cpp498 bigtime_t performanceTime)
501 performanceTime);
507 if (fLastLateNotice > performanceTime)
497 LateNoticeReceived(const media_source& what, bigtime_t howMuch, bigtime_t performanceTime) argument

Completed in 216 milliseconds

12