Home
last modified time | relevance | path

Searched refs:underscan_height_ (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_external.cpp141 if ((underscan_width_ <= 0) || (underscan_height_ <= 0)) { in ApplyScanAdjustment()
146 float height_ratio = FLOAT(underscan_height_) / 100.0f; in ApplyScanAdjustment()
211 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &underscan_height_); in GetUnderScanConfig()
Dhwc_display_external.h59 int underscan_height_ = 0; variable
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display_external.cpp142 if ((underscan_width_ <= 0) || (underscan_height_ <= 0)) { in ApplyScanAdjustment()
147 float height_ratio = FLOAT(underscan_height_) / 100.0f; in ApplyScanAdjustment()
212 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &underscan_height_); in GetUnderScanConfig()
Dhwc_display_external.h59 int underscan_height_ = 0; variable
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_display_external.cpp143 if ((underscan_width_ <= 0) || (underscan_height_ <= 0)) { in ApplyScanAdjustment()
148 float height_ratio = FLOAT(underscan_height_) / 100.0f; in ApplyScanAdjustment()
276 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &underscan_height_); in GetUnderScanConfig()
Dhwc_display_external.h63 int underscan_height_ = 0; variable
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display_external.cpp143 if ((underscan_width_ <= 0) || (underscan_height_ <= 0)) { in ApplyScanAdjustment()
148 float height_ratio = FLOAT(underscan_height_) / 100.0f; in ApplyScanAdjustment()
276 HWCDebugHandler::Get()->GetProperty(EXTERNAL_ACTION_SAFE_HEIGHT_PROP, &underscan_height_); in GetUnderScanConfig()
Dhwc_display_external.h63 int underscan_height_ = 0; variable
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_external.cpp153 if ((underscan_width_ <= 0) || (underscan_height_ <= 0)) { in ApplyScanAdjustment()
158 float height_ratio = FLOAT(underscan_height_) / 100.0f; in ApplyScanAdjustment()
293 HWCDebugHandler::Get()->GetProperty(EXTERNAL_ACTION_SAFE_HEIGHT_PROP, &underscan_height_); in GetUnderScanConfig()
Dhwc_display_external.h64 int underscan_height_ = 0; variable
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_pluggable.cpp162 if ((underscan_width_ <= 0) || (underscan_height_ <= 0)) { in ApplyScanAdjustment()
167 float height_ratio = FLOAT(underscan_height_) / 100.0f; in ApplyScanAdjustment()
287 HWCDebugHandler::Get()->GetProperty(EXTERNAL_ACTION_SAFE_HEIGHT_PROP, &underscan_height_); in GetUnderScanConfig()
Dhwc_display_pluggable.h69 int underscan_height_ = 0; variable