Searched refs:src_w (Results 1 - 25 of 25) sorted by relevance

/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.cpp220 int getDownscaleFactor(const int& src_w, const int& src_h, argument
233 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
260 void getDecimationFactor(const int& src_w, const int& src_h, argument
263 horDscale = ceilf((float)src_w / (float)dst_w);
H A DoverlayUtils.h405 int getDownscaleFactor(const int& src_w, const int& src_h,
407 void getDecimationFactor(const int& src_w, const int& src_h,
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsmb_pproc.h145 uint32_t src_w; member in struct:msm_vpe_frame_strip_info
H A Dmsm_camera.h255 uint32_t src_w; member in struct:msm_pp_crop
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsmb_pproc.h128 uint32_t src_w; member in struct:msm_vpe_frame_strip_info
H A Dmsm_camera.h383 uint32_t src_w; member in struct:msm_pp_crop
/hardware/samsung_slsi/exynos5/include/
H A Dfimg2d.h200 int src_w, src_h; member in struct:fimg2d_scale
H A DExynosCamera.h782 bool m_getCropRect(unsigned int src_w, unsigned int src_h,
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.cpp183 int getDownscaleFactor(const int& src_w, const int& src_h, argument
196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
H A DoverlayUtils.h411 int getDownscaleFactor(const int& src_w, const int& src_h,
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayUtils.cpp183 int getDownscaleFactor(const int& src_w, const int& src_h, argument
196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
H A DoverlayUtils.h411 int getDownscaleFactor(const int& src_w, const int& src_h,
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp305 int dst_w, dst_h, src_w, src_h; local
313 src_w = sourceCrop.right - sourceCrop.left;
316 if(((src_w != dst_w) || (src_h != dst_h)))
1178 int src_w = crop.right - crop.left; local
1183 swap(src_w, src_h);
1189 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horDscale,
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_isp.h328 uint32_t src_w; member in struct:msm_pp_crop
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.h217 bool m_getRatioSize(int src_w, int src_h,
H A DExynosCameraHWInterface.cpp4034 bool ExynosCameraHWInterface::m_getRatioSize(int src_w, int src_h, argument
4040 *crop_w = src_w;
4043 if ( src_w != dst_w
4049 src_ratio = (float)src_w / (float)src_h;
4055 if (dst_w * dst_h < src_w * src_h) {
4058 *crop_w = src_w;
4059 *crop_h = src_w / dst_ratio;
4068 *crop_w = src_w;
4069 *crop_h = src_w / dst_ratio;
4107 *crop_x = (src_w
[all...]
H A DExynosCamera.cpp3577 bool ExynosCamera::m_getCropRect(unsigned int src_w, unsigned int src_h, argument
3587 *crop_w = src_w;
3590 if ( src_w != dst_w
3596 src_ratio = (float)src_w / (float)src_h;
3604 *crop_w = src_w;
3605 *crop_h = src_w / dst_ratio;
3648 *crop_x = (src_w - *crop_w) >> 1;
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimg2d.h294 int src_w, src_h; member in struct:fimg2d_scale
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c717 static int omap4_hwc_can_scale(__u32 src_w, __u32 src_h, __u32 dst_w, __u32 dst_h, int is_2d, argument
722 __u32 min_src_w = DIV_ROUND_UP(src_w, is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d);
745 if (dst_w * 4 < src_w)
752 if (src_w < limits->integer_scale_ratio_limit)
762 int src_w = WIDTH(layer->sourceCrop); local
769 swap(src_w, src_h);
773 return omap4_hwc_can_scale(src_w, src_h, dst_w, dst_h, is_NV12(handle), &hwc_dev->fb_dis, &limits,
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp362 int dst_w, dst_h, src_w, src_h; local
370 src_w = sourceCrop.right - sourceCrop.left;
373 if(((src_w != dst_w) || (src_h != dst_h)))
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp323 int dst_w, dst_h, src_w, src_h; local
331 src_w = sourceCrop.right - sourceCrop.left;
334 if(((src_w != dst_w) || (src_h != dst_h)))
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.h569 bool m_getRatioSize(int src_w, int src_h,
H A DExynosCameraHWInterface2.cpp2492 bool ExynosCameraHWInterface2::m_getRatioSize(int src_w, int src_h, argument
2498 *crop_w = src_w;
2501 if ( src_w != dst_w
2507 src_ratio = (float)src_w / (float)src_h;
2512 if (dst_w * dst_h < src_w * src_h) {
2519 *crop_w = src_w;
2520 *crop_h = src_w / dst_ratio;
2529 *crop_w = src_w;
2530 *crop_h = src_w / dst_ratio;
2563 *crop_x = (src_w
[all...]
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp383 int src_w = WIDTH(layer.sourceCrop), src_h = HEIGHT(layer.sourceCrop); local
404 src_w < dest_w * max_downscale &&
405 dest_w <= src_w * max_upscale &&
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h251 uint32_t src_w; member in struct:msm_pp_crop

Completed in 5928 milliseconds