Searched refs:first_timestamp_ (Results 1 – 5 of 5) sorted by relevance
28 first_timestamp_(-1), in RateStatistics()37 first_timestamp_(other.first_timestamp_), in RateStatistics()52 first_timestamp_ = -1; in Reset()61 if (first_timestamp_ == -1 || num_samples_ == 0) { in Update()62 first_timestamp_ = now_ms; in Update()93 if (first_timestamp_ != -1) { in Rate()94 if (first_timestamp_ <= now_ms - current_window_size_ms_) { in Rate()101 active_window_size = now_ms - first_timestamp_ + 1; in Rate()145 if (first_timestamp_ != -1) { in SetWindowSize()150 first_timestamp_ = std::max(first_timestamp_, now_ms - window_size_ms + 1); in SetWindowSize()
87 int64_t first_timestamp_; variable
85 int first_timestamp_; // Timestamp of the first frame. member295 enc->first_timestamp_ = 0; in WebPAnimEncoderNewInternal()1366 enc->first_timestamp_ = timestamp; in WebPAnimEncoderAdd()1544 (uint32_t)enc->prev_timestamp_ - enc->first_timestamp_; in WebPAnimEncoderAssemble()
647 Timestamp first_timestamp() const { return first_timestamp_; } in RTC_POP_IGNORING_WUNDEF()896 Timestamp first_timestamp_ = Timestamp::PlusInfinity(); in RTC_POP_IGNORING_WUNDEF() local
1109 first_timestamp_ = Timestamp::PlusInfinity(); in Clear()1231 first_timestamp_ = Timestamp::PlusInfinity(); in ParseStream()1292 if (first_timestamp_ > last_timestamp_) { in ParseStream()1293 first_timestamp_ = last_timestamp_ = Timestamp::Zero(); in ParseStream()1562 first_timestamp_ = std::min(first_timestamp_, v.front().log_time()); in StoreFirstAndLastTimestamp()