Home
last modified time | relevance | path

Searched refs:convertToPixelFormat (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/evs/1.1/default/
DConfigManagerUtil.h35 static bool convertToPixelFormat(const std::string& format, int32_t& pixelFormat);
DConfigManagerUtil.cpp65 bool ConfigManagerUtil::convertToPixelFormat(const string& format, int32_t& pixFormat) { in convertToPixelFormat() function in android::hardware::automotive::evs::V1_1::implementation::ConfigManagerUtil
DConfigManager.cpp179 if (ConfigManagerUtil::convertToPixelFormat(fmtAttr->Value(), pixFormat)) { in readCameraCapabilities()
386 if (ConfigManagerUtil::convertToPixelFormat(fmtAttr->Value(), pixFormat)) { in readDisplayInfo()
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DConfigManagerUtil.h38 static bool convertToPixelFormat(const std::string& in,
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DConfigManagerUtil.cpp67 bool ConfigManagerUtil::convertToPixelFormat(const std::string& in, PixelFormat& out) { in convertToPixelFormat() function in ConfigManagerUtil
DConfigManager.cpp232 if (ConfigManagerUtil::convertToPixelFormat(fmtAttr->Value(), format)) { in readCameraCapabilities()
452 if (ConfigManagerUtil::convertToPixelFormat(fmtAttr->Value(), format)) { in readDisplayInfo()