Home
last modified time | relevance | path

Searched refs:now_ts (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dreference_picture_selection.cc52 bool ReferencePictureSelection::ReceivedSLI(uint32_t now_ts) { in ReceivedSLI() argument
57 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() argument
86 if (TimestampDiff(now_ts, last_sent_ref_update_time_) > update_interval && in EncodeFlags()
99 last_sent_ref_update_time_ = now_ts; in EncodeFlags()
Dreference_picture_selection.h38 bool ReceivedSLI(uint32_t now_ts);
49 int EncodeFlags(int picture_id, bool send_refresh, uint32_t now_ts);