/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A 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()
|
H A D | hwc_display_builtin.h | 90 virtual HWC2::Error SetDisplayDppsAdROI(uint32_t h_start, uint32_t h_end, uint32_t v_start,
|
H A 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()
|
H A D | hwc_session.h | 317 uint32_t v_start, uint32_t v_end, uint32_t factor_in,
|
H A D | hwc_display.h | 199 uint32_t v_start, uint32_t v_end, in SetDisplayDppsAdROI() argument
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | omap3isp.h | 118 __u16 v_start; member 155 __u16 v_start; member
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_display_builtin.cpp | 816 uint32_t v_start, uint32_t v_end, in SetDisplayDppsAdROI() argument 823 if (h_start >= h_end || v_start >= v_end || factor_in > kMaxFactorVal || in SetDisplayDppsAdROI() 826 h_start, h_end, v_start, v_end, factor_in, factor_out); in SetDisplayDppsAdROI() 833 v_start >= panel_height || v_end > panel_height) { in SetDisplayDppsAdROI() 835 h_start, h_end, v_start, v_end, panel_width, panel_height); in SetDisplayDppsAdROI() 841 dpps_ad4_roi_cfg.v_start = v_start; in SetDisplayDppsAdROI()
|
H A D | hwc_session_services.cpp | 676 uint32_t h_end, uint32_t v_start, uint32_t v_end, in SetDisplayDppsAdROI() argument 679 &HWCDisplay::SetDisplayDppsAdROI, h_start, h_end, v_start, v_end, in SetDisplayDppsAdROI() 684 uint32_t h_end, uint32_t v_start, in SetDisplayDppsAdROI() argument 687 return hwc_session_->SetDisplayDppsAdROI(display_id, h_start, h_end, v_start, v_end, in SetDisplayDppsAdROI()
|
H A D | hwc_display_builtin.h | 112 virtual HWC2::Error SetDisplayDppsAdROI(uint32_t h_start, uint32_t h_end, uint32_t v_start,
|
H A D | hwc_session.h | 378 uint32_t v_start, uint32_t v_end, uint32_t factor_in, 460 uint32_t v_start, uint32_t v_end, uint32_t factor_in,
|
H A D | hwc_display.h | 237 uint32_t v_start, uint32_t v_end, in SetDisplayDppsAdROI() argument
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/core/ |
H A D | display_interface.h | 172 uint32_t v_start; //!< start in vertical direction member
|
/aosp12/hardware/qcom/sm7250/display/sdm/include/core/ |
H A D | display_interface.h | 175 uint32_t v_start; //!< start in vertical direction member
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
H A D | hw_peripheral_drm.cpp | 265 ad4_roi_cfg_.v_x = params->v_start; in SetDppsFeature()
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
H A D | hw_peripheral_drm.cpp | 329 ad4_roi_cfg_.v_x = params->v_start; in SetDppsFeature()
|