/aosp12/hardware/qcom/display/msm8226/liboverlay/ |
H A D | overlayUtils.cpp | 252 const int& dst_w, const int& dst_h) { in getDownscaleFactor() argument 259 if (dst_w && dst_h) in getDownscaleFactor() 261 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h); in getDownscaleFactor() 282 const int& dst_w, const int& dst_h, uint8_t& horzDeci, in getDecimationFactor() argument 287 float verDscale = ceilf((float)src_h / (float)dst_h); in getDecimationFactor()
|
H A D | overlayUtils.h | 383 const int& dst_w, const int& dst_h); 385 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
|
/aosp12/hardware/qcom/display/msm8084/liboverlay/ |
H A D | overlayUtils.cpp | 258 const int& dst_w, const int& dst_h) { in getDownscaleFactor() argument 265 if (dst_w && dst_h) in getDownscaleFactor() 267 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h); in getDownscaleFactor() 288 const int& dst_w, const int& dst_h, float& horDscale, in getDecimationFactor() argument 291 verDscale = ceilf((float)src_h / (float)dst_h); in getDecimationFactor()
|
H A D | overlayUtils.h | 414 const int& dst_w, const int& dst_h); 416 const int& dst_w, const int& dst_h, float& horDscale,
|
/aosp12/hardware/qcom/display/msm8084/libqdutils/ |
H A D | cb_utils.cpp | 88 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; in getuiClearRegion() local 90 if (!(dst_w || dst_h)) in getuiClearRegion()
|
/aosp12/hardware/qcom/display/msm8226/libqdutils/ |
H A D | cb_utils.cpp | 88 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; in getuiClearRegion() local 90 if (!(dst_w || dst_h)) in getuiClearRegion()
|
/aosp12/hardware/qcom/display/msm8994/libqdutils/ |
H A D | cb_utils.cpp | 90 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; in getuiClearRegion() local 92 if (!(dst_w || dst_h)) in getuiClearRegion()
|
/aosp12/hardware/qcom/display/msm8994/liboverlay/ |
H A D | overlayMdpRot.cpp | 292 const int& dst_w, const int& dst_h, const uint32_t& /*mdpFormat*/, in getDownscaleFactor() argument 300 if (dst_w && dst_h) in getDownscaleFactor() 302 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h); in getDownscaleFactor()
|
H A D | overlayUtils.cpp | 273 const int& dst_w, const int& dst_h, uint8_t& horzDeci, in getDecimationFactor() argument 278 float verDscale = ceilf((float)src_h / (float)dst_h); in getDecimationFactor()
|
/aosp12/hardware/qcom/display/msm8960/liboverlay/ |
H A D | overlayUtils.cpp | 184 const int& dst_w, const int& dst_h) { in getDownscaleFactor() argument 194 if (dst_w && dst_h) in getDownscaleFactor() 196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) + in getDownscaleFactor()
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
H A D | ExynosDeviceInterface.cpp | 48 …ALOGD("dst_h (%d, %d, %d)", res.restriction.dst_h.min, res.restriction.dst_h.max, res.restriction.… in printDppRestriction()
|
H A D | ExynosDeviceDrmInterface.cpp | 48 … set_hwc_dpp_size_range(hwc_dpp_restriction.restriction.dst_h, drm_restriction.restriction.dst_h); in set_dpp_ch_restriction()
|
H A D | ExynosDeviceInterface.h | 39 struct hwc_dpp_size_range dst_h; member
|
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_copybit.cpp | 175 int dst_h, dst_w, src_h, src_w; in prepare() local 189 dst_h = layer->displayFrame.bottom - layer->displayFrame.top; in prepare() 192 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) { in prepare() 195 __FUNCTION__, dst_w,src_w,dst_h,src_h); in prepare() 199 dy = (float)dst_h/(float)src_h; in prepare()
|
H A D | hwc_utils.cpp | 701 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local 703 dst_h = displayFrame.bottom - displayFrame.top; in isDownscaleRequired() 707 if(((src_w > dst_w) || (src_h > dst_h))) in isDownscaleRequired() 713 int dst_w, dst_h, src_w, src_h; in needsScaling() local 718 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling() 722 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 1059 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects() local 1080 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects() 1573 int dst_h = dst.bottom - dst.top; in configColorLayer() local 1586 Dim pos(dst.left, dst.top, dst_w, dst_h); in configColorLayer() [all …]
|
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_utils.cpp | 688 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local 690 dst_h = displayFrame.bottom - displayFrame.top; in isDownscaleRequired() 694 if(((src_w > dst_w) || (src_h > dst_h))) in isDownscaleRequired() 700 int dst_w, dst_h, src_w, src_h; in needsScaling() local 705 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling() 709 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 1046 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects() local 1067 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects() 1579 int dst_h = dst.bottom - dst.top; in configColorLayer() local 1592 Dim pos(dst.left, dst.top, dst_w, dst_h); in configColorLayer() [all …]
|
H A D | hwc_copybit.cpp | 313 int dst_h, dst_w, src_h, src_w; in prepare() local 327 dst_h = layer->displayFrame.bottom - layer->displayFrame.top; in prepare() 330 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) { in prepare() 333 __FUNCTION__, dst_w,src_w,dst_h,src_h); in prepare() 337 dy = (float)dst_h/(float)src_h; in prepare()
|
/aosp12/hardware/qcom/display/msm8960/libhwcomposer/ |
H A D | hwc_utils.cpp | 361 int dst_w, dst_h, src_w, src_h; in needsScaling() local 367 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling() 372 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 569 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects() local 590 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h; in calculate_crop_rects() 595 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h; in calculate_crop_rects()
|
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_utils.cpp | 863 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local 865 dst_h = displayFrame.bottom - displayFrame.top; in isDownscaleRequired() 869 if(((src_w > dst_w) || (src_h > dst_h))) in isDownscaleRequired() 875 int dst_w, dst_h, src_w, src_h; in needsScaling() local 880 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling() 887 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 1264 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects() local 1285 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects() 1814 int dst_h = dst.bottom - dst.top; in configColorLayer() local 1827 Dim pos(dst.left, dst.top, dst_w, dst_h); in configColorLayer() [all …]
|
H A D | hwc_copybit.cpp | 317 int dst_h, dst_w, src_h, src_w; in prepare() local 334 dst_h = layer->displayFrame.bottom - layer->displayFrame.top; in prepare() 337 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) { in prepare() 340 __FUNCTION__, dst_w,src_w,dst_h,src_h); in prepare() 344 dy = (float)dst_h/(float)src_h; in prepare()
|
/aosp12/hardware/qcom/msm8996/kernel-headers/media/ |
H A D | msmb_pproc.h | 135 uint32_t dst_h; member
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/media/ |
H A D | msmb_pproc.h | 122 uint32_t dst_h; member
|
/aosp12/hardware/qcom/msm8960/original-kernel-headers/media/ |
H A D | msm_isp.h | 333 uint32_t dst_h; member
|
/aosp12/hardware/qcom/msm8x84/kernel-headers/media/ |
H A D | msmb_pproc.h | 190 uint32_t dst_h; member
|
/aosp12/hardware/qcom/msm8994/kernel-headers/media/ |
H A D | msmb_pproc.h | 255 uint32_t dst_h; member
|