OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capture_format_640x480
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/media/video/capture/
fake_video_capture_device.cc
52
VideoCaptureFormat
capture_format_640x480
;
local
53
capture_format_640x480
.pixel_format = media::PIXEL_FORMAT_I420;
54
capture_format_640x480
.frame_size.SetSize(640, 480);
55
capture_format_640x480
.frame_rate = 1000 / kFakeCaptureTimeoutMs;
56
supported_formats->push_back(
capture_format_640x480
);
Completed in 131 milliseconds