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.h64 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);
Dstream_format.cpp29 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()
Dv4l2_wrapper.cpp38 using arc::SupportedFormats;
314 const SupportedFormats V4L2Wrapper::GetSupportedFormats() { in GetSupportedFormats()
315 SupportedFormats formats; in GetSupportedFormats()
/hardware/libhardware/modules/camera/3_4/arc/
Dcommon_types.h51 typedef std::vector<SupportedFormat> SupportedFormats; typedef