Home
last modified time | relevance | path

Searched defs:PacketTime (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dasyncpacketsocket.h47 struct PacketTime { struct
48 PacketTime() : timestamp(-1), not_before(-1) {} in PacketTime() function
49 PacketTime(int64_t timestamp, int64_t not_before) in PacketTime() function
61 inline PacketTime CreatePacketTime(int64_t not_before) { in CreatePacketTime() argument
/external/webrtc/webrtc/
Dcommon_types.h771 struct PacketTime { struct
772 PacketTime() : timestamp(-1), not_before(-1) {} in PacketTime() argument
773 PacketTime(int64_t timestamp, int64_t not_before) in PacketTime() function
777 int64_t timestamp; // Receive time after socket delivers the data.
778 int64_t not_before; // Earliest possible time the data could have arrived,