Home
last modified time | relevance | path

Searched refs:mixer_height (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_external.cpp150 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/
Dhwc_display_external.cpp158 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/
Dhwc_display_external.cpp189 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/
Dhwc_display_external.cpp151 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/
Dhwc_display_external.cpp151 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/
Dhwc_display_external.cpp193 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/
Dhw_info_types.h382 uint32_t mixer_height = 0; member
/hardware/qcom/display/msm8998/sdm/include/private/
Dhw_info_types.h413 uint32_t mixer_height = 0; member
/hardware/qcom/display/msm8909w_3100/sdm/include/private/
Dhw_info_types.h419 uint32_t mixer_height = 0; member
/hardware/qcom/display/msm8909/sdm/include/private/
Dhw_info_types.h420 uint32_t mixer_height = 0; member
/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_base.cpp951 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/
Ddisplay_base.cpp1127 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/
Ddisplay_base.cpp1108 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/
Ddisplay_base.cpp1127 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/
Dhw_device.cpp310 dest_scalar_data->lm_height = dest_scale_info->mixer_height; in Validate()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_device.cpp331 dest_scalar_data->lm_height = dest_scale_info->mixer_height; in Validate()
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_device.cpp335 dest_scalar_data->lm_height = dest_scale_info->mixer_height; in Validate()
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_device.cpp330 dest_scalar_data->lm_height = dest_scale_info->mixer_height; in Validate()