Searched refs:IDpp (Results 1 – 13 of 13) sorted by relevance
/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/ |
D | DisplayColorModule.h | 31 static int32_t eotf(const GsInterfaceType::IDpp::EotfData::ConfigType *config, 33 static int32_t gm(const GsInterfaceType::IDpp::GmData::ConfigType *config, 35 static int32_t dtm(const GsInterfaceType::IDpp::DtmData::ConfigType *config, 37 static int32_t oetf(const GsInterfaceType::IDpp::OetfData::ConfigType *config,
|
D | DisplayColorModule.cpp | 45 int32_t ColorDrmBlobFactory::eotf(const GsInterfaceType::IDpp::EotfData::ConfigType *config, in eotf() 73 int32_t ColorDrmBlobFactory::gm(const GsInterfaceType::IDpp::GmData::ConfigType *config, in gm() 96 int32_t ColorDrmBlobFactory::dtm(const GsInterfaceType::IDpp::DtmData::ConfigType *config, in dtm() 134 int32_t ColorDrmBlobFactory::oetf(const GsInterfaceType::IDpp::OetfData::ConfigType *config, in oetf()
|
D | ColorManager.h | 50 const GsInterfaceType::IDpp& getDppForLayer(ExynosMPPSource* layer);
|
D | ColorManager.cpp | 185 const ColorManager::GsInterfaceType::IDpp& ColorManager::getDppForLayer(ExynosMPPSource* layer) { in getDppForLayer()
|
/hardware/google/graphics/zuma/libhwc2.1/libcolormanager/ |
D | DisplayColorModule.h | 33 static int32_t eotf(const GsInterfaceType::IDpp::EotfData::ConfigType *config, 35 static int32_t gm(const GsInterfaceType::IDpp::GmData::ConfigType *config, 37 static int32_t dtm(const GsInterfaceType::IDpp::DtmData::ConfigType *config, 39 static int32_t oetf(const GsInterfaceType::IDpp::OetfData::ConfigType *config,
|
D | DisplayColorModule.cpp | 46 int32_t ColorDrmBlobFactory::eotf(const GsInterfaceType::IDpp::EotfData::ConfigType *config, in eotf() 78 int32_t ColorDrmBlobFactory::gm(const GsInterfaceType::IDpp::GmData::ConfigType *config, in gm() 101 int32_t ColorDrmBlobFactory::dtm(const GsInterfaceType::IDpp::DtmData::ConfigType *config, in dtm() 139 int32_t ColorDrmBlobFactory::oetf(const GsInterfaceType::IDpp::OetfData::ConfigType *config, in oetf()
|
/hardware/google/graphics/zuma/include/zuma/displaycolor/ |
D | displaycolor_zuma.h | 90 struct IDpp struct 96 virtual ~IDpp() {} in ~IDpp() argument 166 virtual std::vector<std::reference_wrapper<const IDpp>> Dpp() const = 0;
|
/hardware/google/graphics/gs101/include/gs101/displaycolor/ |
D | displaycolor_gs101.h | 151 struct IDpp struct 157 virtual ~IDpp() {} in ~IDpp() argument 308 virtual std::vector<std::reference_wrapper<const IDpp>> Dpp() const = 0;
|
/hardware/google/graphics/gs201/libacryl_plugins/ |
D | libacryl_hdr_plugin.cpp | 91 std::array<displaycolor::IDisplayColorGS101::IDpp *, MAX_LAYER_COUNT> mLayerData{}; 146 …void updateTmCoef(const displaycolor::IDisplayColorGS101::IDpp::DtmData::ConfigType &config, uint3… in updateTmCoef() 177 mLayerData[index] = reinterpret_cast<displaycolor::IDisplayColorGS101::IDpp *>(data); in setLayerOpaqueData()
|
/hardware/google/graphics/gs101/libacryl_plugins/ |
D | libacryl_hdr_plugin.cpp | 91 std::array<displaycolor::IDisplayColorGS101::IDpp *, MAX_LAYER_COUNT> mLayerData{}; 146 …void updateTmCoef(const displaycolor::IDisplayColorGS101::IDpp::DtmData::ConfigType &config, uint3… in updateTmCoef() 177 mLayerData[index] = reinterpret_cast<displaycolor::IDisplayColorGS101::IDpp *>(data); in setLayerOpaqueData()
|
/hardware/google/graphics/zuma/libacryl_plugins/ |
D | libacryl_hdr_plugin.cpp | 111 std::array<displaycolor::IDisplayColorZuma::IDpp *, MAX_LAYER_COUNT> mLayerData{}; 166 …void updateTmCoef(const displaycolor::IDisplayColorZuma::IDpp::DtmData::ConfigType &config, uint32… in updateTmCoef() 200 mLayerData[index] = reinterpret_cast<displaycolor::IDisplayColorZuma::IDpp *>(data); in setLayerOpaqueData()
|
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterfaceModule.h | 124 const typename GsInterfaceType::IDpp &dpp,
|
D | ExynosDisplayDrmInterfaceModule.cpp | 247 const typename GsInterfaceType::IDpp &dpp, in setPlaneColorBlob() 368 const typename GsInterfaceType::IDpp& dpp = colorManager->getDppForLayer(mppSource); in setPlaneColorSetting()
|