/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_display_external.cpp | 150 uint32_t mixer_height = 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() 159 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); in ApplyScanAdjustment() 162 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); in ApplyScanAdjustment() 166 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) + in ApplyScanAdjustment() 170 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height)) in ApplyScanAdjustment()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_display_external.cpp | 158 uint32_t mixer_height = 0; in ApplyScanAdjustment() local 159 GetMixerResolution(&mixer_width, &mixer_height); in ApplyScanAdjustment() 161 if (mixer_width == 0 || mixer_height == 0) { in ApplyScanAdjustment() 162 DLOGV("Invalid mixer dimensions (%d, %d)", mixer_width, mixer_height); in ApplyScanAdjustment() 167 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); in ApplyScanAdjustment() 170 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); in ApplyScanAdjustment() 174 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) + in ApplyScanAdjustment() 178 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height)) in ApplyScanAdjustment()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_display_external.cpp | 189 uint32_t mixer_height = 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() 198 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); in ApplyScanAdjustment() 201 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); in ApplyScanAdjustment() 205 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) + in ApplyScanAdjustment() 209 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height)) in ApplyScanAdjustment()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_display_external.cpp | 151 uint32_t mixer_height = 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() 160 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); in ApplyScanAdjustment() 163 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); in ApplyScanAdjustment() 167 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) + in ApplyScanAdjustment() 171 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height)) in ApplyScanAdjustment()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_display_external.cpp | 151 uint32_t mixer_height = 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() 160 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); in ApplyScanAdjustment() 163 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); in ApplyScanAdjustment() 167 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) + in ApplyScanAdjustment() 171 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height)) in ApplyScanAdjustment()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_display_external.cpp | 193 uint32_t mixer_height = 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() 202 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); in ApplyScanAdjustment() 205 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); in ApplyScanAdjustment() 209 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) + in ApplyScanAdjustment() 213 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height)) in ApplyScanAdjustment()
|
/hardware/qcom/display/msm8996/sdm/include/private/ |
D | hw_info_types.h | 382 uint32_t mixer_height = 0; member
|
/hardware/qcom/display/msm8998/sdm/include/private/ |
D | hw_info_types.h | 413 uint32_t mixer_height = 0; member
|
/hardware/qcom/display/msm8909w_3100/sdm/include/private/ |
D | hw_info_types.h | 419 uint32_t mixer_height = 0; member
|
/hardware/qcom/display/msm8909/sdm/include/private/ |
D | hw_info_types.h | 420 uint32_t mixer_height = 0; member
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | display_base.cpp | 951 uint32_t mixer_height = mixer_attributes_.height; in NeedsMixerReconfiguration() local 999 if (fb_width != mixer_width || fb_height != mixer_height) { in NeedsMixerReconfiguration()
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | display_base.cpp | 1127 uint32_t mixer_height = mixer_attributes_.height; in NeedsMixerReconfiguration() local 1142 return (req_mixer_width_ != mixer_width || req_mixer_height_ != mixer_height); in NeedsMixerReconfiguration()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | display_base.cpp | 1108 uint32_t mixer_height = mixer_attributes_.height; in NeedsMixerReconfiguration() local 1123 return (req_mixer_width_ != mixer_width || req_mixer_height_ != mixer_height); in NeedsMixerReconfiguration()
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | display_base.cpp | 1127 uint32_t mixer_height = mixer_attributes_.height; in NeedsMixerReconfiguration() local 1143 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 | 310 dest_scalar_data->lm_height = dest_scale_info->mixer_height; in Validate()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
D | hw_device.cpp | 331 dest_scalar_data->lm_height = dest_scale_info->mixer_height; in Validate()
|
/hardware/qcom/display/msm8909/sdm/libs/core/fb/ |
D | hw_device.cpp | 335 dest_scalar_data->lm_height = dest_scale_info->mixer_height; in Validate()
|
/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
D | hw_device.cpp | 330 dest_scalar_data->lm_height = dest_scale_info->mixer_height; in Validate()
|