Searched refs:v_start (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display_builtin.cpp | 547 uint32_t v_start, uint32_t v_end, in SetDisplayDppsAdROI() argument 554 if (h_start >= h_end || v_start >= v_end || factor_in > kMaxFactorVal || in SetDisplayDppsAdROI() 557 h_start, h_end, v_start, v_end, factor_in, factor_out); in SetDisplayDppsAdROI() 564 v_start >= panel_height || v_end > panel_height) { in SetDisplayDppsAdROI() 566 h_start, h_end, v_start, v_end, panel_width, panel_height); in SetDisplayDppsAdROI() 572 dpps_ad4_roi_cfg.v_start = v_start; in SetDisplayDppsAdROI()
|
D | hwc_display_builtin.h | 90 virtual HWC2::Error SetDisplayDppsAdROI(uint32_t h_start, uint32_t h_end, uint32_t v_start,
|
D | hwc_session_services.cpp | 654 uint32_t h_end, uint32_t v_start, uint32_t v_end, in SetDisplayDppsAdROI() argument 657 &HWCDisplay::SetDisplayDppsAdROI, h_start, h_end, v_start, v_end, in SetDisplayDppsAdROI()
|
D | hwc_session.h | 317 uint32_t v_start, uint32_t v_end, uint32_t factor_in,
|
D | hwc_display.h | 199 uint32_t v_start, uint32_t v_end, in SetDisplayDppsAdROI() argument
|
/hardware/qcom/sm8150/display/sdm/include/core/ |
D | display_interface.h | 172 uint32_t v_start; //!< start in vertical direction member
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_peripheral_drm.cpp | 252 ad4_roi_cfg_.v_x = params->v_start; in SetDppsFeature()
|