Home
last modified time | relevance | path

Searched refs:SyncSource (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/devel/ccrtp/ccrtp-2.1.2/src/ccrtp/
H A Diqueue.h134 getLink(const SyncSource& source) const in getLink()
138 setLink(SyncSource& source, void* link) in setLink()
146 setState(SyncSource& source, SyncSource::State ns) in setState()
150 setSender(SyncSource& source, bool active) in setSender()
475 SyncSource* s,
745 SyncSource* source;
896 typedef SyncSource value_type;
898 typedef const SyncSource* pointer;
899 typedef const SyncSource& reference;
964 isWaiting(const SyncSource* src = NULL) const;
[all …]
H A Dcqueue.h92 RTCPSenderInfo* getMRSenderInfo(SyncSource& src);
104 RTCPReceiverInfo* getMRReceiverInfo(SyncSource& srcFrom);
313 onGotSR(SyncSource& source, SendReport& SR, uint8 blocks);
326 onGotRR(SyncSource& source, RecvReport& RR, uint8 blocks);
333 onGotSDES(SyncSource& source, RTCPPacket& pkt);
345 onGotSDESChunk(SyncSource& source, SDESChunk& chunk, size_t len);
357 onGotAPP(SyncSource&, RTCPCompoundHandler::APPPacket&, in onGotAPP() argument
468 onSSRCCollision(const SyncSource&) in onSSRCCollision() argument
499 onGotGoodbye(const SyncSource&, const std::string&) in onGotGoodbye() argument
H A Dsources.h192 class __EXPORT SyncSource
243 SyncSource(uint32 ssrc);
245 ~SyncSource();
284 SyncSource(const SyncSource& source);
286 SyncSource&
287 operator=(const SyncSource& source);
H A Dqueuebase.h71 AppDataUnit(const IncomingRTPPkt& packet, const SyncSource& src);
118 inline const SyncSource&
156 const SyncSource* source;
H A Dext.h156 SyncSource &getPeer();
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/audio/bpm_sync/
H A Dbpm_sync.gd10 enum SyncSource {
15 var sync_source = SyncSource.SYSTEM_CLOCK
34 if sync_source == SyncSource.SYSTEM_CLOCK:
39 elif sync_source == SyncSource.SOUND_CLOCK:
49 sync_source = SyncSource.SYSTEM_CLOCK
57 sync_source = SyncSource.SOUND_CLOCK
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/admin-guide/blockdev/drbd/
H A Dconn-states-8.dot9 WFBitMapS -> SyncSource [ label = "receive_bitmap()" ]
11 SyncSource -> Connected
13 SyncSource -> PausedSyncS
15 PausedSyncS -> SyncSource
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/admin-guide/blockdev/drbd/
H A Dconn-states-8.dot9 WFBitMapS -> SyncSource [ label = "receive_bitmap()" ]
11 SyncSource -> Connected
13 SyncSource -> PausedSyncS
15 PausedSyncS -> SyncSource
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/admin-guide/blockdev/drbd/
H A Dconn-states-8.dot9 WFBitMapS -> SyncSource [ label = "receive_bitmap()" ]
11 SyncSource -> Connected
13 SyncSource -> PausedSyncS
15 PausedSyncS -> SyncSource
/dports/devel/ccrtp/ccrtp-2.1.2/demo/
H A Drtplisten.cpp68 void onNewSyncSource(const SyncSource& src) in onNewSyncSource()
75 void onGotSR(SyncSource& source, SendReport& SR, uint8 blocks) in onGotSR()
86 void onGotRR(SyncSource& source, RecvReport& RR, uint8 blocks) in onGotRR()
97 bool onGotSDESChunk(SyncSource& source, SDESChunk& chunk, size_t len) in onGotSDESChunk()
111 void onGotGoodbye(const SyncSource& source, const std::string& reason) in onGotGoodbye()
/dports/devel/ccrtp/ccrtp-2.1.2/phone/
H A Dphone.h160 virtual void gotHello(const SyncSource &src) in gotHello()
163 virtual void gotGoodbye(const SyncSource &src, in gotGoodbye()
182 void onGotHello(const SyncSource &src);
183 void onGotGoodbye(const SyncSource &src, const std::string& reason);
H A Drtp.cpp57 void RTPAudio::onGotHello(const SyncSource &src) in onGotHello()
72 void RTPAudio::onGotGoodbye(const SyncSource &src, const string& reason) in onGotGoodbye()
/dports/devel/ccrtp/ccrtp-2.1.2/src/
H A Dsource.cpp107 SyncSource::SyncSource(uint32 ssrc) : in SyncSource() function in SyncSource
112 SyncSource::~SyncSource() in ~SyncSource()
H A Dincqueue.cpp144 IncomingDataQueue::isWaiting(const SyncSource* src) const in isWaiting()
158 IncomingDataQueue::getFirstTimestamp(const SyncSource* src) const in getFirstTimestamp()
249 SyncSource* s = sourceLink->getSource(); in takeInDataPacket()
309 SyncSource *s = sourceLink.getSource(); in checkSSRCInIncomingRTPPkt()
472 IncomingDataQueue::getData(uint32 stamp, const SyncSource* src) in getData()
482 SyncSource &src = *(pl->getSourceLink()->getSource()); in getData()
496 IncomingDataQueue::getWaiting(uint32 timestamp, const SyncSource* src) in getWaiting()
638 SyncSource* src = srcLink.getSource(); in recordReception()
H A Dmembers.cpp235 new SyncSourceLink(this,new SyncSource(ssrc)); in getSourceBySSRC()
250 new SyncSourceLink(this,new SyncSource(ssrc)); in getSourceBySSRC()
264 new SyncSourceLink(this,new SyncSource(ssrc)); in getSourceBySSRC()
H A Ddata.cpp48 AppDataUnit::AppDataUnit(const IncomingRTPPkt& packet, const SyncSource& src): in AppDataUnit()
H A Dcontrol.cpp185 SyncSource *s = sourceLink.getSource(); in checkSSRCInRTCPPkt()
361 SyncSource* s = sourceLink->getSource(); in takeInControlPacket()
502 void QueueRTCPManager::onGotSR(SyncSource& source, SendReport& SR, uint8) in onGotSR()
509 void QueueRTCPManager::onGotRR(SyncSource& source, RecvReport& RR, uint8 blocks) in onGotRR()
558 setState(*(srcLink->getSource()),SyncSource::stateLeaving); in getBYE()
597 bool QueueRTCPManager::onGotSDES(SyncSource& source, RTCPPacket& pkt) in onGotSDES()
617 SyncSource& src = *( sourceLink->getSource() ); in onGotSDES()
629 bool QueueRTCPManager::onGotSDESChunk(SyncSource& source, SDESChunk& chunk, size_t len) in onGotSDESChunk()
670 SyncSource::stateActive); in onGotSDESChunk()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtransport_master_manager.h53 int add (SyncSource type, std::string const & name, bool removeable = true);
67 int set_current (SyncSource);
80 boost::shared_ptr<TransportMaster> master_by_type (SyncSource src) const;
H A Dtransport_master.h152 TransportMaster (SyncSource t, std::string const& name);
155 …static boost::shared_ptr<TransportMaster> factory (SyncSource, std::string const&, bool removeable…
333 SyncSource type () const in type()
414 SyncSource _type;
486 TimecodeTransportMaster (std::string const& name, SyncSource type);
/dports/net-mgmt/observium/observium/scripts/agent-local/
H A Ddrbd193 SyncSource => WARNING,
209 SyncSource => OK,
/dports/emulators/emu64/emu64-5.0.19/src/
H A Dmos6581_8085_voice.h33 int SyncSource; variable
H A Dmos6581_8085_class.cpp55 Voice[0]->SyncSource=2; in MOS6581_8085()
56 Voice[1]->SyncSource=0; in MOS6581_8085()
57 Voice[2]->SyncSource=1; in MOS6581_8085()
596 vs=Voice[v->SyncSource]; in OscZyklus()
658 vs = Voice[v->SyncSource]; in OscOutput()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dtransport_master.cc66 TransportMaster::TransportMaster (SyncSource t, std::string const & name) in TransportMaster()
347 SyncSource type; in factory()
372 TransportMaster::factory (SyncSource type, std::string const& name, bool removeable) in factory()
504 TimecodeTransportMaster::TimecodeTransportMaster (std::string const & name, SyncSource type) in TimecodeTransportMaster()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/desktop/synctex/evince/
H A DREADME28 2.91.3 -- add timestamp to SyncSource signal
106 - Fedora 15 -- 2.91.90 (timestamp for SyncView but NOT for SyncSource)
107 - Fedora 16 -- 3.20 (timestamp also in SyncSource)
H A DEvinceWindow.hpp76 void SyncSource(const QString &source_file, const QPoint &source_point, uint timestamp);

1234567