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

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_oracle.h 42 const base::TimeDelta capture_period_; member in class:content::SmoothEventSampler
85 base::TimeDelta capture_period() const { return capture_period_; }
90 const base::TimeDelta capture_period_; member in class:content::VideoCaptureOracle
video_capture_oracle.cc 28 : capture_period_(capture_period),
31 sampler_(capture_period_,
83 capture_period_(capture_period),
88 DCHECK_GT(capture_period_.InMicroseconds(), 0);
116 return token_bucket_ >= capture_period_;
120 token_bucket_ -= capture_period_;
155 if (dirty_interval < capture_period_ * 4)

Completed in 45 milliseconds