Home
last modified time | relevance | path

Searched refs:dst_height (Results 1 – 25 of 46) sorted by relevance

12

/hardware/qcom/sdm845/display/sdm/libs/utils/
Drect.cpp272 float *dst_height) { in GetCropAndDestination() argument
290 *dst_height = dst.bottom - dst.top; in GetCropAndDestination()
297 float crop_width = 1.0f, crop_height = 1.0f, dst_width = 1.0f, dst_height = 1.0f; in GetScaleFactor() local
300 &dst_width, &dst_height); in GetScaleFactor()
306 *scale_y = crop_height / dst_height; in GetScaleFactor()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_scale_drm.cpp113 scaler->dst_height = scale_data.dst_height; in SetPlaneScalerV2()
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_scale_drm.cpp113 scaler->dst_height = scale_data.dst_height; in SetPlaneScalerV2()
/hardware/qcom/display/msm8996/sdm/libs/core/
Dresource_default.cpp579 float dst_height = dst->bottom - dst->top; in CalculateCropRects() local
602 top_cut_ratio = (sci_top - dst_top) / (dst_height); in CalculateCropRects()
608 bottom_cut_ratio = (dst_bottom - sci_bottom) / (dst_height); in CalculateCropRects()
671 float dst_height = dst.bottom - dst.top; in ValidateDimensions() local
673 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) { in ValidateDimensions()
675 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height); in ValidateDimensions()
777 float dst_height = dst.bottom - dst.top; in GetScaleFactor() local
780 *scale_y = crop_height / dst_height; in GetScaleFactor()
/hardware/qcom/display/msm8909/sdm/libs/core/
Dresource_default.cpp616 float dst_height = dst->bottom - dst->top; in CalculateCropRects() local
639 top_cut_ratio = (sci_top - dst_top) / (dst_height); in CalculateCropRects()
645 bottom_cut_ratio = (dst_bottom - sci_bottom) / (dst_height); in CalculateCropRects()
708 float dst_height = dst.bottom - dst.top; in ValidateDimensions() local
710 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) { in ValidateDimensions()
712 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height); in ValidateDimensions()
815 float dst_height = dst.bottom - dst.top; in GetScaleFactor() local
818 *scale_y = crop_height / dst_height; in GetScaleFactor()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Dresource_default.cpp616 float dst_height = dst->bottom - dst->top; in CalculateCropRects() local
639 top_cut_ratio = (sci_top - dst_top) / (dst_height); in CalculateCropRects()
645 bottom_cut_ratio = (dst_bottom - sci_bottom) / (dst_height); in CalculateCropRects()
708 float dst_height = dst.bottom - dst.top; in ValidateDimensions() local
710 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) { in ValidateDimensions()
712 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height); in ValidateDimensions()
815 float dst_height = dst.bottom - dst.top; in GetScaleFactor() local
818 *scale_y = crop_height / dst_height; in GetScaleFactor()
/hardware/qcom/sdm845/display/sdm/libs/core/
Dresource_default.cpp616 float dst_height = dst->bottom - dst->top; in CalculateCropRects() local
639 top_cut_ratio = (sci_top - dst_top) / (dst_height); in CalculateCropRects()
645 bottom_cut_ratio = (dst_bottom - sci_bottom) / (dst_height); in CalculateCropRects()
708 float dst_height = dst.bottom - dst.top; in ValidateDimensions() local
710 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) { in ValidateDimensions()
712 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height); in ValidateDimensions()
815 float dst_height = dst.bottom - dst.top; in GetScaleFactor() local
818 *scale_y = crop_height / dst_height; in GetScaleFactor()
/hardware/qcom/display/msm8998/sdm/libs/core/
Dresource_default.cpp616 float dst_height = dst->bottom - dst->top; in CalculateCropRects() local
639 top_cut_ratio = (sci_top - dst_top) / (dst_height); in CalculateCropRects()
645 bottom_cut_ratio = (dst_bottom - sci_bottom) / (dst_height); in CalculateCropRects()
708 float dst_height = dst.bottom - dst.top; in ValidateDimensions() local
710 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) { in ValidateDimensions()
712 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height); in ValidateDimensions()
815 float dst_height = dst.bottom - dst.top; in GetScaleFactor() local
818 *scale_y = crop_height / dst_height; in GetScaleFactor()
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_scale_drm.cpp120 scaler->dst_height = scale_data.dst_height; in SetScalerV2()
/hardware/qcom/sdm845/display/sdm/include/utils/
Drect.h66 float *dst_width, float *dst_height);
/hardware/qcom/msm8x09/kernel-headers/drm/
Dsde_drm.h103 uint32_t dst_height; member
/hardware/qcom/msm8x09/original-kernel-headers/drm/
Dsde_drm.h279 uint32_t dst_height; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_mdp_ext.h234 uint32_t dst_height; member
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_external.cpp187 static void AdjustSourceResolution(uint32_t dst_width, uint32_t dst_height, uint32_t *src_width, in AdjustSourceResolution() argument
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display_external.cpp188 static void AdjustSourceResolution(uint32_t dst_width, uint32_t dst_height, uint32_t *src_width, in AdjustSourceResolution() argument
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_mdp_ext.h620 uint32_t dst_height; member
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_scale.cpp190 mdp_scale->dst_height = scale_data.dst_height; in SetHWScaleData()
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_scale.cpp187 mdp_scale->dst_height = scale_data.dst_height; in SetHWScaleData()
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_scale.cpp190 mdp_scale->dst_height = scale_data.dst_height; in SetHWScaleData()
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_scale.cpp190 mdp_scale->dst_height = scale_data.dst_height; in SetHWScaleData()
/hardware/qcom/sdm845/display/sdm/libs/core/fb/
Dhw_scale.cpp190 mdp_scale->dst_height = scale_data.dst_height; in SetHWScaleData()
/hardware/qcom/msm8x09/original-kernel-headers/linux/
Dmsm_mdp_ext.h635 uint32_t dst_height; member
/hardware/qcom/msm8x09/original-kernel-headers/
Dmsm_mdp_ext.h635 uint32_t dst_height; member
/hardware/qcom/msm8x09/kernel-headers/linux/
Dmsm_mdp_ext.h198 uint32_t dst_height; member
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_external.cpp227 static void AdjustSourceResolution(uint32_t dst_width, uint32_t dst_height, uint32_t *src_width, in AdjustSourceResolution() argument

12