Home | History | Annotate | Download | only in test

Lines Matching refs:rtp

92 // RTP module
96 VCMRTPEncodeCompleteCallback(RtpRtcp* rtp) :
99 _RTPModule(rtp) {}
103 // RTP module
155 // Called by the RTP Sender - simulates sending packets through a network to the
156 // RTP receiver. User can set network conditions as: RTT, packet loss,
161 // Constructor input: (receive side) rtp module to send encoded data to
167 // Send Packet to receive side RTP module
169 // Send RTCP Packet to receive side RTP module
210 PacketRequester(RtpRtcp& rtp) :
211 _rtp(rtp) {}
240 // Protection callback - allows the VCM (media optimization) to inform the RTP
247 void RegisterRtpModule(RtpRtcp* rtp) {_rtp = rtp;}