Home
last modified time | relevance | path

Searched refs:SupportedFormats (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dstream_format.h62 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);
Dstream_format.cpp29 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()
Dv4l2_wrapper.h108 const arc::SupportedFormats GetSupportedFormats();
129 arc::SupportedFormats supported_formats_;
131 arc::SupportedFormats qualified_formats_;
Dv4l2_wrapper.cpp36 using arc::SupportedFormats;
312 const SupportedFormats V4L2Wrapper::GetSupportedFormats() { in GetSupportedFormats()
313 SupportedFormats formats; in GetSupportedFormats()
/hardware/libhardware/modules/camera/3_4/arc/
Dcommon_types.h51 typedef std::vector<SupportedFormat> SupportedFormats; typedef