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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dfec_test_helper.h31 struct RtpPacket : public Packet { struct in namespace:webrtc
43 RtpPacket* NextPacket(int offset, size_t length);
45 // Creates a new RtpPacket with the RED header added to the packet.
46 RtpPacket* BuildMediaRedPacket(const RtpPacket* packet);
48 // Creates a new RtpPacket with FEC payload and red header. Does this by
49 // creating a new fake media RtpPacket, clears the marker bit and adds a RED
51 RtpPacket* BuildFecRedPacket(const Packet* packet);
H A Dproducer_fec.cc34 struct RtpPacket { struct in namespace:webrtc
H A Drtp_sender_video.cc29 struct RtpPacket { struct in namespace:webrtc
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_unittest_helper.h48 struct RtpPacket { struct in class:webrtc::testing::RtpStream
63 typedef std::list<RtpPacket*> PacketList;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dtest_util.h52 struct RtpPacket { struct

Completed in 113 milliseconds