/external/webrtc/modules/rtp_rtcp/source/ |
D | flexfec_receiver_unittest.cc | 33 using PacketList = ForwardErrorCorrection::PacketList; typedef 72 PacketList* media_packets); 75 std::list<Packet*> EncodeFec(const PacketList& media_packets, 87 PacketList* media_packets) { in PacketizeFrame() 97 const PacketList& media_packets, in EncodeFec() 127 PacketList media_packets; in TEST_F() 146 PacketList media_packets; in TEST_F() 164 PacketList media_packets; in TEST_F() 180 PacketList media_packets; in TEST_F() 202 PacketList media_packets; in TEST_F() [all …]
|
D | ulpfec_receiver_unittest.cc | 58 void EncodeFec(const ForwardErrorCorrection::PacketList& media_packets, 66 ForwardErrorCorrection::PacketList* packets); 95 const ForwardErrorCorrection::PacketList& media_packets, in EncodeFec() 115 ForwardErrorCorrection::PacketList* packets) { in PacketizeFrame() 156 ForwardErrorCorrection::PacketList media_packets; in InjectGarbagePacketLength() 190 ForwardErrorCorrection::PacketList media_packets; in TEST_F() 228 ForwardErrorCorrection::PacketList media_packets; in TEST_F() 276 ForwardErrorCorrection::PacketList media_packets; in TEST_F() 298 ForwardErrorCorrection::PacketList media_packets; in TEST_F() 319 ForwardErrorCorrection::PacketList media_packets; in TEST_F() [all …]
|
D | fec_test_helper.h | 42 ForwardErrorCorrection::PacketList ConstructMediaPackets( 45 ForwardErrorCorrection::PacketList ConstructMediaPackets( 56 ForwardErrorCorrection::PacketList media_packets_;
|
D | forward_error_correction.h | 144 using PacketList = std::list<std::unique_ptr<Packet>>; variable 192 int EncodeFec(const PacketList& media_packets, 254 int InsertZerosInPacketMasks(const PacketList& media_packets, 258 void GenerateFecPayloads(const PacketList& media_packets,
|
D | fec_test_helper.cc | 45 ForwardErrorCorrection::PacketList MediaPacketGenerator::ConstructMediaPackets( in ConstructMediaPackets() 52 ForwardErrorCorrection::PacketList media_packets; in ConstructMediaPackets() 98 ForwardErrorCorrection::PacketList MediaPacketGenerator::ConstructMediaPackets( in ConstructMediaPackets()
|
D | rtp_fec_unittest.cc | 36 void DeepCopyEveryNthPacket(const ForwardErrorCorrection::PacketList& src, in DeepCopyEveryNthPacket() 38 ForwardErrorCorrection::PacketList* dst) { in DeepCopyEveryNthPacket() 88 ForwardErrorCorrection::PacketList media_packets_; 930 ForwardErrorCorrection::PacketList protected_media_packets; in TYPED_TEST() 995 ForwardErrorCorrection::PacketList protected_media_packets; in TYPED_TEST() 1067 ForwardErrorCorrection::PacketList protected_media_packets; in TYPED_TEST()
|
/external/oj-libjdwp/src/share/back/ |
D | debugLoop.c | 47 struct PacketList { struct 49 struct PacketList *next; argument 52 static volatile struct PacketList *cmdQueue; 280 struct PacketList *pL; in enqueue() 281 struct PacketList *walker; in enqueue() 283 pL = jvmtiAllocate((jint)sizeof(struct PacketList)); in enqueue() 297 walker = (struct PacketList *)cmdQueue; in enqueue() 309 struct PacketList *node = NULL; in dequeue() 318 node = (struct PacketList *)cmdQueue; in dequeue()
|
/external/webrtc/modules/video_coding/ |
D | session_info.h | 74 typedef std::list<VCMPacket> PacketList; typedef 75 typedef PacketList::iterator PacketIterator; 76 typedef PacketList::const_iterator PacketIteratorConst; 77 typedef PacketList::reverse_iterator ReversePacketIterator; 108 PacketList packets_;
|
/external/webrtc/modules/audio_coding/neteq/ |
D | red_payload_splitter.cc | 36 bool RedPayloadSplitter::SplitRed(PacketList* packet_list) { in SplitRed() 41 PacketList::iterator it = packet_list->begin(); in SplitRed() 100 PacketList new_packets; // An empty list to store the split packets in. in SplitRed() 147 PacketList* packet_list, in CheckRedPayloads()
|
D | red_payload_splitter_unittest.cc | 187 PacketList packet_list; in TEST() 207 PacketList packet_list; in TEST() 242 PacketList packet_list; in TEST() 292 PacketList packet_list; in TEST() 327 PacketList packet_list; in TEST() 352 PacketList packet_list; in TEST()
|
D | red_payload_splitter.h | 36 virtual bool SplitRed(PacketList* packet_list); 41 virtual void CheckRedPayloads(PacketList* packet_list,
|
D | timestamp_scaler.cc | 30 void TimestampScaler::ToInternal(PacketList* packet_list) { in ToInternal() 31 PacketList::iterator it; in ToInternal()
|
D | packet_buffer.cc | 108 PacketList::reverse_iterator rit = std::find_if( in InsertPacket() 122 PacketList::iterator it = rit.base(); in InsertPacket() 133 PacketList* packet_list, in InsertPacketList() 197 PacketList::const_iterator it; in NextHigherTimestamp()
|
D | neteq_impl.h | 228 PacketList* packet_list, 240 int Decode(PacketList* packet_list, 253 int DecodeLoop(PacketList* packet_list, 296 int DoRfc3389Cng(PacketList* packet_list, bool play_dtmf) 317 int ExtractPackets(size_t required_samples, PacketList* packet_list)
|
D | packet_buffer.h | 66 PacketList* packet_list, 150 PacketList buffer_;
|
D | timestamp_scaler.h | 45 virtual void ToInternal(PacketList* packet_list);
|
D | packet_buffer_unittest.cc | 197 PacketList list; in TEST() 236 PacketList list; in TEST() 347 PacketList list; in TEST() 416 PacketList list; in TEST() 479 PacketList list; in TEST() 561 PacketList list; in TEST()
|
/external/webrtc/modules/audio_coding/neteq/mock/ |
D | mock_red_payload_splitter.h | 21 MOCK_METHOD(bool, SplitRed, (PacketList * packet_list), (override)); 24 (PacketList * packet_list,
|
D | mock_packet_buffer.h | 33 (PacketList * packet_list,
|
/external/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimator_unittest_helper.h | 64 typedef std::list<RtpPacket*> PacketList; typedef 79 int64_t GenerateFrame(int64_t time_now_us, PacketList* packets); 134 int64_t GenerateFrame(RtpStream::PacketList* packets, int64_t time_now_us);
|
D | remote_bitrate_estimator_unittest_helper.cc | 59 int64_t RtpStream::GenerateFrame(int64_t time_now_us, PacketList* packets) { in GenerateFrame() 174 int64_t StreamGenerator::GenerateFrame(RtpStream::PacketList* packets, in GenerateFrame() 183 for (RtpStream::PacketList::iterator packet_it = packets->begin(); in GenerateFrame() 255 testing::RtpStream::PacketList packets; in GenerateAndProcessFrame()
|
/external/scapy/scapy/ |
D | sendrecv.py | 180 debug.recv = plist.PacketList([],"Unanswered") 181 debug.sent = plist.PacketList([],"Sent") 225 debug.sent=plist.PacketList(remain[:], "Sent") 236 return plist.SndRcvList(ans), plist.PacketList(remain, "Unanswered") 252 sent_packets = plist.PacketList() 481 return plist.SndRcvList(ans),plist.PacketList(unans) 536 return plist.SndRcvList(ans), plist.PacketList(remain, "Unanswered") 771 return plist.PacketList(lst,"Sniffed")
|
D | plist.py | 30 class PacketList(BasePacketList): class 41 elif isinstance(res, PacketList): 480 return SndRcvList(sr),PacketList(remain) 518 x=PacketList(name="Replaced %s" % self.listname) 541 class SndRcvList(PacketList): 544 PacketList.__init__(self, res, name, stats)
|
/external/scapy/scapy/layers/ |
D | dot11.py | 20 from scapy.plist import PacketList 459 class Dot11PacketList(PacketList): 464 PacketList.__init__(self, res, name, stats) 472 return PacketList(r2,name="Ether from %s"%self.listname)
|
D | lltd.py | 20 from scapy.plist import PacketList 812 if not isinstance(plist, PacketList): 813 plist = PacketList(plist)
|