Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dpacket_arrival_history.h53 struct PacketArrival { struct
54 PacketArrival(int64_t rtp_timestamp_ms, int64_t arrival_time_ms) in PacketArrival() argument
59 bool operator<=(const PacketArrival& other) const { argument