Searched refs:now_ts (Results 1 – 2 of 2) sorted by relevance
52 bool ReferencePictureSelection::ReceivedSLI(uint32_t now_ts) { in ReceivedSLI() argument57 if (TimestampDiff(now_ts, last_refresh_time_) > rtt_) { in ReceivedSLI()59 last_refresh_time_ = now_ts; in ReceivedSLI()66 uint32_t now_ts) { in EncodeFlags() argument86 if (TimestampDiff(now_ts, last_sent_ref_update_time_) > update_interval && in EncodeFlags()99 last_sent_ref_update_time_ = now_ts; in EncodeFlags()
38 bool ReceivedSLI(uint32_t now_ts);49 int EncodeFlags(int picture_id, bool send_refresh, uint32_t now_ts);