/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 287 float verDscale = ceilf((float)src_h / (float)dst_h); 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/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 291 verDscale = ceilf((float)src_h / (float)dst_h); 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/msm8084/libhwcomposer/ |
D | hwc_copybit.cpp | 175 int dst_h, dst_w, src_h, src_w; in prepare() local 183 src_h = sourceCrop.right - sourceCrop.left; in prepare() 186 src_h = sourceCrop.bottom - sourceCrop.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()
|
D | hwc_utils.cpp | 701 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local 705 src_h = sourceCrop.bottom - sourceCrop.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 720 src_h = sourceCrop.bottom - sourceCrop.top; in needsScaling() 722 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 2168 int src_h = crop.bottom - crop.top; 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 | 62 uint64_t src_h; member
|
D | display.cpp | 146 { "SRC_H", (plane_props->src_h) << 16 }, in set_plane_properties()
|
/hardware/qcom/display/msm8994/liboverlay/ |
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()
|
D | overlayUtils.cpp | 272 void getDecimationFactor(const int& src_w, const int& src_h, in getDecimationFactor() argument 278 float verDscale = ceilf((float)src_h / (float)dst_h); in getDecimationFactor()
|
/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 321 src_h = sourceCrop.right - sourceCrop.left; in prepare() 324 src_h = sourceCrop.bottom - sourceCrop.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()
|
D | hwc_utils.cpp | 688 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local 692 src_h = sourceCrop.bottom - sourceCrop.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 707 src_h = sourceCrop.bottom - sourceCrop.top; in needsScaling() 709 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 2180 int src_h = crop.bottom - crop.top; in setBwc() local 2184 swap(src_w, src_h); 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 328 src_h = sourceCrop.right - sourceCrop.left; in prepare() 331 src_h = sourceCrop.bottom - sourceCrop.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()
|
D | hwc_utils.cpp | 863 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local 867 src_h = sourceCrop.bottom - sourceCrop.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 882 src_h = sourceCrop.bottom - sourceCrop.top; in needsScaling() 885 swap(src_w, src_h); in needsScaling() 887 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 2556 int src_h = crop.bottom - crop.top; in setBwc() local 2560 swap(src_w, src_h); in setBwc() 2567 if(src_h > 4092) { in setBwc() [all …]
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
D | msmb_pproc.h | 120 uint32_t src_h; member
|
/hardware/qcom/msm8998/original-kernel-headers/media/ |
D | msmb_pproc.h | 121 uint32_t src_h; member
|
/hardware/qcom/msm8998/kernel-headers/media/ |
D | msmb_pproc.h | 134 uint32_t src_h; member
|
/hardware/qcom/msm8996/kernel-headers/media/ |
D | msmb_pproc.h | 132 uint32_t src_h; member
|
/hardware/qcom/msm8960/original-kernel-headers/media/ |
D | msm_isp.h | 329 uint32_t src_h; member
|
/hardware/qcom/msm8x84/kernel-headers/media/ |
D | msmb_pproc.h | 187 uint32_t src_h; member
|
/hardware/qcom/msm8994/kernel-headers/media/ |
D | msmb_pproc.h | 252 uint32_t src_h; member
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
D | msmb_pproc.h | 174 uint32_t src_h; member
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.cpp | 361 int dst_w, dst_h, src_w, src_h; in needsScaling() local 370 src_h = sourceCrop.bottom - sourceCrop.top; in needsScaling() 372 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling()
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
D | msmb_pproc.h | 255 uint32_t src_h; member
|