OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMinFrameHeight
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/renderer_host/media/
video_capture_device_impl.h
21
const int
kMinFrameHeight
= 2;
video_capture_device_impl.cc
207
params.requested_format.frame_size.height() <
kMinFrameHeight
) {
web_contents_video_capture_device.cc
97
result.set_height(std::max(
kMinFrameHeight
, MakeEven(result.height())));
Completed in 137 milliseconds