Searched refs:GetRtpContext (Results 1 – 6 of 6) sorted by relevance
78 void GetRtpContext(RtpContextParams& rtpContextParams);
567 void RtpEncoderNode::GetRtpContext(RtpContextParams& rtpContextParams) in GetRtpContext() function in RtpEncoderNode575 mRtpSession->GetRtpContext(ssrc, timestamp, seqNumber); in GetRtpContext()
113 void GetRtpContext(uint32_t& ssrc, uint32_t& timestamp, uint16_t& sequenceNumber);
131 reinterpret_cast<RtpEncoderNode*>(node)->GetRtpContext(rtpContextParams); in update()
125 reinterpret_cast<RtpEncoderNode*>(node)->GetRtpContext(rtpContextParams); in update()
575 void IRtpSession::GetRtpContext(uint32_t& ssrc, uint32_t& timestamp, uint16_t& sequenceNumber) in GetRtpContext() function in IRtpSession