HomeSort by relevance Sort by last modified time
    Searched refs:mixer_height (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.cpp 189 uint32_t mixer_height = 0; local
190 GetMixerResolution(&mixer_width, &mixer_height);
192 if (mixer_width == 0 || mixer_height == 0) {
193 DLOGV("Invalid mixer dimensions (%d, %d)", mixer_width, mixer_height);
198 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio));
201 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f);
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 158 uint32_t mixer_height = 0; local
159 GetMixerResolution(&mixer_width, &mixer_height);
161 if (mixer_width == 0 || mixer_height == 0) {
162 DLOGV("Invalid mixer dimensions (%d, %d)", mixer_width, mixer_height);
167 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio));
170 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f);
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 193 uint32_t mixer_height = 0; local
194 GetMixerResolution(&mixer_width, &mixer_height);
196 if (mixer_width == 0 || mixer_height == 0) {
197 DLOGV("Invalid mixer dimensions (%d, %d)", mixer_width, mixer_height);
202 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio));
205 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f);
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 153 uint32_t mixer_height = 0; local
154 GetMixerResolution(&mixer_width, &mixer_height);
156 if (mixer_width == 0 || mixer_height == 0) {
157 DLOGV("Invalid mixer dimensions (%d, %d)", mixer_width, mixer_height);
162 uint32_t new_mixer_height = UINT32(mixer_height * FLOAT(1.0f - height_ratio));
165 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f);
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/msm8996/sdm/include/private/
hw_info_types.h 382 uint32_t mixer_height = 0; member in struct:sdm::HWDestScaleInfo
  /hardware/qcom/display/msm8998/sdm/include/private/
hw_info_types.h 413 uint32_t mixer_height = 0; member in struct:sdm::HWDestScaleInfo
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp 945 uint32_t mixer_height = mixer_attributes_.height; local
993 if (fb_width != mixer_width || fb_height != mixer_height) {
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_base.cpp 945 uint32_t mixer_height = mixer_attributes_.height; local
960 return (req_mixer_width_ != mixer_width || req_mixer_height_ != mixer_height);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp 310 dest_scalar_data->lm_height = dest_scale_info->mixer_height;
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_device.cpp 329 dest_scalar_data->lm_height = dest_scale_info->mixer_height;
    [all...]

Completed in 317 milliseconds