Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h409 HWC2_FORMAT_COMPONENT_1 = 1 << 1, /* The second component (eg, for RGBA_8888, this is G) */ enumerator
744 case HWC2_FORMAT_COMPONENT_1: return "SecondComponent"; in getFormatColorComponentName()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/
H A Dhwc_session.cpp539 HWC2_FORMAT_COMPONENT_0 | HWC2_FORMAT_COMPONENT_1 | in SetDisplayedContentSamplingEnabled()
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_session.cpp662 static constexpr int32_t validComponentMask = HWC2_FORMAT_COMPONENT_0 | HWC2_FORMAT_COMPONENT_1 | in SetDisplayedContentSamplingEnabled()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_session.cpp699 HWC2_FORMAT_COMPONENT_0 | HWC2_FORMAT_COMPONENT_1 | in SetDisplayedContentSamplingEnabled()