Searched refs:capture_period (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/media/capture/
H A Dvideo_capture_oracle.cc26 VideoCaptureOracle::VideoCaptureOracle(base::TimeDelta capture_period, argument
28 : capture_period_(capture_period),
79 SmoothEventSampler::SmoothEventSampler(base::TimeDelta capture_period, argument
83 capture_period_(capture_period),
85 token_bucket_capacity_(capture_period + capture_period / 2),
H A Dvideo_capture_oracle.h18 explicit SmoothEventSampler(base::TimeDelta capture_period,
23 // sampled based on the desired |capture_period|. The event is not recorded as
66 VideoCaptureOracle(base::TimeDelta capture_period,
83 base::TimeDelta capture_period() const { return capture_period_; } function in class:content::VideoCaptureOracle
H A Dvideo_capture_oracle_unittest.cc42 void TestRedundantCaptureStrategy(base::TimeDelta capture_period, argument
59 *t += capture_period * 4;
66 *t += capture_period; // Timer fires once every capture period.
75 const base::TimeDelta capture_period = base::TimeDelta::FromSeconds(1) / 30; local
79 SmoothEventSampler sampler(capture_period, true, redundant_capture_goal);
83 TestRedundantCaptureStrategy(capture_period, redundant_capture_goal,
115 const base::TimeDelta capture_period = base::TimeDelta::FromSeconds(1) / 30; local
119 SmoothEventSampler sampler(capture_period, true, redundant_capture_goal);
123 TestRedundantCaptureStrategy(capture_period, redundant_capture_goal,
161 const base::TimeDelta capture_period local
211 const base::TimeDelta capture_period = base::TimeDelta::FromSeconds(1) / 30; local
247 const base::TimeDelta capture_period = base::TimeDelta::FromSeconds(1) / 30; local
282 const base::TimeDelta capture_period = base::TimeDelta::FromSeconds(1) / 30; local
[all...]
H A Dcontent_video_capture_device_core.h69 base::TimeDelta capture_period() const { function in class:content::ThreadSafeCaptureOracle
70 return oracle_->capture_period();
H A Dcontent_video_capture_device_core.cc246 base::TimeDelta capture_period = base::TimeDelta::FromMicroseconds( local
250 new VideoCaptureOracle(capture_period,
H A Ddesktop_capture_device.cc401 base::TimeDelta capture_period = std::max( local
409 capture_period - last_capture_duration);
H A Ddesktop_capture_device_aura.cc218 timer_.Start(FROM_HERE, oracle_proxy_->capture_period(),
H A Dweb_contents_video_capture_device.cc387 timer_.Start(FROM_HERE, oracle_proxy->capture_period(),

Completed in 117 milliseconds