Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_base.cpp1737 std::string attribute_field = {}; in GetColorPrimaryTransferFromAttributes() local
1745 attribute_field = it.second; in GetColorPrimaryTransferFromAttributes()
1747 pt.primaries = GetColorPrimariesFromAttribute(attribute_field); in GetColorPrimaryTransferFromAttributes()