OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SmoothEventSampler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/media/
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.h
16
class CONTENT_EXPORT
SmoothEventSampler
{
18
explicit
SmoothEventSampler
(base::TimeDelta capture_period,
51
DISALLOW_COPY_AND_ASSIGN(
SmoothEventSampler
);
102
SmoothEventSampler
sampler_;
Completed in 203 milliseconds