/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_display_external.cpp | 148 uint32_t mixer_width = 0; in ApplyScanAdjustment() local 150 GetMixerResolution(&mixer_width, &mixer_height); in ApplyScanAdjustment() 152 if (mixer_width == 0 || mixer_height == 0) { in ApplyScanAdjustment() 153 DLOGV("Invalid mixer dimensions (%d, %d)", mixer_width, mixer_height); in ApplyScanAdjustment() 157 uint32_t new_mixer_width = UINT32(mixer_width * FLOAT(1.0f - width_ratio)); in ApplyScanAdjustment() 160 int x_offset = INT((FLOAT(mixer_width) * width_ratio) / 2.0f); in ApplyScanAdjustment() 163 display_frame->left = (display_frame->left * INT32(new_mixer_width) / INT32(mixer_width)) in ApplyScanAdjustment() 167 display_frame->right = ((display_frame->right * INT32(new_mixer_width)) / INT32(mixer_width)) + in ApplyScanAdjustment()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_display_external.cpp | 149 uint32_t mixer_width = 0; in ApplyScanAdjustment() local 151 GetMixerResolution(&mixer_width, &mixer_height); in ApplyScanAdjustment() 153 if (mixer_width == 0 || mixer_height == 0) { in ApplyScanAdjustment() 154 DLOGV("Invalid mixer dimensions (%d, %d)", mixer_width, mixer_height); in ApplyScanAdjustment() 158 uint32_t new_mixer_width = UINT32(mixer_width * FLOAT(1.0f - width_ratio)); in ApplyScanAdjustment() 161 int x_offset = INT((FLOAT(mixer_width) * width_ratio) / 2.0f); in ApplyScanAdjustment() 164 display_frame->left = (display_frame->left * INT32(new_mixer_width) / INT32(mixer_width)) in ApplyScanAdjustment() 168 display_frame->right = ((display_frame->right * INT32(new_mixer_width)) / INT32(mixer_width)) + in ApplyScanAdjustment()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_display_external.cpp | 188 uint32_t mixer_width = 0; in ApplyScanAdjustment() local 190 GetMixerResolution(&mixer_width, &mixer_height); in ApplyScanAdjustment() 192 if (mixer_width == 0 || mixer_height == 0) { in ApplyScanAdjustment() 193 DLOGV("Invalid mixer dimensions (%d, %d)", mixer_width, mixer_height); in ApplyScanAdjustment() 197 uint32_t new_mixer_width = UINT32(mixer_width * FLOAT(1.0f - width_ratio)); in ApplyScanAdjustment() 200 int x_offset = INT((FLOAT(mixer_width) * width_ratio) / 2.0f); in ApplyScanAdjustment() 203 display_frame->left = (display_frame->left * INT32(new_mixer_width) / INT32(mixer_width)) in ApplyScanAdjustment() 207 display_frame->right = ((display_frame->right * INT32(new_mixer_width)) / INT32(mixer_width)) + in ApplyScanAdjustment()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_display_external.cpp | 150 uint32_t mixer_width = 0; in ApplyScanAdjustment() local 152 GetMixerResolution(&mixer_width, &mixer_height); in ApplyScanAdjustment() 154 if (mixer_width == 0 || mixer_height == 0) { in ApplyScanAdjustment() 155 DLOGV("Invalid mixer dimensions (%d, %d)", mixer_width, mixer_height); in ApplyScanAdjustment() 159 uint32_t new_mixer_width = UINT32(mixer_width * FLOAT(1.0f - width_ratio)); in ApplyScanAdjustment() 162 int x_offset = INT((FLOAT(mixer_width) * width_ratio) / 2.0f); in ApplyScanAdjustment() 165 display_frame->left = (display_frame->left * INT32(new_mixer_width) / INT32(mixer_width)) in ApplyScanAdjustment() 169 display_frame->right = ((display_frame->right * INT32(new_mixer_width)) / INT32(mixer_width)) + in ApplyScanAdjustment()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_display_external.cpp | 150 uint32_t mixer_width = 0; in ApplyScanAdjustment() local 152 GetMixerResolution(&mixer_width, &mixer_height); in ApplyScanAdjustment() 154 if (mixer_width == 0 || mixer_height == 0) { in ApplyScanAdjustment() 155 DLOGV("Invalid mixer dimensions (%d, %d)", mixer_width, mixer_height); in ApplyScanAdjustment() 159 uint32_t new_mixer_width = UINT32(mixer_width * FLOAT(1.0f - width_ratio)); in ApplyScanAdjustment() 162 int x_offset = INT((FLOAT(mixer_width) * width_ratio) / 2.0f); in ApplyScanAdjustment() 165 display_frame->left = (display_frame->left * INT32(new_mixer_width) / INT32(mixer_width)) in ApplyScanAdjustment() 169 display_frame->right = ((display_frame->right * INT32(new_mixer_width)) / INT32(mixer_width)) + in ApplyScanAdjustment()
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_display_external.cpp | 160 uint32_t mixer_width = 0; in ApplyScanAdjustment() local 162 GetMixerResolution(&mixer_width, &mixer_height); in ApplyScanAdjustment() 164 if (mixer_width == 0 || mixer_height == 0) { in ApplyScanAdjustment() 165 DLOGV("Invalid mixer dimensions (%d, %d)", mixer_width, mixer_height); in ApplyScanAdjustment() 169 uint32_t new_mixer_width = UINT32(mixer_width * FLOAT(1.0f - width_ratio)); in ApplyScanAdjustment() 172 int x_offset = INT((FLOAT(mixer_width) * width_ratio) / 2.0f); in ApplyScanAdjustment() 175 display_frame->left = (display_frame->left * INT32(new_mixer_width) / INT32(mixer_width)) in ApplyScanAdjustment() 179 display_frame->right = ((display_frame->right * INT32(new_mixer_width)) / INT32(mixer_width)) + in ApplyScanAdjustment()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_display_external.cpp | 192 uint32_t mixer_width = 0; in ApplyScanAdjustment() local 194 GetMixerResolution(&mixer_width, &mixer_height); in ApplyScanAdjustment() 196 if (mixer_width == 0 || mixer_height == 0) { in ApplyScanAdjustment() 197 DLOGV("Invalid mixer dimensions (%d, %d)", mixer_width, mixer_height); in ApplyScanAdjustment() 201 uint32_t new_mixer_width = UINT32(mixer_width * FLOAT(1.0f - width_ratio)); in ApplyScanAdjustment() 204 int x_offset = INT((FLOAT(mixer_width) * width_ratio) / 2.0f); in ApplyScanAdjustment() 207 display_frame->left = (display_frame->left * INT32(new_mixer_width) / INT32(mixer_width)) in ApplyScanAdjustment() 211 display_frame->right = ((display_frame->right * INT32(new_mixer_width)) / INT32(mixer_width)) + in ApplyScanAdjustment()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_display_external.cpp | 192 uint32_t mixer_width = 0; in ApplyScanAdjustment() local 194 GetMixerResolution(&mixer_width, &mixer_height); in ApplyScanAdjustment() 196 if (mixer_width == 0 || mixer_height == 0) { in ApplyScanAdjustment() 197 DLOGV("Invalid mixer dimensions (%d, %d)", mixer_width, mixer_height); in ApplyScanAdjustment() 201 uint32_t new_mixer_width = UINT32(mixer_width * FLOAT(1.0f - width_ratio)); in ApplyScanAdjustment() 204 int x_offset = INT((FLOAT(mixer_width) * width_ratio) / 2.0f); in ApplyScanAdjustment() 207 display_frame->left = (display_frame->left * INT32(new_mixer_width) / INT32(mixer_width)) in ApplyScanAdjustment() 211 display_frame->right = ((display_frame->right * INT32(new_mixer_width)) / INT32(mixer_width)) + in ApplyScanAdjustment()
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_peripheral_drm.cpp | 130 dest_scalar_data->lm_width = dest_scale_info->mixer_width; in SetDestScalarData()
|
/hardware/qcom/display/msm8996/sdm/include/private/ |
D | hw_info_types.h | 381 uint32_t mixer_width = 0; member
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | display_base.cpp | 1122 uint32_t mixer_width = mixer_attributes_.width; in NeedsMixerReconfiguration() local 1139 return (req_mixer_width_ != mixer_width || req_mixer_height_ != mixer_height); in NeedsMixerReconfiguration() 1509 uint32_t mixer_width = mixer_attributes_.width; in SetPUonDestScaler() local 1514 disable_pu_on_dest_scaler_ = (mixer_width != display_width || in SetPUonDestScaler()
|
/hardware/qcom/display/msm8998/sdm/include/private/ |
D | hw_info_types.h | 412 uint32_t mixer_width = 0; member
|
/hardware/qcom/display/msm8909w_3100/sdm/include/private/ |
D | hw_info_types.h | 418 uint32_t mixer_width = 0; member
|
/hardware/qcom/display/msm8909/sdm/include/private/ |
D | hw_info_types.h | 419 uint32_t mixer_width = 0; member
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | display_base.cpp | 951 uint32_t mixer_width = mixer_attributes_.width; in NeedsMixerReconfiguration() local 1000 if (fb_width != mixer_width || fb_height != mixer_height) { in NeedsMixerReconfiguration()
|
/hardware/qcom/sdm845/display/sdm/include/private/ |
D | hw_info_types.h | 462 uint32_t mixer_width = 0; member
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | display_base.cpp | 1107 uint32_t mixer_width = mixer_attributes_.width; in NeedsMixerReconfiguration() local 1123 return (req_mixer_width_ != mixer_width || req_mixer_height_ != mixer_height); in NeedsMixerReconfiguration()
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | display_base.cpp | 1130 uint32_t mixer_width = mixer_attributes_.width; in NeedsMixerReconfiguration() local 1146 return (req_mixer_width_ != mixer_width || req_mixer_height_ != mixer_height); in NeedsMixerReconfiguration()
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | display_base.cpp | 1130 uint32_t mixer_width = mixer_attributes_.width; in NeedsMixerReconfiguration() local 1147 return (req_mixer_width_ != mixer_width || req_mixer_height_ != mixer_height); in NeedsMixerReconfiguration()
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_device.cpp | 309 dest_scalar_data->lm_width = dest_scale_info->mixer_width; in Validate()
|
/hardware/qcom/display/msm8909/sdm/libs/core/fb/ |
D | hw_device.cpp | 334 dest_scalar_data->lm_width = dest_scale_info->mixer_width; in Validate()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
D | hw_device.cpp | 330 dest_scalar_data->lm_width = dest_scale_info->mixer_width; in Validate()
|
/hardware/qcom/sdm845/display/sdm/libs/core/fb/ |
D | hw_device.cpp | 334 dest_scalar_data->lm_width = dest_scale_info->mixer_width; in Validate()
|
/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
D | hw_device.cpp | 329 dest_scalar_data->lm_width = dest_scale_info->mixer_width; in Validate()
|