HomeSort by relevance Sort by last modified time
    Searched defs:new_mixer_height (Results 1 - 15 of 15) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/core/
display_primary.cpp 98 uint32_t new_mixer_height = 0; local
102 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) {
103 error = ReconfigureMixer(new_mixer_width, new_mixer_height);
display_hdmi.cpp 114 uint32_t new_mixer_height = 0; local
118 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) {
119 error = ReconfigureMixer(new_mixer_width, new_mixer_height);
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display_external.cpp 159 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); local
166 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) +
170 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height))
  /hardware/qcom/display/msm8909/sdm/libs/core/
display_hdmi.cpp 104 uint32_t new_mixer_height = 0; local
108 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) {
109 error = ReconfigureMixer(new_mixer_width, new_mixer_height);
display_primary.cpp 87 uint32_t new_mixer_height = 0; local
91 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) {
92 error = ReconfigureMixer(new_mixer_width, new_mixer_height);
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display_external.cpp 160 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); local
167 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) +
171 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height))
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
display_hdmi.cpp 104 uint32_t new_mixer_height = 0; local
108 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) {
109 error = ReconfigureMixer(new_mixer_width, new_mixer_height);
display_primary.cpp 87 uint32_t new_mixer_height = 0; local
91 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) {
92 error = ReconfigureMixer(new_mixer_width, new_mixer_height);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_display_external.cpp 160 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); local
167 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) +
171 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height))
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.cpp 198 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); local
205 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) +
209 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height))
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_external.cpp 167 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); local
174 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) +
178 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height))
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_hdmi.cpp 103 uint32_t new_mixer_height = 0; local
107 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) {
108 error = ReconfigureMixer(new_mixer_width, new_mixer_height);
display_primary.cpp 86 uint32_t new_mixer_height = 0; local
116 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) {
117 error = ReconfigureMixer(new_mixer_width, new_mixer_height);
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display_external.cpp 202 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); local
209 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) +
213 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height))
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display_external.cpp 202 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); local
209 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) +
213 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height))

Completed in 469 milliseconds