OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxCaptureDelay
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_capture/
video_capture_config.h
25
enum {
kMaxCaptureDelay
= 270}; // Max capture delay allowed in the precompiled capture delay values.
device_info_impl.cc
340
if (bestDelay >
kMaxCaptureDelay
)
343
<< " ms) too high, using " <<
kMaxCaptureDelay
345
bestDelay =
kMaxCaptureDelay
;
Completed in 32 milliseconds