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 936 uint32_t *new_mixer_height) {
989 *new_mixer_height = layer_height;
995 *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 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/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/msm8998/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/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 88 uint32_t new_mixer_height = 0; local
115 if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &new_mixer_height)) {
116 error = ReconfigureMixer(new_mixer_width, new_mixer_height);
display_base.h 125 uint32_t *new_mixer_height);
display_base.cpp 936 uint32_t *new_mixer_height) {
958 *new_mixer_height = req_mixer_height_;
    [all...]

Completed in 750 milliseconds