Home
last modified time | relevance | path

Searched refs:panel_x (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_primary.cpp328 uint32_t panel_x, panel_y; in Present() local
329 GetPanelResolution(&panel_x, &panel_y); in Present()
330 hbm_threshold_px_ = float(panel_x * panel_y) * hbm_threshold_pct_; in Present()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_builtin.cpp275 uint32_t panel_x, panel_y; in Present() local
276 GetPanelResolution(&panel_x, &panel_y); in Present()
277 hbm_threshold_px_ = float(panel_x * panel_y) * hbm_threshold_pct_; in Present()