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

  /external/chromium_org/remoting/codec/
video_encoder_vpx.h 57 int last_timestamp_; member in class:remoting::VideoEncoderVpx
video_encoder_vpx.cc 122 last_timestamp_,
130 last_timestamp_ += 50;
183 last_timestamp_(0) {
  /external/chromium_org/remoting/host/
desktop_session_win.h 128 base::Time last_timestamp_; member in class:remoting::DesktopSessionWin
desktop_session_win.cc 591 if (!last_timestamp_.is_null()) {
593 (now - last_timestamp_).InSecondsF());
607 last_timestamp_ = now;
  /external/chromium_org/media/filters/
video_renderer_impl.cc 44 last_timestamp_(kNoTimestamp()),
298 if (drop_frames_ && last_timestamp_ != kNoTimestamp()) {
301 (ready_frames_.front()->GetTimestamp() - last_timestamp_) / 2;
324 last_timestamp_ = next_frame->GetTimestamp();
343 last_timestamp_ = ready_frames_.front()->GetTimestamp();
500 last_timestamp_ = kNoTimestamp();
519 last_timestamp_ = kNoTimestamp();
video_renderer_impl.h 107 // Calculates the duration to sleep for based on |last_timestamp_|,
246 base::TimeDelta last_timestamp_; member in class:media::VideoRendererImpl

Completed in 241 milliseconds