Searched refs:performanceTime (Results 1 - 25 of 45) sorted by relevance

12

/haiku/src/add-ons/media/media-add-ons/multi_audio/
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;
H A DTimeComputer.h30 bigtime_t performanceTime; member in struct:TimeComputer::Entry
35 bigtime_t performanceTime);
/haiku/src/apps/cortex/addons/common/
H A DIParameterSet.cpp49 bigtime_t performanceTime,
53 // +++++ record performanceTime
47 setValue( int32 parameterID, bigtime_t performanceTime, const void* data, size_t size) argument
H A DIAudioOp.h78 // its destination is given by performanceTime (this should help
99 bigtime_t performanceTime) =0;
H A DIParameterSet.h59 bigtime_t performanceTime,
/haiku/src/apps/mediaplayer/supplier/
H A DVideoTrackSupplier.h25 bigtime_t* performanceTime,
29 virtual status_t SeekToTime(bigtime_t* performanceTime) = 0;
H A DProxyVideoSupplier.cpp57 bigtime_t performanceTime = 0; local
70 ret = fSupplier->ReadFrame(buffer, &performanceTime, format,
78 ret = fSupplier->ReadFrame(buffer, &performanceTime, format, wasCached);
H A DImageTrackVideoSupplier.h28 bigtime_t* performanceTime,
32 virtual status_t SeekToTime(bigtime_t* performanceTime);
H A DMediaTrackVideoSupplier.h28 bigtime_t* performanceTime,
32 virtual status_t SeekToTime(bigtime_t* performanceTime);
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 DImageTrackVideoSupplier.cpp88 ImageTrackVideoSupplier::ReadFrame(void* buffer, bigtime_t* performanceTime, argument
105 ImageTrackVideoSupplier::SeekToTime(bigtime_t* performanceTime) argument
/haiku/src/kits/media/
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/kits/media/experimental/
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);
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);
/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 DVideoProducer.h48 virtual void Start(bigtime_t performanceTime);
49 virtual void Stop(bigtime_t performanceTime, bool immediate);
51 bigtime_t performanceTime);
86 bigtime_t howMuch, bigtime_t performanceTime);
/haiku/headers/os/media/
H A DTimeSource.h31 virtual status_t SnoozeUntil(bigtime_t performanceTime,
37 bigtime_t RealTimeFor(bigtime_t performanceTime,
53 void PublishTime(bigtime_t performanceTime,
H A DMediaEventLooper.h38 virtual void Start(bigtime_t performanceTime);
39 virtual void Stop(bigtime_t performanceTime,
42 bigtime_t performanceTime);
/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/cortex/addons/audioOps/
H A DNullAudioOp.cpp58 bigtime_t performanceTime) {
52 process( const AudioBuffer& source, AudioBuffer& destination, double& sourceOffset, uint32& destinationOffset, uint32 framesRequired, bigtime_t performanceTime) argument
/haiku/src/apps/codycam/
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/mixer/
H A DAudioMixer.h52 virtual void Stop(bigtime_t performanceTime, bool immediate);
117 bigtime_t performanceTime);

Completed in 111 milliseconds

12