Searched refs:src_h (Results 1 - 15 of 15) sorted by relevance

/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/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/msm8960/original-kernel-headers/media/
H A Dmsm_isp.h329 uint32_t src_h; 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
4041 *crop_h = src_h;
4044 || src_h != dst_h) {
4049 src_ratio = (float)src_w / (float)src_h;
4055 if (dst_w * dst_h < src_w * src_h) {
4072 *crop_w = src_h * dst_ratio;
4073 *crop_h = src_h;
4108 *crop_y = (src_h - *crop_h) >> 1;
H A DExynosCamera.cpp3577 bool ExynosCamera::m_getCropRect(unsigned int src_w, unsigned int src_h, argument
3588 *crop_h = src_h;
3591 || src_h != dst_h) {
3596 src_ratio = (float)src_w / (float)src_h;
3608 *crop_w = src_h * dst_ratio;
3609 *crop_h = src_h;
3649 *crop_y = (src_h - *crop_h) >> 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
723 __u32 min_src_h = DIV_ROUND_UP(src_h, is_2d ? limits->max_ydecim_2d : limits->max_ydecim_1d);
733 if (dst_h < src_h / 4)
763 int src_h = HEIGHT(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/libhwcomposer/
H A Dhwc_utils.cpp362 int dst_w, dst_h, src_w, src_h; local
371 src_h = sourceCrop.bottom - sourceCrop.top;
373 if(((src_w != dst_w) || (src_h != dst_h)))
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.h566 bool m_getRatioSize(int src_w, int src_h,
H A DExynosCameraHWInterface2.cpp2488 bool ExynosCameraHWInterface2::m_getRatioSize(int src_w, int src_h, argument
2495 *crop_h = src_h;
2498 || src_h != dst_h) {
2503 src_ratio = (float)src_w / (float)src_h;
2508 if (dst_w * dst_h < src_w * src_h) {
2511 *crop_w = src_h * dst_ratio;
2512 *crop_h = src_h;
2521 *crop_w = src_h * dst_ratio;
2522 *crop_h = src_h;
2560 *crop_y = (src_h
[all...]
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp389 int src_w = WIDTH(layer.sourceCrop), src_h = HEIGHT(layer.sourceCrop); local
414 src_h <= dest_h * max_downscale &&
415 dest_h <= src_h * max_upscale &&
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h252 uint32_t src_h; member in struct:msm_pp_crop

Completed in 1311 milliseconds