Home | History | Annotate | Download | only in test

Lines Matching refs:rtp

152         new RTPSendCompleteCallback(Clock::GetRealTimeClock(), "dump.rtp");
158 RtpRtcp* rtp = RtpRtcp::CreateRtpRtcp(configuration);
165 // registering codecs for the RTP module
192 TEST(rtp->RegisterSendPayload(video_codec) == 0);
194 // inform RTP Module of error resilience features
195 TEST(rtp->SetGenericFECStatus(fecEnabled, VCM_RED_PAYLOAD_TYPE,
235 PacketRequester packetRequester(*rtp);
238 VCMRTPEncodeCompleteCallback* encodeCompleteCallback = new VCMRTPEncodeCompleteCallback(rtp);
256 // inform RTP Module of error resilience features
259 rtp->SetFecParameters(&delta_params, &key_params);
265 SharedRTPState mtState(*vcm, *rtp); // receive side
266 SendSharedState mtSendState(*vcm, *rtp, args); // send side
373 delete rtp;
374 rtp = NULL;