OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:token_bucket_capacity_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/media/
video_capture_oracle.cc
85
token_bucket_capacity_
(capture_period + capture_period / 2),
87
token_bucket_(
token_bucket_capacity_
) {
103
if (token_bucket_ >
token_bucket_capacity_
)
104
token_bucket_ =
token_bucket_capacity_
;
video_capture_oracle.h
44
const base::TimeDelta
token_bucket_capacity_
;
member in class:content::SmoothEventSampler
Completed in 44 milliseconds