Searched refs:localSSRC (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/ |
D | RTPSender.h | 75 void appendSR(std::vector<uint8_t> *buffer, uint32_t localSSRC); 76 void appendSDES(std::vector<uint8_t> *buffer, uint32_t localSSRC); 78 void queueSR(uint32_t localSSRC); 79 void sendSR(uint32_t localSSRC); 82 uint32_t localSSRC, 89 uint32_t localSSRC, 96 void retransmitPackets(uint32_t localSSRC, uint16_t PID, uint16_t BLP);
|
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/ |
D | RTPSender.cpp | 326 void RTPSender::appendSR(std::vector<uint8_t> *buffer, uint32_t localSSRC) { in appendSR() argument 329 auto it = mSources.find(localSSRC); in appendSR() 344 SET_U32(&data[4], localSSRC); in appendSR() 361 (localSSRC == 0xdeadbeef || localSSRC == 0xcafeb0b0) in appendSR() 372 void RTPSender::appendSDES(std::vector<uint8_t> *buffer, uint32_t localSSRC) { in appendSDES() argument 388 SET_U32(&data[4], localSSRC); in appendSDES() 397 uint32_t localSSRC, in queueDLRR() argument 402 appendDLRR(&buffer, localSSRC, remoteSSRC, ntpHi, ntpLo); in queueDLRR() 409 uint32_t localSSRC, in appendDLRR() argument 427 SET_U32(&data[4], localSSRC); in appendDLRR() [all …]
|