HomeSort by relevance Sort by last modified time
    Searched refs:last_refresh_time_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
reference_picture_selection.cc 27 last_refresh_time_(0),
38 last_refresh_time_ = 0;
58 if (TimestampDiff(now_ts, last_refresh_time_) > rtt_) {
60 last_refresh_time_ = now_ts;
reference_picture_selection.h 72 uint32_t last_refresh_time_; member in class:webrtc::ReferencePictureSelection

Completed in 254 milliseconds