Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.h424 float hdr_largest_layer_px_ = 0.0f; variable
Dhwc_display.cpp648 hdr_largest_layer_px_ = 0.0f; in BuildLayerStack()
733 hdr_largest_layer_px_ = std::max(hdr_largest_layer_px_, hdr_layer_area); in BuildLayerStack()
Dhwc_display_builtin.cpp283 const bool enable_hbm(hdr_largest_layer_px_ > hbm_threshold_px_); in Present()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display.h473 float hdr_largest_layer_px_ = 0.0f; variable
Dhwc_display.cpp685 hdr_largest_layer_px_ = 0.0f; in BuildLayerStack()
778 hdr_largest_layer_px_ = std::max(hdr_largest_layer_px_, hdr_layer_area); in BuildLayerStack()
Dhwc_display_primary.cpp336 const bool enable_hbm(hdr_largest_layer_px_ > hbm_threshold_px_); in Present()