Home | History | Annotate | Download | only in media

Lines Matching refs:supported_formats

112     const media::VideoCaptureFormats& supported_formats)
114 supported_formats(supported_formats) {}
437 media::VideoCaptureFormats* supported_formats) {
439 DCHECK(supported_formats->empty());
450 *supported_formats = existing_device->supported_formats;
606 media::VideoCaptureFormats supported_formats;
609 *it, &(device_info.supported_formats));
610 ConsolidateCaptureFormats(&device_info.supported_formats);