Searched defs:supported_format (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/video/capture/win/
H A Dcapability_list_win.h30 VideoCaptureFormat supported_format; member in struct:media::VideoCaptureCapabilityWin
/external/chromium_org/media/video/capture/linux/
H A Dvideo_capture_device_factory_linux.cc131 VideoCaptureFormat supported_format; local
132 supported_format.pixel_format =
135 if (supported_format.pixel_format == PIXEL_FORMAT_UNKNOWN) {
145 supported_format.frame_size.SetSize(
187 supported_format.frame_rate = *it;
188 supported_formats->push_back(supported_format);
189 DVLOG(1) << device.name() << " " << supported_format.ToString();

Completed in 559 milliseconds