Home
last modified time | relevance | path

Searched defs:PacketInfo (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.h259 struct PacketInfo { struct
260 PacketInfo(int64_t arrival_time_ms, uint16_t sequence_number) in PacketInfo() function
263 PacketInfo(int64_t arrival_time_ms, in PacketInfo() function
275 PacketInfo(int64_t creation_time_ms, in PacketInfo() function
289 int64_t creation_time_ms;
292 int64_t arrival_time_ms;
295 int64_t send_time_ms;
298 uint16_t sequence_number;
300 size_t payload_size;
302 bool was_paced;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dsend_time_history_unittest.cc47 class PacketInfo : public webrtc::PacketInfo { class
49 PacketInfo() : webrtc::PacketInfo(-1, 0, 0, 0, 0, false) {} in PacketInfo() function in webrtc::test::PacketInfo
50 PacketInfo(int64_t arrival_time_ms, uint16_t sequence_number) in PacketInfo() function in webrtc::test::PacketInfo
52 PacketInfo(int64_t arrival_time_ms, in PacketInfo() function in webrtc::test::PacketInfo
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.h67 } PacketInfo; typedef
/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp37 struct PacketInfo { struct
38 uint32_t hash;
39 const wchar_t* name;
40 XFA_PacketType packet_type;
41 const wchar_t* uri;
42 uint32_t flags;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonMachineFunctionInfo.h36 std::map<const MachineInstr*, unsigned> PacketInfo; variable
/external/llvm/lib/Target/Hexagon/
DHexagonMachineFunctionInfo.h36 std::map<const MachineInstr*, unsigned> PacketInfo; variable