Home
last modified time | relevance | path

Searched refs:SDE_VIG_3D_LUT_GAMUT_V5 (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_pp_manager.cpp161 } else if (i >= (uint32_t)DRMProperty::SDE_VIG_3D_LUT_GAMUT_V5 && in Init()
165 … pp_prop_map_[kFeatureVigGamut].version = i - (uint32_t)DRMProperty::SDE_VIG_3D_LUT_GAMUT_V5 + 5; in Init()
Ddrm_property.h140 SDE_VIG_3D_LUT_GAMUT_V5, enumerator
Ddrm_property.cpp133 if (name == "SDE_VIG_3D_LUT_GAMUT_V5") { return DRMProperty::SDE_VIG_3D_LUT_GAMUT_V5; } in GetPropertyEnum()
Ddrm_plane.cpp590 if ((uint32_t)prop_enum >= (uint32_t)DRMProperty::SDE_VIG_3D_LUT_GAMUT_V5 && in ParseProperties()
593 ((uint32_t)prop_enum - (uint32_t)DRMProperty::SDE_VIG_3D_LUT_GAMUT_V5 + 5); in ParseProperties()