HomeSort by relevance Sort by last modified time
    Searched refs:new_mixer_height (Results 1 - 12 of 12) 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);
display_base.h 122 uint32_t *new_mixer_height);
display_base.cpp 922 uint32_t *new_mixer_height) {
975 *new_mixer_height = layer_height;
981 *new_mixer_height = fb_height;
    [all...]
  /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 162 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); local
169 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) +
173 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height))
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
display_primary.cpp 89 uint32_t new_mixer_height = 0; local
93 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) {
94 error = ReconfigureMixer(new_mixer_width, new_mixer_height);
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_base.h 126 uint32_t *new_mixer_height);
display_base.cpp 928 uint32_t *new_mixer_height) {
981 *new_mixer_height = layer_height;
987 *new_mixer_height = fb_height;
    [all...]
  /hardware/qcom/display/msmcobalt/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/msmcobalt/sdm/libs/hwc2/
hwc_display_external.cpp 162 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio)); local
169 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) +
173 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height))

Completed in 264 milliseconds