Searched refs:SupportedFormat (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_test.cc | 101 SupportedFormat format; in GetSupportedFormats() 149 SupportedFormat GetMaximumResolution(const SupportedFormats& formats) { in GetMaximumResolution() 150 SupportedFormat max_format; in GetMaximumResolution() 165 const SupportedFormat* FindFormatByResolution(const SupportedFormats& formats, in FindFormatByResolution() 168 const SupportedFormat* result_format = nullptr; in FindFormatByResolution() 181 const SupportedFormat* FindFormatByFourcc(const SupportedFormats& formats, in FindFormatByFourcc() 191 const SupportedFormat* GetResolutionForCropping( in GetResolutionForCropping() 326 SupportedFormat max_resolution = GetMaximumResolution(supported_formats); in TestResolutions() 330 required_resolutions.push_back(SupportedFormat(320, 240, 0, kFrameRate)); in TestResolutions() 331 required_resolutions.push_back(SupportedFormat(640, 480, 0, kFrameRate)); in TestResolutions() [all …]
|
D | common_types.h | 72 struct SupportedFormat { struct 73 SupportedFormat() {} in SupportedFormat() function 74 SupportedFormat(uint32_t w, uint32_t h, uint32_t fmt, uint32_t fps) in SupportedFormat() argument 88 typedef std::vector<SupportedFormat> SupportedFormats; argument
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 2797 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()
|