HomeSort by relevance Sort by last modified time
    Searched refs:kMinFrameWidth (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/media/capture/
content_video_capture_device_core.h 26 const int kMinFrameWidth = 2;
content_video_capture_device_core.cc 230 if (params.requested_format.frame_size.width() < kMinFrameWidth ||
web_contents_video_capture_device.cc 97 result.set_width(std::max(kMinFrameWidth, MakeEven(result.width())));

Completed in 2665 milliseconds