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

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.cpp 180 float width_ratio = FLOAT(width) / 100.0f; local
184 if (width_ratio == 0.0f || height_ratio == 0.0f) {
197 uint32_t new_mixer_width = UINT32(mixer_width * FLOAT(1.0f - width_ratio));
200 int x_offset = INT((FLOAT(mixer_width) * width_ratio) / 2.0f);
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_external.cpp 149 float width_ratio = FLOAT(width) / 100.0f; local
153 if (width_ratio == 0.0f || height_ratio == 0.0f) {
166 uint32_t new_mixer_width = UINT32(mixer_width * FLOAT(1.0f - width_ratio));
169 int x_offset = INT((FLOAT(mixer_width) * width_ratio) / 2.0f);
  /hardware/qcom/display/msm8998/sdm/libs/hwc/
hwc_display_external.cpp 184 float width_ratio = FLOAT(width) / 100.0f; local
188 if (width_ratio == 0.0f || height_ratio == 0.0f) {
201 uint32_t new_mixer_width = UINT32(mixer_width * FLOAT(1.0f - width_ratio));
204 int x_offset = INT((FLOAT(mixer_width) * width_ratio) / 2.0f);
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display_external.cpp 144 float width_ratio = FLOAT(width) / 100.0f; local
148 if (width_ratio == 0.0f || height_ratio == 0.0f) {
161 uint32_t new_mixer_width = UINT32(mixer_width * FLOAT(1.0f - width_ratio));
164 int x_offset = INT((FLOAT(mixer_width) * width_ratio) / 2.0f);
  /hardware/qcom/display/msm8996/sdm/libs/utils/
rect.cpp 213 float width_ratio = dst_domain_width / src_domain_width; local
216 out_rect->left = width_ratio * in_rect.left;
218 out_rect->right = width_ratio * in_rect.right;
  /hardware/qcom/display/msm8998/sdm/libs/utils/
rect.cpp 217 float width_ratio = dst_domain_width / src_domain_width; local
220 out_rect->left = dst_domain.left + (width_ratio * modified_in_rect.left);
222 out_rect->right = dst_domain.left + (width_ratio * modified_in_rect.right);
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp 1548 uint32_t width_ratio; local
    [all...]

Completed in 286 milliseconds