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

  /external/chromium_org/media/video/capture/win/
capability_list_win.h 30 VideoCaptureFormat supported_format; member in struct:media::VideoCaptureCapabilityWin
  /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 39 milliseconds