Home
last modified time | relevance | path

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

12

/hardware/intel/img/psb_video/src/
Dpsb_overlay.c415 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 …]
Dpsb_texture.h138 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/
DoverlayUtils.cpp251 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()
DoverlayUtils.h382 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/
DoverlayUtils.cpp257 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()
DoverlayUtils.h413 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/
DoverlayUtils.cpp220 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()
DoverlayUtils.h405 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/
Dputsurface_wayland.c74 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/
Dhwc_copybit.cpp175 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()
Dhwc_utils.cpp701 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/
DoverlayMdpRot.cpp291 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()
DoverlayUtils.cpp272 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/
DoverlayUtils.cpp183 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/
Dhwc_copybit.cpp313 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()
Dhwc_utils.cpp688 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/
Dhwc_copybit.cpp317 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()
Dhwc_utils.cpp861 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/
Dhwc_utils.cpp305 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/
Dmsmb_pproc.h129 uint32_t src_h; member
/hardware/qcom/msm8x74/kernel-headers/media/
Dmsmb_pproc.h146 uint32_t src_h; member
/hardware/qcom/msm8960/original-kernel-headers/media/
Dmsm_isp.h329 uint32_t src_h; member
/hardware/qcom/msm8x84/kernel-headers/media/
Dmsmb_pproc.h187 uint32_t src_h; member
/hardware/qcom/msm8994/kernel-headers/media/
Dmsmb_pproc.h252 uint32_t src_h; member
/hardware/qcom/msm8x84/original-kernel-headers/media/
Dmsmb_pproc.h174 uint32_t src_h; member

12