Searched refs:supported_format (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/media/video/capture/win/
H A Dcapability_list_win.cc36 return item1.capability->supported_format.pixel_format <
37 item2.capability->supported_format.pixel_format;
69 diff.diff_width = it->supported_format.frame_size.width() - requested_width;
71 it->supported_format.frame_size.height() - requested_height;
H A Dcapability_list_win.h30 VideoCaptureFormat supported_format; member in struct:media::VideoCaptureCapabilityWin
H A Dvideo_capture_device_win.cc327 VideoCaptureFormat format = found_capability.supported_format;
518 capability.supported_format.pixel_format =
520 if (capability.supported_format.pixel_format == PIXEL_FORMAT_UNKNOWN)
525 capability.supported_format.frame_size.SetSize(h->bmiHeader.biWidth,
534 SIZE size = {capability.supported_format.frame_size.width(),
535 capability.supported_format.frame_size.height()};
553 capability.supported_format.frame_rate =
560 capability.frame_rate_numerator = capability.supported_format.frame_rate;
H A Dvideo_capture_device_mf_win.cc55 !GetFrameSize(type, &capability->supported_format.frame_size) ||
60 &capability->supported_format.pixel_format)) {
63 capability->supported_format.frame_rate =
269 capture_format_ = found_capability.supported_format;
/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 107 milliseconds