Searched refs:convertToPixelFormat (Results 1 – 6 of 6) sorted by relevance
35 static bool convertToPixelFormat(const std::string& format, int32_t& pixelFormat);
65 bool ConfigManagerUtil::convertToPixelFormat(const string& format, int32_t& pixFormat) { in convertToPixelFormat() function in android::hardware::automotive::evs::V1_1::implementation::ConfigManagerUtil
179 if (ConfigManagerUtil::convertToPixelFormat(fmtAttr->Value(), pixFormat)) { in readCameraCapabilities()386 if (ConfigManagerUtil::convertToPixelFormat(fmtAttr->Value(), pixFormat)) { in readDisplayInfo()
38 static bool convertToPixelFormat(const std::string& in,
67 bool ConfigManagerUtil::convertToPixelFormat(const std::string& in, PixelFormat& out) { in convertToPixelFormat() function in ConfigManagerUtil
232 if (ConfigManagerUtil::convertToPixelFormat(fmtAttr->Value(), format)) { in readCameraCapabilities()452 if (ConfigManagerUtil::convertToPixelFormat(fmtAttr->Value(), format)) { in readDisplayInfo()