Searched refs:creation_time_ms (Results 1 – 5 of 5) sorted by relevance
275 PacketInfo(int64_t creation_time_ms, in PacketInfo()281 : creation_time_ms(creation_time_ms), in PacketInfo()289 int64_t creation_time_ms; member
56 if (clock_->TimeInMilliseconds() - it->second.creation_time_ms <= in EraseOld()
137 uint64 creation_time_ms = 2; // Rough current time (ms since epoch). field162 uint64 creation_time_ms = 5; // Rough current time (ms since epoch). field319 uint64 creation_time_ms = 10; // Rough current time (ms since epoch). field
93 int64_t send_time_ms = media_packet->creation_time_ms(); in RunFor()
47 virtual int64_t creation_time_ms() const { in creation_time_ms() function