Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/include/utils/
Dformats.h60 bool IsWideColor(const ColorPrimaries &color_primary);
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_layers.cpp72 bool GetColorPrimary(const int32_t &dataspace, ColorPrimaries *color_primary) { in GetColorPrimary() argument
77 *color_primary = ColorPrimaries_BT709_5; in GetColorPrimary()
81 *color_primary = ColorPrimaries_BT601_6_525; in GetColorPrimary()
85 *color_primary = ColorPrimaries_BT601_6_625; in GetColorPrimary()
88 *color_primary = ColorPrimaries_DCIP3; in GetColorPrimary()
91 *color_primary = ColorPrimaries_BT2020; in GetColorPrimary()
144 bool IsBT2020(const ColorPrimaries &color_primary) { in IsBT2020() argument
145 switch (color_primary) { in IsBT2020()
Dhwc_layers.h43 bool GetColorPrimary(const int32_t &dataspace, ColorPrimaries *color_primary);
47 bool IsBT2020(const ColorPrimaries &color_primary);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.cpp72 bool GetColorPrimary(const int32_t &dataspace, ColorPrimaries *color_primary) { in GetColorPrimary() argument
77 *color_primary = ColorPrimaries_BT709_5; in GetColorPrimary()
81 *color_primary = ColorPrimaries_BT601_6_525; in GetColorPrimary()
85 *color_primary = ColorPrimaries_BT601_6_625; in GetColorPrimary()
88 *color_primary = ColorPrimaries_DCIP3; in GetColorPrimary()
91 *color_primary = ColorPrimaries_BT2020; in GetColorPrimary()
147 bool IsBT2020(const ColorPrimaries &color_primary) { in IsBT2020() argument
148 switch (color_primary) { in IsBT2020()
Dhwc_layers.h43 bool GetColorPrimary(const int32_t &dataspace, ColorPrimaries *color_primary);
47 bool IsBT2020(const ColorPrimaries &color_primary);
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_layers.h49 bool GetColorPrimary(const int32_t &dataspace, ColorPrimaries *color_primary);
53 bool IsBT2020(const ColorPrimaries &color_primary);
Dhwc_layers.cpp69 bool GetColorPrimary(const int32_t &dataspace, ColorPrimaries *color_primary) { in GetColorPrimary() argument
74 *color_primary = ColorPrimaries_BT709_5; in GetColorPrimary()
78 *color_primary = ColorPrimaries_BT601_6_525; in GetColorPrimary()
82 *color_primary = ColorPrimaries_BT601_6_625; in GetColorPrimary()
85 *color_primary = ColorPrimaries_DCIP3; in GetColorPrimary()
88 *color_primary = ColorPrimaries_BT2020; in GetColorPrimary()
138 bool IsBT2020(const ColorPrimaries &color_primary) { in IsBT2020() argument
139 switch (color_primary) { in IsBT2020()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_layers.h49 bool GetColorPrimary(const int32_t &dataspace, ColorPrimaries *color_primary);
53 bool IsBT2020(const ColorPrimaries &color_primary);
Dhwc_layers.cpp67 bool GetColorPrimary(const int32_t &dataspace, ColorPrimaries *color_primary) { in GetColorPrimary() argument
72 *color_primary = ColorPrimaries_BT709_5; in GetColorPrimary()
76 *color_primary = ColorPrimaries_BT601_6_525; in GetColorPrimary()
80 *color_primary = ColorPrimaries_BT601_6_625; in GetColorPrimary()
83 *color_primary = ColorPrimaries_DCIP3; in GetColorPrimary()
86 *color_primary = ColorPrimaries_BT2020; in GetColorPrimary()
146 bool IsBT2020(const ColorPrimaries &color_primary) { in IsBT2020() argument
147 switch (color_primary) { in IsBT2020()
/hardware/qcom/sdm845/display/sdm/libs/core/
Ddisplay_base.cpp661 const char *color_primary = ""; in Dump() local
672 z_order, flags, decimation, color_primary, range); in Dump()
681 char color_primary[8] = { 0 }; in Dump() local
701 snprintf(color_primary, sizeof(color_primary), "%d", color_metadata.colorPrimaries); in Dump()
710 z_order, flags, decimation, color_primary, range); in Dump()
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_base.cpp773 const char *color_primary = ""; in Dump() local
785 z_order, flags, decimation, color_primary, transfer, range); in Dump()
794 char color_primary[8] = { 0 }; in Dump() local
815 snprintf(color_primary, sizeof(color_primary), "%d", color_metadata.colorPrimaries); in Dump()
825 z_order, flags, decimation, color_primary, transfer, range); in Dump()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Ddisplay_base.cpp618 char color_primary[8] = { 0 }; in AppendDump() local
635 snprintf(color_primary, sizeof(color_primary), "%d", color_metadata.colorPrimaries); in AppendDump()
643 z_order, flags, decimation, color_primary, range); in AppendDump()
/hardware/qcom/display/msm8998/sdm/libs/core/
Ddisplay_base.cpp638 char color_primary[8] = { 0 }; in AppendDump() local
655 snprintf(color_primary, sizeof(color_primary), "%d", color_metadata.colorPrimaries); in AppendDump()
663 z_order, flags, decimation, color_primary, range); in AppendDump()
/hardware/qcom/display/msm8909/sdm/libs/core/
Ddisplay_base.cpp636 char color_primary[8] = { 0 }; in Dump() local
653 snprintf(color_primary, sizeof(color_primary), "%d", color_metadata.colorPrimaries); in Dump()
662 z_order, flags, decimation, color_primary, range); in Dump()