Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_test.cc66 V4L2Device* device, SupportedFormats* supported_formats) { in GetSupportedFormats()
117 SupportedFormat GetMaximumResolution(const SupportedFormats& formats) { in GetMaximumResolution()
131 const SupportedFormat* FindFormatByResolution(const SupportedFormats& formats, in FindFormatByResolution()
147 const SupportedFormat* FindFormatByFourcc(const SupportedFormats& formats, in FindFormatByFourcc()
254 SupportedFormats supported_formats; in TestResolutions()
262 SupportedFormats required_resolutions; in TestResolutions()
382 SupportedFormats supported_formats; in TestFirstFrameAfterStreamOn()
451 SupportedFormats supported_formats; in TestMinimumResolution()
Dcommon_types.h62 typedef std::vector<SupportedFormat> SupportedFormats; typedef
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp5325 uint8_t SupportedFormats; in parsePrefix() member
5356 if (~Prefix->SupportedFormats & CurrentFormat) { in parsePrefix()