Searched refs:SupportedFormats (Results 1 – 5 of 5) 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);
29 using arc::SupportedFormats;147 bool StreamFormat::FindBestFitFormat(const SupportedFormats& supported_formats, in FindBestFitFormat()148 const SupportedFormats& qualified_formats, in FindBestFitFormat()184 bool StreamFormat::FindFormatByResolution(const SupportedFormats& formats, in FindFormatByResolution()198 SupportedFormats StreamFormat::GetQualifiedFormats( in GetQualifiedFormats()199 const SupportedFormats& supported_formats) { in GetQualifiedFormats()202 SupportedFormats qualified_formats; in GetQualifiedFormats()
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