Searched defs:PacketList (Results 1 - 9 of 9) sorted by path

/external/chromium_org/media/cast/
H A Dcast_config.h165 typedef PacketList PacketList; typedef in namespace:media::cast
/external/chromium_org/media/cast/net/
H A Dcast_transport_config.h126 typedef std::vector<PacketRef> PacketList; typedef in namespace:media::cast
/external/chromium_org/media/cast/net/pacing/
H A Dpaced_sender.h176 typedef std::map<PacketKey, std::pair<PacketType, PacketRef> > PacketList; typedef in class:media::cast::PacedSender
177 PacketList packet_list_;
178 PacketList priority_packet_list_;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dpacket.h85 typedef std::list<Packet*> PacketList; typedef in namespace:webrtc
/external/chromium_org/third_party/webrtc/modules/pacing/
H A Dpaced_sender.cc62 class PacketList { class in namespace:webrtc::paced_sender
64 PacketList() {}; function in class:webrtc::paced_sender::PacketList
147 high_priority_packets_(new paced_sender::PacketList),
148 normal_priority_packets_(new paced_sender::PacketList),
149 low_priority_packets_(new paced_sender::PacketList) {
199 paced_sender::PacketList* packet_list = NULL;
273 paced_sender::PacketList* packet_list;
293 bool PacedSender::SendPacketFromList(paced_sender::PacketList* packet_list)
328 bool PacedSender::ShouldSendNextPacket(paced_sender::PacketList** packet_list) {
379 paced_sender::PacketList* packet
[all...]
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_unittest_helper.h63 typedef std::list<RtpPacket*> PacketList; typedef in class:webrtc::testing::RtpStream
74 int64_t GenerateFrame(int64_t time_now_us, PacketList* packets);
129 int64_t GenerateFrame(RtpStream::PacketList* packets, int64_t time_now_us);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dforward_error_correction.h116 typedef std::list<Packet*> PacketList; typedef in class:webrtc::ForwardErrorCorrection
160 int32_t GenerateFEC(const PacketList& media_packet_list,
163 PacketList* fec_packet_list);
212 void GenerateFecUlpHeaders(const PacketList& media_packet_list,
222 int InsertZerosInBitMasks(const PacketList& media_packets,
247 void GenerateFecBitStrings(const PacketList& media_packet_list,
H A Drtp_fec_unittest.cc28 typedef std::list<ForwardErrorCorrection::Packet*> PacketList; typedef
50 PacketList media_packet_list_;
51 PacketList fec_packet_list_;
76 void ReceivedPackets(const PacketList& packet_list, int* loss_mask,
600 PacketList protected_media_packets;
602 for (PacketList::iterator it = media_packet_list_.begin();
664 PacketList protected_media_packets;
666 for (PacketList::iterator it = media_packet_list_.begin();
735 PacketList protected_media_packets;
737 for (PacketList
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dsession_info.h98 typedef std::list<VCMPacket> PacketList; typedef in class:webrtc::VCMSessionInfo
99 typedef PacketList::iterator PacketIterator;
100 typedef PacketList::const_iterator PacketIteratorConst;
101 typedef PacketList::reverse_iterator ReversePacketIterator;
155 PacketList packets_;

Completed in 590 milliseconds