HomeSort by relevance Sort by last modified time
    Searched defs:PacketList (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet.h 85 typedef std::list<Packet*> PacketList;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
forward_error_correction.h 116 typedef std::list<Packet*> PacketList;
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,
rtp_fec_unittest.cc 29 typedef std::list<ForwardErrorCorrection::Packet*> PacketList;
55 PacketList media_packet_list_;
56 PacketList fec_packet_list_;
81 void ReceivedPackets(const PacketList& packet_list, int* loss_mask,
605 PacketList protected_media_packets;
607 for (PacketList::iterator it = media_packet_list_.begin();
669 PacketList protected_media_packets;
671 for (PacketList::iterator it = media_packet_list_.begin();
740 PacketList protected_media_packets;
742 for (PacketList::iterator it = media_packet_list_.begin()
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
session_info.h 100 typedef std::list<VCMPacket> PacketList;
101 typedef PacketList::iterator PacketIterator;
102 typedef PacketList::const_iterator PacketIteratorConst;
103 typedef PacketList::reverse_iterator ReversePacketIterator;
155 PacketList packets_;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h 64 typedef std::list<RtpPacket*> PacketList;
75 int64_t GenerateFrame(int64_t time_now_us, PacketList* packets);
130 int64_t GenerateFrame(RtpStream::PacketList* packets, int64_t time_now_us);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2structs.h 212 PMPEG_RQST_PACKET PacketList[1];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]

Completed in 335 milliseconds