Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/libhistogram/
H A Dhistogram_collector.cpp126 uint8_t *supported_components) const { in getAttributes()
127 if (!format || !dataspace || !supported_components) in getAttributes()
132 *supported_components = HWC2_FORMAT_COMPONENT_2; in getAttributes()
H A Dhistogram_collector.h54 uint8_t *supported_components) const;
/aosp12/hardware/qcom/sm8150/display/libhistogram/
H A Dhistogram_collector.cpp131 uint8_t* supported_components) const { in getAttributes()
132 if (!format || !dataspace || !supported_components) in getAttributes()
137 *supported_components = HWC2_FORMAT_COMPONENT_2; in getAttributes()
H A Dhistogram_collector.h58 uint8_t* supported_components) const;
/aosp12/hardware/qcom/sdm845/display/libhistogram/
H A Dhistogram_collector.h52 uint8_t* supported_components) const;
H A Dhistogram_collector.cpp367 uint8_t* supported_components) const { in getAttributes()
368 if (!format || !dataspace || !supported_components) in getAttributes()
373 *supported_components = HWC2_FORMAT_COMPONENT_2; in getAttributes()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/
H A Dhwc_display_primary.h91 uint8_t* supported_components) override;
H A Dhwc_display_primary.cpp871 … uint8_t* supported_components) { in GetDisplayedContentSamplingAttributes() argument
872 return histogram.getAttributes(format, dataspace, supported_components); in GetDisplayedContentSamplingAttributes()
H A Dhwc_display.h382 uint8_t* supported_components);
H A Dhwc_session.cpp551 uint8_t* supported_components) { in GetDisplayedContentSamplingAttributes() argument
554 format, dataspace, supported_components); in GetDisplayedContentSamplingAttributes()
H A Dhwc_display.cpp2418 uint8_t* supported_components) { in GetDisplayedContentSamplingAttributes() argument
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_display_builtin.h109 uint8_t* supported_components) override;
H A Dhwc_display_builtin.cpp964 … uint8_t* supported_components) { in GetDisplayedContentSamplingAttributes() argument
965 return histogram.getAttributes(format, dataspace, supported_components); in GetDisplayedContentSamplingAttributes()
H A Dhwc_display.h363 uint8_t* supported_components);
H A Dhwc_session.cpp711 uint8_t* supported_components) { in GetDisplayedContentSamplingAttributes() argument
714 format, dataspace, supported_components); in GetDisplayedContentSamplingAttributes()
H A Dhwc_display.cpp2561 uint8_t* supported_components) { in GetDisplayedContentSamplingAttributes() argument
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display_builtin.h145 uint8_t *supported_components);
H A Dhwc_display_builtin.cpp1257 int32_t *format, int32_t *dataspace, uint8_t *supported_components) { in GetDisplayedContentSamplingAttributes() argument
1258 return histogram.getAttributes(format, dataspace, supported_components); in GetDisplayedContentSamplingAttributes()
H A Dhwc_display.h434 uint8_t *supported_components);
H A Dhwc_session.h272 int32_t *dataspace, uint8_t *supported_components);
H A Dhwc_session.cpp672 uint8_t *supported_components) { in GetDisplayedContentSamplingAttributes() argument
674 dataspace, supported_components); in GetDisplayedContentSamplingAttributes()
H A Dhwc_display.cpp2477 uint8_t *supported_components) { in GetDisplayedContentSamplingAttributes() argument
/aosp12/hardware/google/graphics/common/libhwc2.1/
H A DExynosHWC.h150 uint8_t* /* mask of android_component_t */ supported_components);
/aosp12/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h2764 uint8_t* /* mask of android_component_t */ supported_components);