HomeSort by relevance Sort by last modified time
    Searched refs:RtpPacket (Results 1 - 25 of 25) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
fec_test_helper.h 25 struct RtpPacket : public Packet {
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);
fec_test_helper.cc 28 RtpPacket* FrameGenerator::NextPacket(int offset, size_t length) {
29 RtpPacket* rtp_packet = new RtpPacket;
46 // Creates a new RtpPacket with the RED header added to the packet.
47 RtpPacket* FrameGenerator::BuildMediaRedPacket(const RtpPacket* packet) {
49 RtpPacket* red_packet = new RtpPacket;
61 // Creates a new RtpPacket with FEC payload and red header. Does this by
62 // creating a new fake media RtpPacket, clears the marker bit and adds a RE
    [all...]
fec_receiver_unittest.cc 50 std::list<RtpPacket*>* media_rtp_packets,
60 void VerifyReconstructedMediaPacket(const RtpPacket* packet, int times) {
70 void BuildAndAddRedMediaPacket(RtpPacket* packet) {
71 RtpPacket* red_packet = generator_->BuildMediaRedPacket(packet);
79 RtpPacket* red_packet = generator_->BuildFecRedPacket(packet);
106 std::list<RtpPacket*> media_rtp_packets;
113 std::list<RtpPacket*>::iterator it = media_rtp_packets.begin();
137 std::list<RtpPacket*> media_rtp_packets;
172 std::list<RtpPacket*> media_rtp_packets;
180 std::list<RtpPacket*>::iterator it = media_rtp_packets.begin()
    [all...]
producer_fec_unittest.cc 115 std::list<RtpPacket*> rtp_packets;
120 RtpPacket* rtp_packet = generator_->NextPacket(i, 10);
156 std::list<RtpPacket*> rtp_packets;
162 RtpPacket* rtp_packet = generator_->NextPacket(i * kNumPackets + j, 10);
189 RtpPacket* packet = generator_->NextPacket(0, 10);
producer_fec.h 21 struct RtpPacket;
rtp_sender_video.h 31 struct RtpPacket;
producer_fec.cc 35 struct RtpPacket {
rtp_sender_video.cc 32 struct RtpPacket {
  /external/webrtc/webrtc/test/
rtp_file_writer.h 29 virtual bool WritePacket(const RtpPacket* packet) = 0;
rtp_file_reader.h 21 struct RtpPacket {
45 virtual bool NextPacket(RtpPacket* packet) = 0;
rtp_file_reader_unittest.cc 33 test::RtpPacket packet;
74 test::RtpPacket packet;
84 test::RtpPacket packet;
rtp_file_writer_unittest.cc 31 test::RtpPacket packet;
49 test::RtpPacket packet;
rtp_file_writer.cc 41 bool WritePacket(const RtpPacket* packet) override {
rtp_file_reader.cc 94 virtual bool NextPacket(RtpPacket* packet) {
96 packet->length = RtpPacket::kMaxPacketBufferSize;
174 bool NextPacket(RtpPacket* packet) override {
176 packet->length = RtpPacket::kMaxPacketBufferSize;
342 bool NextPacket(RtpPacket* packet) override {
343 uint32_t length = RtpPacket::kMaxPacketBufferSize;
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtc_event_log_source.cc 35 const rtclog::RtpPacket* GetRtpPacket(const rtclog::Event& event) {
40 const rtclog::RtpPacket& rtp_packet = event.rtp_packet();
81 const rtclog::RtpPacket* rtp_packet = GetRtpPacket(event);
rtpcat.cc 40 webrtc::test::RtpPacket packet;
rtp_file_source.cc 58 RtpPacket temp_packet;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h 49 struct RtpPacket {
64 typedef std::list<RtpPacket*> PacketList;
remote_bitrate_estimator_unittest_helper.cc 64 RtpPacket* packet = new RtpPacket;
251 testing::RtpStream::RtpPacket* packet = packets.front();
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
rtp_to_text.cc 36 webrtc::test::RtpPacket packet;
bwe_rtp_play.cc 61 webrtc::test::RtpPacket packet;
  /external/webrtc/webrtc/call/
rtc_event_log2rtp_dump.cc 127 const webrtc::rtclog::RtpPacket& rtp_packet = event.rtp_packet();
143 webrtc::test::RtpPacket packet;
183 webrtc::test::RtpPacket packet;
rtc_event_log_unittest.cc 233 const rtclog::RtpPacket& rtp_packet = event.rtp_packet();
  /external/webrtc/webrtc/video/
replay.cc 283 test::RtpPacket packet;
  /external/webrtc/webrtc/modules/video_coding/test/
rtp_player.cc 452 test::RtpPacket next_packet_;

Completed in 382 milliseconds