Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/libhistogram/
Dhistogram_collector.cpp137 *supported_components = HWC2_FORMAT_COMPONENT_2; in getAttributes()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h410 HWC2_FORMAT_COMPONENT_2 = 1 << 2, /* The third component (eg, for RGBA_8888, this is B) */ enumerator
745 case HWC2_FORMAT_COMPONENT_2: return "ThirdComponent"; in getFormatColorComponentName()
/hardware/qcom/sdm845/display/libhistogram/
Dhistogram_collector.cpp373 *supported_components = HWC2_FORMAT_COMPONENT_2; in getAttributes()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.cpp700 HWC2_FORMAT_COMPONENT_2 | HWC2_FORMAT_COMPONENT_3; in SetDisplayedContentSamplingEnabled()