Home
last modified time | relevance | path

Searched refs:src_h (Results 1 – 25 of 38) 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()
2160 int src_h = crop.bottom - crop.top; in setBwc() local
2164 swap(src_w, src_h); in setBwc()
2170 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horDscale, in setBwc()
/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/samsung_slsi/exynos5/include/
Dfimg2d.h200 int src_w, src_h; member
/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()
1169 int src_h = crop.bottom - crop.top; in setBwc() local
1173 swap(src_w, src_h); in setBwc()
1187 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc()
/hardware/qcom/msm8x74/kernel-headers/media/
Dmsmb_pproc.h146 uint32_t src_h; member
/hardware/qcom/msm8x74/original-kernel-headers/media/
Dmsmb_pproc.h129 uint32_t src_h; member
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
Dfimg2d.h294 int src_w, 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/samsung_slsi/exynos5/libcamera/
DExynosCameraHWInterface.h217 bool m_getRatioSize(int src_w, int src_h,
/hardware/qcom/msm8x84/original-kernel-headers/media/
Dmsmb_pproc.h174 uint32_t src_h; member
/hardware/ti/omap4xxx/hwc/
Dhwc.c717 static int omap4_hwc_can_scale(__u32 src_w, __u32 src_h, __u32 dst_w, __u32 dst_h, int is_2d, in omap4_hwc_can_scale() argument
723 __u32 min_src_h = DIV_ROUND_UP(src_h, is_2d ? limits->max_ydecim_2d : limits->max_ydecim_1d); in omap4_hwc_can_scale()
733 if (dst_h < src_h / 4) in omap4_hwc_can_scale()
763 int src_h = HEIGHT(layer->sourceCrop); in omap4_hwc_can_scale_layer() local
769 swap(src_w, src_h); in omap4_hwc_can_scale_layer()
773 … return omap4_hwc_can_scale(src_w, src_h, dst_w, dst_h, is_NV12(handle), &hwc_dev->fb_dis, &limits, in omap4_hwc_can_scale_layer()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.cpp362 int dst_w, dst_h, src_w, src_h; in needsScaling() local
371 src_h = sourceCrop.bottom - sourceCrop.top; in needsScaling()
373 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling()

12