Searched refs:last_packet_log_ms_ (Results 1 – 2 of 2) sorted by relevance
60 last_packet_log_ms_(-1) { in ViEReceiver()287 if (now_ms - last_packet_log_ms_ > kPacketLogIntervalMs) { in InsertRTPPacket()298 last_packet_log_ms_ = now_ms; in InsertRTPPacket()
127 int64_t last_packet_log_ms_; variable