OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsOverdueForSamplingAt
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/renderer_host/media/
video_capture_oracle_unittest.cc
20
ASSERT_FALSE(sampler->
IsOverdueForSamplingAt
(*t));
22
ASSERT_FALSE(sampler->
IsOverdueForSamplingAt
(*t));
29
ASSERT_FALSE(sampler->
IsOverdueForSamplingAt
(*t));
31
ASSERT_FALSE(sampler->
IsOverdueForSamplingAt
(*t));
38
ASSERT_TRUE(sampler->
IsOverdueForSamplingAt
(*t));
54
ASSERT_TRUE(sampler->
IsOverdueForSamplingAt
(*t))
59
ASSERT_FALSE(sampler->
IsOverdueForSamplingAt
(*t))
88
ASSERT_EQ(i >= 7, sampler.
IsOverdueForSamplingAt
(t));
96
ASSERT_TRUE(sampler.
IsOverdueForSamplingAt
(t));
132
ASSERT_EQ(i >= 5, sampler.
IsOverdueForSamplingAt
(t))
[
all
...]
video_capture_oracle.h
34
bool
IsOverdueForSamplingAt
(base::Time event_time) const;
video_capture_oracle.cc
46
should_sample = sampler_.
IsOverdueForSamplingAt
(event_time);
98
// called too often (e.g., as a reaction to
IsOverdueForSamplingAt
()), the
140
bool SmoothEventSampler::
IsOverdueForSamplingAt
(base::Time event_time) const {
Completed in 187 milliseconds