Home
last modified time | relevance | path

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

/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()
Ddisplay_base.cpp922 float dst_height = FLOAT(dst_rect.bottom - dst_rect.top); in NeedsDownScale() local
928 if ((src_width > dst_width) || (src_height > dst_height)) { in NeedsDownScale()
/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/intel/common/libva/test/
Dloadsurface.h394 int dst_fourcc, int dst_width, int dst_height, in download_surface_yuv() argument
440 for (row=0;row<dst_height;row++) { in download_surface_yuv()
445 for (row =0; row < dst_height/2; row++) { in download_surface_yuv()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_external.cpp191 static void AdjustSourceResolution(uint32_t dst_width, uint32_t dst_height, uint32_t *src_width, in AdjustSourceResolution() argument
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_mdp_ext.h234 uint32_t dst_height; member
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display_external.cpp196 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/msm8996/sdm/libs/core/fb/
Dhw_scale.cpp187 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/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
/hardware/qcom/display/msm8998/sdm/libs/hwc/
Dhwc_display_external.cpp231 static void AdjustSourceResolution(uint32_t dst_width, uint32_t dst_height, uint32_t *src_width, in AdjustSourceResolution() argument
/hardware/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h353 uint32_t dst_height = 0; member
/hardware/qcom/display/msm8998/sdm/include/private/
Dhw_info_types.h384 uint32_t dst_height = 0; member