Searched refs:PacketList (Results 1 – 19 of 19) sorted by relevance
/external/chromium_org/media/cast/net/pacing/ |
D | paced_sender.h | 28 virtual bool SendPackets(const PacketList& packets) = 0; 30 virtual bool ResendPackets(const PacketList& packets) = 0; 45 virtual bool SendPackets(const PacketList& packets) OVERRIDE; 47 virtual bool ResendPackets(const PacketList& packets) OVERRIDE; 60 bool SendPacketsToTransport(const PacketList& packets, 61 PacketList* packets_not_sent); 71 PacketList packet_list_; 72 PacketList resend_packet_list_;
|
D | paced_sender_unittest.cc | 25 virtual bool SendPackets(const PacketList& packets) OVERRIDE { in SendPackets() 26 PacketList::const_iterator it = packets.begin(); in SendPackets() 67 PacketList CreatePacketList(size_t packet_size, int num_of_packets_in_frame) { in CreatePacketList() 68 PacketList packets; in CreatePacketList() 84 PacketList packets = CreatePacketList(kSize1, 1); in TEST_F() 95 PacketList packets = CreatePacketList(kSize1, num_of_packets); in TEST_F() 128 PacketList first_frame_packets = in TEST_F() 131 PacketList second_frame_packets = in TEST_F() 134 PacketList nack_packets = in TEST_F() 189 PacketList first_frame_packets = in TEST_F() [all …]
|
D | paced_sender.cc | 30 bool PacedSender::SendPackets(const PacketList& packets) { in SendPackets() 37 bool PacedSender::ResendPackets(const PacketList& packets) { in ResendPackets() 44 bool PacedSender::SendPacketsToTransport(const PacketList& packets, in SendPacketsToTransport() 45 PacketList* packets_not_sent) { in SendPacketsToTransport() 54 PacketList packets_to_send; in SendPacketsToTransport() 55 PacketList::const_iterator first_to_store_it = packets.begin(); in SendPacketsToTransport() 106 PacketList packets_to_resend; in SendStoredPackets() 110 PacketList::iterator it = resend_packet_list_.begin(); in SendStoredPackets() 120 PacketList::iterator it = packet_list_.begin(); in SendStoredPackets()
|
D | mock_paced_packet_sender.h | 19 MOCK_METHOD1(SendPackets, bool(const PacketList& packets)); 20 MOCK_METHOD1(ResendPackets, bool(const PacketList& packets));
|
/external/chromium_org/media/cast/net/rtp_sender/packet_storage/ |
D | packet_storage.cc | 33 void GetCopy(PacketList* packets) { in GetCopy() 126 PacketList PacketStorage::GetPackets( in GetPackets() 128 PacketList packets_to_resend; in GetPackets() 160 PacketList* packets) { in GetPacket()
|
D | packet_storage_unittest.cc | 35 PacketList packets; in TEST_F() 61 PacketList packets; in TEST_F() 82 PacketList packets; in TEST_F()
|
D | packet_storage.h | 36 PacketList GetPackets( 40 bool GetPacket(uint8 frame_id, uint16 packet_id, PacketList* packets);
|
/external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/ |
D | rtp_packetizer_unittest.cc | 60 virtual bool SendPackets(const PacketList& packets) OVERRIDE { in SendPackets() 62 PacketList::const_iterator it = packets.begin(); in SendPackets() 75 virtual bool ResendPackets(const PacketList& packets) OVERRIDE { in ResendPackets()
|
D | rtp_packetizer.cc | 92 PacketList packets; in Cast()
|
/external/chromium_org/media/cast/ |
D | cast_config.h | 179 typedef std::vector<Packet> PacketList; typedef 185 virtual bool SendPackets(const PacketList& packets) = 0;
|
/external/chromium_org/media/cast/logging/ |
D | logging_impl.h | 45 void InsertPacketListEvent(CastLoggingEvent event, const PacketList& packets);
|
D | logging_impl.cc | 80 const PacketList& packets) { in InsertPacketListEvent()
|
/external/chromium_org/chrome/renderer/media/ |
D | cast_session_delegate.h | 70 virtual bool SendPackets(const media::cast::PacketList& packets) OVERRIDE;
|
D | cast_session_delegate.cc | 121 const media::cast::PacketList& packets) { in SendPackets()
|
/external/chromium_org/media/cast/net/rtp_sender/ |
D | rtp_sender.cc | 68 PacketList packets_to_resend; in ResendPackets()
|
/external/chromium_org/media/cast/test/transport/ |
D | transport.cc | 140 virtual bool SendPackets(const PacketList& packets) OVERRIDE { in SendPackets()
|
/external/chromium_org/media/cast/rtcp/ |
D | rtcp_unittest.cc | 57 virtual bool SendPackets(const PacketList& packets) OVERRIDE { in SendPackets() 61 virtual bool ResendPackets(const PacketList& packets) OVERRIDE { in ResendPackets()
|
D | rtcp_sender_unittest.cc | 39 virtual bool SendPackets(const PacketList& packets) OVERRIDE { in SendPackets() 43 virtual bool ResendPackets(const PacketList& packets) OVERRIDE { in ResendPackets()
|
/external/chromium_org/media/cast/test/ |
D | end2end_unittest.cc | 93 virtual bool SendPackets(const PacketList& packets) OVERRIDE { in SendPackets()
|