Searched refs:fLatency (Results 1 - 20 of 20) sorted by relevance

/haiku/src/kits/midi2/
H A DMidiConsumer.cpp22 res = fLatency;
34 fLatency = 0LL;
H A DMidiRosterLooper.cpp244 cons->fLatency = latency;
447 if (cons->fLatency != latency) {
448 cons->fLatency = latency;
622 cons->fPort, cons->fLatency);
H A DMidiLocalConsumer.cpp66 } else if (fLatency != latency_) {
72 fLatency = latency_;
H A DMidiRoster.cpp296 msg.AddInt64("midi:latency", consumer->fLatency);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.h64 bigtime_t Latency() const { return fLatency; };
93 bigtime_t fLatency; member in class:ESDEndpoint
H A DESDEndpoint.cpp86 fLatency = 0LL;
250 fLatency = ping;
274 bigtime_t netLatency = (fLatency + ping) / 2; /* mean of both */
275 fprintf(stderr, "ESDEndpoint::Connect: Latency: server: %lld, net1: %lld, net2: %lld\n", serverLatency, fLatency, ping);
277 fLatency = netLatency + serverLatency;
H A DESDSinkNode.cpp650 int32 count = int32(fLatency / BufferDuration() + 1 + 1);
752 FindLatencyFor(channel->fOutput.destination, &fLatency, &id);
753 PRINT(("\tdownstream latency = %lld\n", fLatency));
757 //SetEventLatency(fLatency + fInternalLatency);
829 SetEventLatency(fLatency + fInternalLatency);
831 fprintf(stderr, "\tincreasing latency to %lld\n", fLatency + fInternalLatency);
H A DESDSinkNode.h337 bigtime_t fLatency; member in class:ESDSinkNode
/haiku/src/kits/game/
H A DGameProducer.cpp48 fLatency(0),
233 FindLatencyFor(fOutput.destination, &fLatency, &id);
256 SetEventLatency(fLatency + fInternalLatency);
269 int32 count = int32(fLatency / BufferDuration() + 2);
331 int32 count = int32(fLatency / BufferDuration() + 2);
367 SetEventLatency(fLatency + fInternalLatency);
389 fLatency = new_latency;
390 SetEventLatency(fLatency + fInternalLatency);
H A DGameProducer.h126 bigtime_t fLatency; member in class:GameProducer
/haiku/src/kits/media/
H A DSoundPlayNode.cpp421 FindLatencyFor(fOutput.destination, &fLatency, &id);
423 fLatency);
438 SetEventLatency(fLatency + fInternalLatency);
504 SetEventLatency(fLatency + fInternalLatency);
506 B_PRId64 "\n", fLatency + fInternalLatency);
570 fLatency = newLatency;
571 SetEventLatency(fLatency + fInternalLatency);
657 bigtime_t how_early = event->event_time - TimeSource()->Now() - fLatency - fInternalLatency;
667 SetEventLatency(fLatency + fInternalLatency);
799 int32 count = int32(fLatency / BufferDuratio
[all...]
H A DSoundPlayNode.h141 bigtime_t fLatency; member in class:BPrivate::SoundPlayNode
/haiku/headers/os/midi2/
H A DMidiConsumer.h35 bigtime_t fLatency; member in class:BMidiConsumer
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioProducer.h119 bigtime_t fLatency; member in class:AudioProducer
H A DAudioProducer.cpp140 fLatency(0),
350 int32 count = int32(fLatency / BufferDuration() + 1 + 1);
442 FindLatencyFor(fOutput.destination, &fLatency, &id);
452 SetEventLatency(fLatency + fInternalLatency);
521 SetEventLatency(fLatency + fInternalLatency);
579 fLatency = newLatency;
580 SetEventLatency(fLatency + fInternalLatency);
799 count = (int32)((fLatency + fInternalLatency)
/haiku/src/kits/media/legacy/
H A DOldAudioModule.h86 mk_time fLatency; member in class:BDACRenderer
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.h269 bigtime_t fLatency; member in class:OpenSoundNode
H A DOpenSoundNode.cpp1107 return channel->AllocateBuffers(BufferDuration(), fLatency);
1235 FindLatencyFor(channel->fOutput.destination, &fLatency, &id);
1236 TRACE("\tdownstream latency = %lld\n", fLatency);
1241 //SetEventLatency(fLatency + fInternalLatency);
1248 channel->AllocateBuffers(BufferDuration(), fLatency); local
1321 SetEventLatency(fLatency + fInternalLatency);
1324 fLatency + fInternalLatency);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.h246 bigtime_t fLatency; member in class:MultiAudioNode
H A DMultiAudioNode.cpp906 int32 count = int32(fLatency / BufferDuration() + 1 + 1);
1002 FindLatencyFor(channel->fOutput.destination, &fLatency, &id);
1003 PRINT(("\tdownstream latency = %" B_PRIdBIGTIME "\n", fLatency));
1008 //SetEventLatency(fLatency + fInternalLatency);
1076 SetEventLatency(fLatency + fInternalLatency);
1079 fLatency + fInternalLatency);
2073 int32 count = int32(fLatency / BufferDuration() + 1 + 1);
2076 "\n", fLatency, BufferDuration()));

Completed in 356 milliseconds