Searched refs:SupportedFormats (Results 1 – 4 of 4) sorted by relevance
62 static bool FindBestFitFormat(const arc::SupportedFormats& supported_formats,63 const arc::SupportedFormats& qualified_formats,67 static bool FindFormatByResolution(const arc::SupportedFormats& formats,70 static arc::SupportedFormats GetQualifiedFormats(71 const arc::SupportedFormats& supported_formats);
108 const arc::SupportedFormats GetSupportedFormats();129 arc::SupportedFormats supported_formats_;131 arc::SupportedFormats qualified_formats_;
36 using arc::SupportedFormats;312 const SupportedFormats V4L2Wrapper::GetSupportedFormats() { in GetSupportedFormats()313 SupportedFormats formats; in GetSupportedFormats()
51 typedef std::vector<SupportedFormat> SupportedFormats; typedef