Home
last modified time | relevance | path

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

12

/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/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/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/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/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/msm8x09/original-kernel-headers/drm/
Dsde_drm.h279 uint32_t dst_height; member
/hardware/qcom/msm8x09/kernel-headers/drm/
Dsde_drm.h103 uint32_t dst_height; member
/hardware/qcom/display/msm8998/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/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/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/msm8909w_3100/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/msm8x09/original-kernel-headers/
Dmsm_mdp_ext.h635 uint32_t dst_height; member
/hardware/qcom/msm8x09/original-kernel-headers/linux/
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
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_display_external.cpp190 static void AdjustSourceResolution(uint32_t dst_width, uint32_t dst_height, uint32_t *src_width, in AdjustSourceResolution() argument
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dmsm_mdp_ext.h740 uint32_t dst_height; member
/hardware/qcom/msm8998/kernel-headers/linux/
Dmsm_mdp_ext.h305 uint32_t dst_height; member
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display_external.cpp190 static void AdjustSourceResolution(uint32_t dst_width, uint32_t dst_height, uint32_t *src_width, in AdjustSourceResolution() argument

12