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

  /external/chromium_org/media/video/capture/win/
capability_list_win.h 30 VideoCaptureFormat supported_format; member in struct:media::VideoCaptureCapabilityWin
capability_list_win.cc 36 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;
video_capture_device_win.cc 358 VideoCaptureFormat format = found_capability.supported_format;
524 capability.supported_format.frame_size.SetSize(h->bmiHeader.biWidth,
533 SIZE size = {capability.supported_format.frame_size.width(),
534 capability.supported_format.frame_size.height()};
552 capability.supported_format.frame_rate =
559 capability.frame_rate_numerator = capability.supported_format.frame_rate;
564 capability.supported_format.pixel_format = PIXEL_FORMAT_I420;
567 capability.supported_format.pixel_format = PIXEL_FORMAT_I420;
569 capability.supported_format.pixel_format = PIXEL_FORMAT_RGB24;
571 capability.supported_format.pixel_format = PIXEL_FORMAT_YUY2
    [all...]
video_capture_device_mf_win.cc 123 !GetFrameSize(type, &capability->supported_format.frame_size) ||
127 !FormatFromGuid(type_guid, &capability->supported_format.pixel_format)) {
131 capability->supported_format.frame_rate =
375 capture_format_ = found_capability.supported_format;
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 162 VideoCaptureFormat supported_format; local
163 supported_format.pixel_format =
165 if (supported_format.pixel_format == PIXEL_FORMAT_UNKNOWN) {
174 supported_format.frame_size.SetSize(
190 supported_format.frame_rate =
194 supported_format.frame_rate = 0;
205 supported_formats->push_back(supported_format);

Completed in 32 milliseconds