/hardware/intel/img/psb_video/src/ |
D | psb_overlay.c | 415 short src_w, short src_h, short drw_w, short drw_h, in i830_display_video() argument 610 if (src_w == drw_w && src_h == drw_h) { in i830_display_video() 615 yscaleFract = ((src_h - 1) << 12) / (deinterlace_factor * drw_h); in i830_display_video() 855 int src_w = *src_w_new, src_h = *src_h_new; in I830PutImageFlipRotateSurface() local 877 src_w = src_h; in I830PutImageFlipRotateSurface() 878 src_h = tmp; in I830PutImageFlipRotateSurface() 900 src_w = src_h; in I830PutImageFlipRotateSurface() 901 src_h = tmp; in I830PutImageFlipRotateSurface() 919 *src_h_new = src_h; in I830PutImageFlipRotateSurface() 930 short __maybe_unused src_w, short __maybe_unused src_h, in I830PutImageFlipRotateDebug() argument [all …]
|
D | psb_texture.h | 138 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, 144 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle,
|
/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/msm8974/liboverlay/ |
D | overlayUtils.cpp | 220 int getDownscaleFactor(const int& src_w, const int& src_h, in getDownscaleFactor() argument 233 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) + in getDownscaleFactor() 260 void getDecimationFactor(const int& src_w, const int& src_h, in getDecimationFactor() argument 266 float verDscale = ceilf((float)src_h / (float)dst_h); in getDecimationFactor()
|
D | overlayUtils.h | 405 int getDownscaleFactor(const int& src_w, const int& src_h, 407 void getDecimationFactor(const int& src_w, const int& src_h,
|
/hardware/intel/common/libva/test/putsurface/ |
D | putsurface_wayland.c | 74 unsigned short src_h, in vaPutSurface() argument 89 src_rect.height = src_h; in vaPutSurface() 94 dst_rect.height = src_h; in vaPutSurface()
|
/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() 2166 int src_h = crop.bottom - crop.top; in setBwc() local 2170 swap(src_w, src_h); in setBwc() 2176 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horDscale, in setBwc()
|
/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() 2177 int src_h = crop.bottom - crop.top; in setBwc() local 2181 swap(src_w, src_h); in setBwc() 2191 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 | 861 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local 865 src_h = sourceCrop.bottom - sourceCrop.top; in isDownscaleRequired() 867 if(((src_w > dst_w) || (src_h > dst_h))) in isDownscaleRequired() 873 int dst_w, dst_h, src_w, src_h; in needsScaling() local 880 src_h = sourceCrop.bottom - sourceCrop.top; in needsScaling() 883 swap(src_w, src_h); in needsScaling() 885 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 2552 int src_h = crop.bottom - crop.top; in setBwc() local 2556 swap(src_w, src_h); in setBwc() 2563 if(src_h > 4092) { in setBwc() [all …]
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_utils.cpp | 305 int dst_w, dst_h, src_w, src_h; in needsScaling() local 314 src_h = sourceCrop.bottom - sourceCrop.top; in needsScaling() 316 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 1166 int src_h = crop.bottom - crop.top; in setBwc() local 1170 swap(src_w, src_h); in setBwc() 1184 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc()
|
/hardware/qcom/msm8x74/original-kernel-headers/media/ |
D | msmb_pproc.h | 129 uint32_t src_h; member
|
/hardware/qcom/msm8x74/kernel-headers/media/ |
D | msmb_pproc.h | 146 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
|