Searched refs:max_format (Results 1 – 5 of 5) sorted by relevance
91 const VideoFormat& max_format) { in SetVideoCaptureDeviceMaxFormat() argument92 max_formats_[usb_id] = max_format; in SetVideoCaptureDeviceMaxFormat()95 const VideoFormat& max_format) const { in IsMaxFormatForDevice() argument99 max_format == found->second : in IsMaxFormatForDevice()
93 const VideoFormat& max_format) = 0;160 const VideoFormat& max_format);
183 const VideoFormat& max_format) { in SetVideoCaptureDeviceMaxFormat() argument184 max_formats_[usb_id] = max_format; in SetVideoCaptureDeviceMaxFormat()
301 void VideoCapturer::ConstrainSupportedFormats(const VideoFormat& max_format) { in ConstrainSupportedFormats() argument302 max_format_.reset(new VideoFormat(max_format)); in ConstrainSupportedFormats()303 LOG(LS_VERBOSE) << " ConstrainSupportedFormats " << max_format.ToString(); in ConstrainSupportedFormats()
233 void ConstrainSupportedFormats(const VideoFormat& max_format);