Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dreference_picture_selection.cc27 last_refresh_time_(0), in ReferencePictureSelection()
37 last_refresh_time_ = 0; in Init()
57 if (TimestampDiff(now_ts, last_refresh_time_) > rtt_) { in ReceivedSLI()
59 last_refresh_time_ = now_ts; in ReceivedSLI()
Dreference_picture_selection.h70 uint32_t last_refresh_time_; variable