Home
last modified time | relevance | path

Searched refs:last_timestamp_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/media/filters/
Dvideo_renderer_impl.cc44 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()
Dvideo_renderer_impl.h246 base::TimeDelta last_timestamp_; variable
/external/chromium_org/remoting/codec/
Dvideo_encoder_vpx.cc122 last_timestamp_, in Encode()
130 last_timestamp_ += 50; in Encode()
183 last_timestamp_(0) { in VideoEncoderVpx()
Dvideo_encoder_vpx.h57 int last_timestamp_; variable
/external/chromium_org/remoting/host/
Ddesktop_session_win.cc591 if (!last_timestamp_.is_null()) { in ReportElapsedTime()
593 (now - last_timestamp_).InSecondsF()); in ReportElapsedTime()
607 last_timestamp_ = now; in ReportElapsedTime()
Ddesktop_session_win.h128 base::Time last_timestamp_; variable