Home
last modified time | relevance | path

Searched refs:SupportedFormats (Results 1 – 4 of 4) 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);
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