Home
last modified time | relevance | path

Searched refs:SupportedFormat (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_test.cc95 SupportedFormat format; in GetSupportedFormats()
143 SupportedFormat GetMaximumResolution(const SupportedFormats& formats) { in GetMaximumResolution()
144 SupportedFormat max_format; in GetMaximumResolution()
157 const SupportedFormat* FindFormatByResolution(const SupportedFormats& formats, in FindFormatByResolution()
160 const SupportedFormat* result_format = nullptr; in FindFormatByResolution()
173 const SupportedFormat* FindFormatByFourcc(const SupportedFormats& formats, in FindFormatByFourcc()
285 SupportedFormat max_resolution = GetMaximumResolution(supported_formats); in TestResolutions()
289 required_resolutions.push_back(SupportedFormat(320, 240, 0, kFrameRate)); in TestResolutions()
290 required_resolutions.push_back(SupportedFormat(640, 480, 0, kFrameRate)); in TestResolutions()
291 required_resolutions.push_back(SupportedFormat(1280, 720, 0, kFrameRate)); in TestResolutions()
[all …]
Dcommon_types.h46 struct SupportedFormat { struct
47 SupportedFormat() {} in SupportedFormat() function
48 SupportedFormat(uint32_t w, uint32_t h, uint32_t fmt, uint32_t fps) in SupportedFormat() argument
62 typedef std::vector<SupportedFormat> SupportedFormats; argument
/external/clang/lib/Sema/
DSemaDeclAttr.cpp2797 SupportedFormat, enumerator
2812 .Cases("scanf", "printf", "printf0", "strfmon", SupportedFormat) in getFormatAttrKind()
2813 .Cases("cmn_err", "vcmn_err", "zcmn_err", SupportedFormat) in getFormatAttrKind()
2814 .Case("kprintf", SupportedFormat) // OpenBSD. in getFormatAttrKind()
2815 .Case("freebsd_kprintf", SupportedFormat) // FreeBSD. in getFormatAttrKind()
2816 .Case("os_trace", SupportedFormat) in getFormatAttrKind()