Searched refs:SupportedFormats (Results 1 – 4 of 4) sorted by relevance
64 static bool FindBestFitFormat(const arc::SupportedFormats& supported_formats,65 const arc::SupportedFormats& qualified_formats,69 static bool FindFormatByResolution(const arc::SupportedFormats& formats,72 static arc::SupportedFormats GetQualifiedFormats(73 const arc::SupportedFormats& supported_formats);
29 using arc::SupportedFormats;150 bool StreamFormat::FindBestFitFormat(const SupportedFormats& supported_formats, in FindBestFitFormat()151 const SupportedFormats& qualified_formats, in FindBestFitFormat()187 bool StreamFormat::FindFormatByResolution(const SupportedFormats& formats, in FindFormatByResolution()201 SupportedFormats StreamFormat::GetQualifiedFormats( in GetQualifiedFormats()202 const SupportedFormats& supported_formats) { in GetQualifiedFormats()205 SupportedFormats qualified_formats; in GetQualifiedFormats()
38 using arc::SupportedFormats;314 const SupportedFormats V4L2Wrapper::GetSupportedFormats() { in GetSupportedFormats()315 SupportedFormats formats; in GetSupportedFormats()
51 typedef std::vector<SupportedFormat> SupportedFormats; typedef