Searched refs:last_timestamp_ (Results 1 – 6 of 6) sorted by relevance
44 last_timestamp_(kNoTimestamp()), in VideoRendererImpl()298 if (drop_frames_ && last_timestamp_ != kNoTimestamp()) { in ThreadMain()301 (ready_frames_.front()->GetTimestamp() - last_timestamp_) / 2; in ThreadMain()324 last_timestamp_ = next_frame->GetTimestamp(); in PaintNextReadyFrame_Locked()343 last_timestamp_ = ready_frames_.front()->GetTimestamp(); in DropNextReadyFrame_Locked()500 last_timestamp_ = kNoTimestamp(); in OnVideoFrameStreamResetDone()519 last_timestamp_ = kNoTimestamp(); in DoStopOrError_Locked()
246 base::TimeDelta last_timestamp_; variable
122 last_timestamp_, in Encode()130 last_timestamp_ += 50; in Encode()183 last_timestamp_(0) { in VideoEncoderVpx()
57 int last_timestamp_; variable
591 if (!last_timestamp_.is_null()) { in ReportElapsedTime()593 (now - last_timestamp_).InSecondsF()); in ReportElapsedTime()607 last_timestamp_ = now; in ReportElapsedTime()
128 base::Time last_timestamp_; variable