/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_display_external.cpp | 158 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(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/ |
D | hwc_display_external.cpp | 159 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/ |
D | hwc_display_external.cpp | 198 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/msm8909/sdm/libs/hwc2/ |
D | hwc_display_external.cpp | 160 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/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_display_external.cpp | 160 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/sdm845/display/sdm/libs/hwc2/ |
D | hwc_display_external.cpp | 170 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); in ApplyScanAdjustment() local 177 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) + in ApplyScanAdjustment() 181 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height)) in ApplyScanAdjustment()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | display_primary.cpp | 98 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()
|
D | display_hdmi.cpp | 114 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()
|
D | display_base.h | 124 uint32_t *new_mixer_height);
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_display_external.cpp | 202 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/ |
D | display_primary.cpp | 87 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()
|
D | display_hdmi.cpp | 104 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()
|
D | display_base.cpp | 1099 uint32_t *new_mixer_height) { in NeedsMixerReconfiguration() argument 1121 *new_mixer_height = req_mixer_height_; in NeedsMixerReconfiguration() 1160 *new_mixer_height = FloorToMultipleOf(layer_height, align_y); in NeedsMixerReconfiguration() 1162 LayerRect dst_domain = {0.0f, 0.0f, FLOAT(*new_mixer_width), FLOAT(*new_mixer_height)}; in NeedsMixerReconfiguration() 1167 *new_mixer_height = display_height; in NeedsMixerReconfiguration()
|
D | display_base.h | 131 uint32_t *new_mixer_height);
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_display_external.cpp | 202 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/msm8909/sdm/libs/core/ |
D | display_primary.cpp | 87 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()
|
D | display_hdmi.cpp | 104 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()
|
D | display_base.cpp | 1122 uint32_t *new_mixer_height) { in NeedsMixerReconfiguration() argument 1146 *new_mixer_height = req_mixer_height_; in NeedsMixerReconfiguration() 1185 *new_mixer_height = FloorToMultipleOf(layer_height, align_y); in NeedsMixerReconfiguration() 1187 LayerRect dst_domain = {0.0f, 0.0f, FLOAT(*new_mixer_width), FLOAT(*new_mixer_height)}; in NeedsMixerReconfiguration() 1192 *new_mixer_height = display_height; in NeedsMixerReconfiguration()
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | display_hdmi.cpp | 108 uint32_t new_mixer_height = 0; in Prepare() local 112 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) { in Prepare() 113 error = ReconfigureMixer(new_mixer_width, new_mixer_height); in Prepare()
|
D | display_primary.cpp | 108 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()
|
D | display_base.cpp | 1114 uint32_t *new_mixer_height) { in NeedsMixerReconfiguration() argument 1138 *new_mixer_height = req_mixer_height_; in NeedsMixerReconfiguration() 1177 *new_mixer_height = FloorToMultipleOf(layer_height, align_y); in NeedsMixerReconfiguration() 1179 LayerRect dst_domain = {0.0f, 0.0f, FLOAT(*new_mixer_width), FLOAT(*new_mixer_height)}; in NeedsMixerReconfiguration() 1184 *new_mixer_height = display_height; in NeedsMixerReconfiguration() 1186 if (*new_mixer_width > display_width || *new_mixer_height > display_height) { in NeedsMixerReconfiguration() 1188 *new_mixer_height = display_height; in NeedsMixerReconfiguration()
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | display_hdmi.cpp | 103 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()
|
D | display_primary.cpp | 86 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()
|
D | display_base.cpp | 1122 uint32_t *new_mixer_height) { in NeedsMixerReconfiguration() argument 1144 *new_mixer_height = req_mixer_height_; in NeedsMixerReconfiguration() 1183 *new_mixer_height = FloorToMultipleOf(layer_height, align_y); in NeedsMixerReconfiguration() 1185 LayerRect dst_domain = {0.0f, 0.0f, FLOAT(*new_mixer_width), FLOAT(*new_mixer_height)}; in NeedsMixerReconfiguration() 1190 *new_mixer_height = display_height; in NeedsMixerReconfiguration()
|
D | display_base.h | 131 uint32_t *new_mixer_height);
|