Searched defs:PacketInfo (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp_defines.h | 259 struct PacketInfo { struct 260 PacketInfo(int64_t arrival_time_ms, uint16_t sequence_number) in PacketInfo() argument 263 PacketInfo(int64_t arrival_time_ms, in PacketInfo() function 275 PacketInfo(int64_t creation_time_ms, in PacketInfo() argument 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/ |
D | send_time_history_unittest.cc | 47 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/ |
D | rtp_format_vp9.h | 67 } PacketInfo; typedef
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineFunctionInfo.h | 36 std::map<const MachineInstr*, unsigned> PacketInfo; variable
|