Home
last modified time | relevance | path

Searched defs:Packet (Results 1 – 25 of 75) sorted by relevance

123

/external/webrtc/modules/video_coding/
Dpacket_buffer.h35 struct Packet { struct
43 Packet& operator=(const Packet&) = delete; argument
44 Packet& operator=(Packet&&) = delete; argument
59 // Set and used internally by the PacketBuffer. argument
72 RtpPacketInfo packet_info; argument
75 std::vector<std::unique_ptr<Packet>> packets; argument
Dloss_notification_controller_unittest.cc28 struct Packet { struct
29 uint16_t seq_num;
30 bool first_in_frame;
31 bool is_keyframe;
32 int64_t frame_id;
33 std::vector<int64_t> frame_dependencies;
/external/webrtc/modules/audio_coding/neteq/
Dpacket.h28 struct Packet { struct
29 struct Priority {
77 RtpPacketInfo packet_info; argument
81 Packet(); argument
91 Packet& operator=(Packet&& b); argument
125 typedef std::list<Packet> PacketList; argument
/external/webrtc/modules/rtp_rtcp/source/
Drtp_packetizer_av1.h42 struct Packet { struct
43 explicit Packet(int first_obu_index) : first_obu(first_obu_index) {} in Packet() function
58 static int AdditionalBytesForPreviousObuElement(const Packet& packet); argument
Dulpfec_generator_unittest.cc67 struct Packet { in TEST_F() struct
68 size_t header_size; in TEST_F()
69 size_t payload_size; in TEST_F()
70 uint16_t seq_num; in TEST_F()
71 bool marker_bit; in TEST_F()
/external/webrtc/video/
Dsend_delay_stats.h56 struct Packet { struct
57 Packet(uint32_t ssrc, int64_t capture_time_ms, int64_t send_time_ms) in Packet() argument
65 typedef std::map<uint16_t, Packet, SequenceNumberOlderThan> PacketMap; argument
/external/webrtc/rtc_base/
Dtest_client.h29 struct Packet { struct
43 // Default timeout for NextPacket reads. argument
Dtest_client.cc161 TestClient::Packet::Packet(const SocketAddress& a, in Packet() function in rtc::TestClient::Packet
170 TestClient::Packet::Packet(const Packet& p) in Packet() function in rtc::TestClient::Packet
/external/pigweed/pw_rpc/
Dpacket_test.cc73 TEST(Packet, Encode) { in TEST() argument
84 TEST(Packet, Encode_BufferTooSmall) { in TEST() argument
93 TEST(Packet, Decode_ValidPacket) { in TEST() argument
108 TEST(Packet, Decode_InvalidPacket) { in TEST() argument
113 TEST(Packet, EncodeDecode) { in TEST() argument
148 TEST(Packet, PayloadUsableSpace_ExactFit) { in TEST() argument
153 TEST(Packet, PayloadUsableSpace_LargerVarints) { in TEST() argument
Dbase_client_call_test.cc31 [](BaseClientCall&, const Packet&) {}); in TEST()
58 [](BaseClientCall&, const Packet&) {}); in TEST()
/external/llvm-project/clang/test/CodeGenObjC/
Divar-layout-flexible-array.m16 struct Packet { struct
22 struct Packet flexible_struct; argument
/external/webrtc/modules/audio_coding/neteq/tools/
Dpacket.cc25 Packet::Packet(uint8_t* packet_memory, in Packet() function in webrtc::test::Packet
38 Packet::Packet(const RTPHeader& header, in Packet() function in webrtc::test::Packet
48 Packet::Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms) in Packet() function in webrtc::test::Packet
55 Packet::Packet(uint8_t* packet_memory, in Packet() function in webrtc::test::Packet
Drtc_event_log_source.h30 class Packet; variable
/external/llvm-project/lldb/tools/debugserver/source/
DRNBRemote.h272 struct Packet { struct
273 typedef std::vector<Packet> collection; argument
276 PacketEnum type; argument
277 HandlePacketCallback normal; // Function to call when inferior is halted argument
278 HandlePacketCallback async; // Function to call when inferior is running argument
282 bool IsPlatformPacket() const { in IsPlatformPacket() argument
292 Packet() in Packet() argument
296 Packet(PacketEnum in_type, HandlePacketCallback in_normal, in Packet() argument
/external/rust/crates/crossbeam-channel/src/flavors/
Dzero.rs22 struct Packet<T> { struct
33 impl<T> Packet<T> { impl
137 let packet = &*(token.zero as *const Packet<T>); in write() constant
166 let packet = &*(token.zero as *const Packet<T>); in read() constant
180 drop(Box::from_raw(packet as *const Packet<T> as *mut Packet<T>)); in read() constant
230 .register_with_packet(oper, &packet as *const Packet<T> as usize, cx); in send() constant
299 .register_with_packet(oper, &packet as *const Packet<T> as usize, cx); in recv() constant
/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker_unittest.cc27 struct Packet { struct
28 uint32_t mapping_name_id;
29 uint32_t build_id;
30 uint32_t frame_name_id;
31 uint32_t mapping_id;
32 uint32_t frame_id;
/external/llvm-project/clang/test/SemaObjC/
Dflexible-array.m168 struct Packet { struct
175 struct Packet flexible; argument
/external/rust/crates/gdbstub/src/protocol/
Dpacket.rs17 pub enum Packet<'a> { enum
117 impl<'a> Packet<'a> { implementation
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dmethod.h24 class Packet; variable
73 const Packet&) {} in InvalidInvoker()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DPacket.java31 public class Packet extends Object { class
119 Packet() in Packet() method in Packet
/external/eigen/test/
Dpacketmath.cpp116 typedef typename PacketTraits::type Packet; in packetmath() typedef
332 typedef typename PacketTraits::type Packet; in packetmath_real() typedef
487 typedef typename PacketTraits::type Packet; in packetmath_notcomplex() typedef
522 typedef typename PacketTraits::type Packet; in test_conj_helper() typedef
551 typedef typename PacketTraits::type Packet; in packetmath_complex() typedef
582 typedef typename PacketTraits::type Packet; in packetmath_scatter_gather() typedef
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/internal/
Dnanopb_method.h58 class Packet; variable
/external/rust/crates/parking_lot/src/
Dmutex.rs123 struct Packet<T>(Arc<(Mutex<T>, Condvar)>); struct
128 unsafe impl<T: Send> Send for Packet<T> {} implementation
129 unsafe impl<T> Sync for Packet<T> {} implementation
/external/webrtc/test/fuzzers/
Dulpfec_header_reader_fuzzer.cc20 using Packet = ForwardErrorCorrection::Packet; typedef
Dflexfec_header_reader_fuzzer.cc20 using Packet = ForwardErrorCorrection::Packet; typedef

123