OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmoothEventSampler
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/renderer_host/media/
video_capture_oracle.h
16
class CONTENT_EXPORT
SmoothEventSampler
{
18
explicit
SmoothEventSampler
(base::TimeDelta capture_period,
51
DISALLOW_COPY_AND_ASSIGN(
SmoothEventSampler
);
102
SmoothEventSampler
sampler_;
video_capture_oracle.cc
79
SmoothEventSampler
::
SmoothEventSampler
(base::TimeDelta capture_period,
91
bool
SmoothEventSampler
::AddEventAndConsiderSampling(base::Time event_time) {
119
void
SmoothEventSampler
::RecordSample() {
140
bool
SmoothEventSampler
::IsOverdueForSamplingAt(base::Time event_time) const {
161
bool
SmoothEventSampler
::HasUnrecordedEvent() const {
video_capture_oracle_unittest.cc
15
SmoothEventSampler
* sampler, base::Time* t) {
26
SmoothEventSampler
* sampler, base::Time* t) {
36
SmoothEventSampler
* sampler, base::Time* t) {
70
SmoothEventSampler
sampler(capture_period, true, redundant_capture_goal);
110
SmoothEventSampler
sampler(capture_period, true, redundant_capture_goal);
156
SmoothEventSampler
sampler(capture_period, true, redundant_capture_goal);
206
SmoothEventSampler
sampler(capture_period, true, redundant_capture_goal);
242
SmoothEventSampler
sampler(capture_period, true, redundant_capture_goal);
276
SmoothEventSampler
sampler(capture_period, true, 1);
300
SmoothEventSampler
should_not_poll(timer_interval, true, 1)
[
all
...]
Completed in 51 milliseconds