Home
last modified time | relevance | path

Searched defs:rtpRecv (Results 1 – 3 of 3) sorted by relevance

/dports/net/yate/yate-6.4.0-1/libs/yrtp/
H A Ddejitter.cpp80 bool RTPDejitter::rtpRecv(bool marker, int payload, unsigned int timestamp, const void* data, int l… in rtpRecv() function in RTPDejitter
H A Dsession.cpp347 bool RTPReceiver::rtpRecv(bool marker, int payload, unsigned int timestamp, const void* data, int l… in rtpRecv() function in RTPReceiver
/dports/net/yate/yate-6.4.0-1/modules/
H A Dyjinglechan.cpp2266 JGRtpCandidate* rtpRecv = recv.m_rtpRemoteCandidates.findByComponent(component); in updateCandidate() local