Searched refs:supportedFormats (Results 1 – 4 of 4) sorted by relevance
95 const std::vector<SupportedV4L2Format>& supportedFormats, in isStreamCombinationSupported()98 config, supportedFormats, devCfg); in isStreamCombinationSupported()
269 const std::vector<SupportedV4L2Format>& supportedFormats,278 const std::vector<SupportedV4L2Format>& supportedFormats,
1827 const std::vector<SupportedV4L2Format>& supportedFormats, in isSupported() argument1876 for (const auto& v4l2Fmt : supportedFormats) { in isSupported()2211 const std::vector<SupportedV4L2Format>& supportedFormats, in isStreamCombinationSupported() argument2227 if (!isSupported(stream, supportedFormats, devCfg)) { in isStreamCombinationSupported()
2594 int supportedFormats[] = { in dev_get_supported_color_format() local2601 if (index > (sizeof(supportedFormats)/sizeof(*supportedFormats) - 1)) in dev_get_supported_color_format()2603 *colorFormat = supportedFormats[index]; in dev_get_supported_color_format()