Searched refs:howMuch (Results 1 - 19 of 19) sorted by relevance

/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.h60 void _Wind(bigtime_t howMuch, int64 frames);
H A DPlaylistListView.cpp460 PlaylistListView::_Wind(bigtime_t howMuch, int64 frames) argument
469 bigtime_t seekTime = fController->TimePosition() + howMuch;
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioProducer.h72 bigtime_t howMuch,
H A DAudioProducer.cpp497 AudioProducer::LateNoticeReceived(const media_source& what, bigtime_t howMuch, argument
500 TRACE("%p->AudioProducer::LateNoticeReceived(%lld, %lld)\n", this, howMuch,
515 fInternalLatency += howMuch;
/haiku/src/kits/game/
H A DGameProducer.h87 bigtime_t howMuch,
H A DGameProducer.cpp349 GameProducer::LateNoticeReceived(const media_source& what, bigtime_t howMuch, argument
366 fInternalLatency += howMuch;
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.h86 bigtime_t howMuch, bigtime_t performanceTime);
/haiku/src/kits/media/
H A DSoundPlayNode.h85 bigtime_t howMuch,
H A DSoundPlayNode.cpp478 SoundPlayNode::LateNoticeReceived(const media_source& what, bigtime_t howMuch, argument
484 B_PRId64 "\n", howMuch, performanceTime);
499 fInternalLatency += howMuch;
H A DBufferConsumer.cpp102 bigtime_t howMuch, bigtime_t performanceTime)
110 command.how_much = howMuch;
101 NotifyLateProducer(const media_source& whatSource, bigtime_t howMuch, bigtime_t performanceTime) argument
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.h116 bigtime_t howMuch,
H A DAudioMixer.cpp1010 AudioMixer::LateNoticeReceived(const media_source& what, bigtime_t howMuch, argument
1017 ERROR("AudioMixer::LateNoticeReceived, %lld too late at %lld\n", howMuch,
1027 fInternalLatency += howMuch;
1034 fLastLateNotification = TimeSource()->Now() + howMuch;
/haiku/src/apps/mediaplayer/
H A DMainWin.h112 void _Wind(bigtime_t howMuch, int64 frames);
H A DMainWin.cpp1111 bigtime_t howMuch; local
1113 if (msg->FindInt64("how much", &howMuch) != B_OK
1118 _Wind(howMuch, frames);
2716 MainWin::_Wind(bigtime_t howMuch, int64 frames) argument
2725 bigtime_t seekTime = fController->TimePosition() + howMuch;
/haiku/headers/os/media/
H A DBufferConsumer.h40 bigtime_t howMuch,
H A DBufferProducer.h116 bigtime_t howMuch,
/haiku/src/tests/kits/media/nodetest/
H A DProducerNode.cpp276 ProducerNode::LateNoticeReceived(const media_source& what, bigtime_t howMuch, argument
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.h124 bigtime_t howMuch,
H A DMultiAudioNode.cpp1052 MultiAudioNode::LateNoticeReceived(const media_source& what, bigtime_t howMuch, argument
1075 fInternalLatency += howMuch;

Completed in 134 milliseconds