Searched defs:RtpPacket (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dfec_test_helper.h25 struct RtpPacket : public Packet { struct in namespace:webrtc
37 RtpPacket* NextPacket(int offset, size_t length);
39 // Creates a new RtpPacket with the RED header added to the packet.
40 RtpPacket* BuildMediaRedPacket(const RtpPacket* packet);
42 // Creates a new RtpPacket with FEC payload and red header. Does this by
43 // creating a new fake media RtpPacket, clears the marker bit and adds a RED
45 RtpPacket* BuildFecRedPacket(const Packet* packet);
H A Dproducer_fec.cc35 struct RtpPacket { struct in namespace:webrtc
H A Drtp_sender_video.cc32 struct RtpPacket { struct in namespace:webrtc
/external/webrtc/webrtc/test/
H A Drtp_file_reader.h21 struct RtpPacket { struct in namespace:webrtc::test
45 virtual bool NextPacket(RtpPacket* packet) = 0;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_unittest_helper.h49 struct RtpPacket { struct in class:webrtc::testing::RtpStream
64 typedef std::list<RtpPacket*> PacketList;

Completed in 128 milliseconds