/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayUtils.cpp | 251 int getDownscaleFactor(const int& src_w, const int& src_h, in getDownscaleFactor() argument 261 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h); in getDownscaleFactor() 281 void getDecimationFactor(const int& src_w, const int& src_h, in getDecimationFactor() argument 286 float horDscale = ceilf((float)src_w / (float)dst_w); in getDecimationFactor() 304 if(src_w > 2048) { in getDecimationFactor()
|
D | overlayUtils.h | 382 int getDownscaleFactor(const int& src_w, const int& src_h, 384 void getDecimationFactor(const int& src_w, const int& src_h,
|
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDeviceInterface.cpp | 39 …ALOGD("src_w (%d, %d, %d)", res.restriction.src_w.min, res.restriction.src_w.max, res.restriction.… in printDppRestriction() 120 rSize.maxCropWidth = r.src_w.max; in makeDPURestrictions() 122 rSize.minCropWidth = r.src_w.min; in makeDPURestrictions()
|
D | ExynosDeviceInterface.h | 33 struct hwc_dpp_size_range src_w; member
|
D | ExynosDeviceDrmInterface.cpp | 42 … set_hwc_dpp_size_range(hwc_dpp_restriction.restriction.src_w, drm_restriction.restriction.src_w); in set_dpp_ch_restriction()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayUtils.cpp | 257 int getDownscaleFactor(const int& src_w, const int& src_h, in getDownscaleFactor() argument 267 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h); in getDownscaleFactor() 287 void getDecimationFactor(const int& src_w, const int& src_h, in getDecimationFactor() argument 290 horDscale = ceilf((float)src_w / (float)dst_w); in getDecimationFactor()
|
D | overlayUtils.h | 413 int getDownscaleFactor(const int& src_w, const int& src_h, 415 void getDecimationFactor(const int& src_w, const int& src_h,
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayUtils.cpp | 272 void getDecimationFactor(const int& src_w, const int& src_h, in getDecimationFactor() argument 277 float horDscale = ceilf((float)src_w / (float)dst_w); in getDecimationFactor() 296 if(src_w > (int) mdpHw.getMaxPipeWidth()) { in getDecimationFactor()
|
D | overlayMdpRot.cpp | 291 int MdpRot::getDownscaleFactor(const int& src_w, const int& src_h, in getDownscaleFactor() argument 302 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h); in getDownscaleFactor()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_copybit.cpp | 175 int dst_h, dst_w, src_h, src_w; in prepare() local 184 src_w = sourceCrop.bottom - sourceCrop.top; in prepare() 187 src_w = sourceCrop.right - sourceCrop.left; 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() 198 dx = (float)dst_w/(float)src_w; in prepare()
|
D | hwc_utils.cpp | 701 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local 704 src_w = sourceCrop.right - sourceCrop.left; 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 719 src_w = sourceCrop.right - sourceCrop.left; in needsScaling() 722 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 2167 int src_w = crop.right - crop.left; in setBwc() local 2172 swap(src_w, src_h); in setBwc() 2178 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horDscale, in setBwc()
|
/hardware/ti/am57x/libhwcomposer/ |
D | display.h | 61 uint64_t src_w; member
|
D | display.cpp | 145 { "SRC_W", (plane_props->src_w) << 16 }, in set_plane_properties()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayUtils.cpp | 183 int getDownscaleFactor(const int& src_w, const int& src_h, in getDownscaleFactor() argument 196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) + in getDownscaleFactor()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_copybit.cpp | 313 int dst_h, dst_w, src_h, src_w; in prepare() local 322 src_w = sourceCrop.bottom - sourceCrop.top; in prepare() 325 src_w = sourceCrop.right - sourceCrop.left; 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() 336 dx = (float)dst_w/(float)src_w; in prepare()
|
D | hwc_utils.cpp | 688 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local 691 src_w = sourceCrop.right - sourceCrop.left; 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 706 src_w = sourceCrop.right - sourceCrop.left; in needsScaling() 709 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 2179 int src_w = crop.right - crop.left; in setBwc() local 2184 swap(src_w, src_h); in setBwc() 2187 if(src_w > qdutils::MAX_DISPLAY_DIM) { in setBwc() 2194 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_copybit.cpp | 317 int dst_h, dst_w, src_h, src_w; in prepare() local 329 src_w = sourceCrop.bottom - sourceCrop.top; in prepare() 332 src_w = sourceCrop.right - sourceCrop.left; 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() 343 dx = (float)dst_w/(float)src_w; in prepare()
|
D | hwc_utils.cpp | 863 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local 866 src_w = sourceCrop.right - sourceCrop.left; 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 881 src_w = sourceCrop.right - sourceCrop.left; in needsScaling() 885 swap(src_w, src_h); in needsScaling() 887 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 2555 int src_w = crop.right - crop.left; in setBwc() local 2560 swap(src_w, src_h); in setBwc() 2563 if(src_w > (int) qdutils::MDPVersion::getInstance().getMaxPipeWidth()) { in setBwc() [all …]
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.cpp | 361 int dst_w, dst_h, src_w, src_h; in needsScaling() local 369 src_w = sourceCrop.right - sourceCrop.left; in needsScaling() 372 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling()
|
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | drm_mode.h | 312 __u32 src_w; member
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | resource_default.cpp | 828 float src_w = pipe->src_roi.right - pipe->src_roi.left; in SetDecimationFactor() local 830 float down_scale_w = src_w / dst_w; in SetDecimationFactor()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | resource_default.cpp | 828 float src_w = pipe->src_roi.right - pipe->src_roi.left; in SetDecimationFactor() local 830 float down_scale_w = src_w / dst_w; in SetDecimationFactor()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | resource_default.cpp | 820 float src_w = pipe->src_roi.right - pipe->src_roi.left; in SetDecimationFactor() local 822 float down_scale_w = src_w / dst_w; in SetDecimationFactor()
|
/hardware/qcom/sm7250/display/sdm/libs/core/ |
D | resource_default.cpp | 817 float src_w = pipe->src_roi.right - pipe->src_roi.left; in SetDecimationFactor() local 819 float down_scale_w = src_w / dst_w; in SetDecimationFactor()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | resource_default.cpp | 790 float src_w = pipe->src_roi.right - pipe->src_roi.left; in SetDecimationFactor() local 792 float down_scale_w = src_w / dst_w; in SetDecimationFactor()
|