Home
last modified time | relevance | path

Searched refs:new_mixer_height (Results 1 – 25 of 33) sorted by relevance

12

/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_external.cpp158 uint32_t new_mixer_height = UINT32(FLOAT(mixer_height) * (1.0f - height_ratio)); in ApplyScanAdjustment() local
165 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) + in ApplyScanAdjustment()
169 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.cpp159 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); in ApplyScanAdjustment() local
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/hwc/
Dhwc_display_external.cpp198 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); in ApplyScanAdjustment() local
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.cpp160 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); in ApplyScanAdjustment() local
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.cpp160 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); in ApplyScanAdjustment() local
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/msm8996/sdm/libs/core/
Ddisplay_primary.cpp98 uint32_t new_mixer_height = 0; in Prepare() local
102 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) { in Prepare()
103 error = ReconfigureMixer(new_mixer_width, new_mixer_height); in Prepare()
Ddisplay_hdmi.cpp114 uint32_t new_mixer_height = 0; in Prepare() local
118 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) { in Prepare()
119 error = ReconfigureMixer(new_mixer_width, new_mixer_height); in Prepare()
Ddisplay_base.h124 uint32_t *new_mixer_height);
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display_external.cpp202 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); in ApplyScanAdjustment() local
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/msm8909w_3100/sdm/libs/hwc/
Dhwc_display_external.cpp202 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); in ApplyScanAdjustment() local
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/msm8909w_3100/sdm/libs/core/
Ddisplay_primary.cpp87 uint32_t new_mixer_height = 0; in Prepare() local
91 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) { in Prepare()
92 error = ReconfigureMixer(new_mixer_width, new_mixer_height); in Prepare()
Ddisplay_hdmi.cpp104 uint32_t new_mixer_height = 0; in Prepare() local
108 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) { in Prepare()
109 error = ReconfigureMixer(new_mixer_width, new_mixer_height); in Prepare()
Ddisplay_base.h131 uint32_t *new_mixer_height);
/hardware/qcom/display/msm8909/sdm/libs/core/
Ddisplay_primary.cpp87 uint32_t new_mixer_height = 0; in Prepare() local
91 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) { in Prepare()
92 error = ReconfigureMixer(new_mixer_width, new_mixer_height); in Prepare()
Ddisplay_hdmi.cpp104 uint32_t new_mixer_height = 0; in Prepare() local
108 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) { in Prepare()
109 error = ReconfigureMixer(new_mixer_width, new_mixer_height); in Prepare()
Ddisplay_base.h131 uint32_t *new_mixer_height);
/hardware/qcom/display/msm8998/sdm/libs/core/
Ddisplay_hdmi.cpp103 uint32_t new_mixer_height = 0; in Prepare() local
107 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) { in Prepare()
108 error = ReconfigureMixer(new_mixer_width, new_mixer_height); in Prepare()
Ddisplay_primary.cpp86 uint32_t new_mixer_height = 0; in Prepare() local
116 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) { in Prepare()
117 error = ReconfigureMixer(new_mixer_width, new_mixer_height); in Prepare()
Ddisplay_base.h131 uint32_t *new_mixer_height);
/hardware/qcom/sm7250/display/composer/
Dhwc_display_pluggable.cpp181 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); in ApplyScanAdjustment() local
188 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) + in ApplyScanAdjustment()
192 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height)) in ApplyScanAdjustment()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_pluggable.cpp179 uint32_t new_mixer_height = UINT32(FLOAT(mixer_height) * (1.0f - height_ratio)); in ApplyScanAdjustment() local
186 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) + in ApplyScanAdjustment()
190 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height)) in ApplyScanAdjustment()
/hardware/qcom/sm7250/display/sdm/libs/core/
Ddisplay_pluggable.cpp127 uint32_t new_mixer_height = 0; in Prepare() local
131 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) { in Prepare()
132 error = ReconfigureMixer(new_mixer_width, new_mixer_height); in Prepare()
Ddisplay_base.cpp1606 uint32_t *new_mixer_height) { in NeedsMixerReconfiguration() argument
1617 *new_mixer_height = req_mixer_height_; in NeedsMixerReconfiguration()
1673 *new_mixer_height = FloorToMultipleOf(layer_height, align_y); in NeedsMixerReconfiguration()
1675 LayerRect dst_domain = {0.0f, 0.0f, FLOAT(*new_mixer_width), FLOAT(*new_mixer_height)}; in NeedsMixerReconfiguration()
1680 *new_mixer_height = display_height; in NeedsMixerReconfiguration()
1682 if (*new_mixer_width > display_width || *new_mixer_height > display_height) { in NeedsMixerReconfiguration()
1684 *new_mixer_height = display_height; in NeedsMixerReconfiguration()
1686 return ((*new_mixer_width != mixer_width) || (*new_mixer_height != mixer_height)); in NeedsMixerReconfiguration()
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_pluggable.cpp146 uint32_t new_mixer_height = 0; in Prepare() local
150 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) { in Prepare()
151 error = ReconfigureMixer(new_mixer_width, new_mixer_height); in Prepare()
Ddisplay_base.cpp1327 uint32_t *new_mixer_height) { in NeedsMixerReconfiguration() argument
1336 *new_mixer_height = req_mixer_height_; in NeedsMixerReconfiguration()
1394 *new_mixer_height = FloorToMultipleOf(layer_height, align_y); in NeedsMixerReconfiguration()
1396 LayerRect dst_domain = {0.0f, 0.0f, FLOAT(*new_mixer_width), FLOAT(*new_mixer_height)}; in NeedsMixerReconfiguration()
1401 *new_mixer_height = display_height; in NeedsMixerReconfiguration()
1403 if (*new_mixer_width > display_width || *new_mixer_height > display_height) { in NeedsMixerReconfiguration()
1405 *new_mixer_height = display_height; in NeedsMixerReconfiguration()
1407 return ((*new_mixer_width != mixer_width) || (*new_mixer_height != mixer_height)); in NeedsMixerReconfiguration()

12