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

/haiku-fatelf/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-fatelf/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.h116 bigtime_t howMuch,
H A DAudioMixer.cpp997 AudioMixer::LateNoticeReceived(const media_source& what, bigtime_t howMuch, argument
1004 ERROR("AudioMixer::LateNoticeReceived, %Ld too late at %Ld\n", howMuch,
1014 fInternalLatency += howMuch;
1021 fLastLateNotification = TimeSource()->Now() + howMuch;
/haiku-fatelf/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.h86 bigtime_t howMuch, bigtime_t performanceTime);
/haiku-fatelf/src/kits/media/
H A DSoundPlayNode.h85 bigtime_t howMuch,
H A DSoundPlayNode.cpp476 SoundPlayNode::LateNoticeReceived(const media_source& what, bigtime_t howMuch, argument
482 B_PRId64 "\n", howMuch, performanceTime);
497 fInternalLatency += howMuch;
H A DBufferConsumer.cpp101 bigtime_t howMuch, bigtime_t performanceTime)
109 command.how_much = howMuch;
100 NotifyLateProducer(const media_source& whatSource, bigtime_t howMuch, bigtime_t performanceTime) argument
/haiku-fatelf/headers/os/media/
H A DBufferConsumer.h40 bigtime_t howMuch,
H A DBufferProducer.h116 bigtime_t howMuch,
/haiku-fatelf/src/tests/kits/media/nodetest/
H A DProducerNode.cpp262 ProducerNode::LateNoticeReceived(const media_source& what, bigtime_t howMuch, argument
/haiku-fatelf/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.h117 bigtime_t howMuch, bigtime_t performanceTime);
H A DMultiAudioNode.cpp1024 MultiAudioNode::LateNoticeReceived(const media_source& what, bigtime_t howMuch, argument
1047 fInternalLatency += howMuch;
/haiku-fatelf/src/apps/mediaplayer/
H A DMainWin.cpp850 bigtime_t howMuch; local
852 if (msg->FindInt64("how much", &howMuch) != B_OK
862 bigtime_t seekTime = fController->TimePosition() + howMuch;

Completed in 118 milliseconds