Searched defs:dst_w (Results 1 - 11 of 11) sorted by relevance

/hardware/qcom/display/liboverlay/
H A DoverlayUtils.cpp184 const int& dst_w, const int& dst_h) {
194 if (dst_w && dst_h)
196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
183 getDownscaleFactor(const int& src_w, const int& src_h, const int& dst_w, const int& dst_h) argument
/hardware/qcom/display/libhwcomposer/
H A Dhwc_mdpcomp.cpp283 int dst_w = dst.right - dst.left; local
285 float w_dscale = ceilf((float)crop_w / (float)dst_w);
H A Dhwc_utils.cpp362 int dst_w, dst_h, src_w, src_h; local
367 dst_w = displayFrame.right - displayFrame.left;
373 if(((src_w != dst_w) || (src_h != dst_h)))
558 int dst_w = abs(dst.right - dst.left); local
572 leftCutRatio = (float)(sci_l - dst_l) / (float)dst_w;
577 rightCutRatio = (float)(dst_r - sci_r) / (float)dst_w;
/hardware/samsung_slsi/exynos5/include/
H A Dfimg2d.h201 int dst_w, dst_h; member in struct:fimg2d_scale
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimg2d.h295 int dst_w, dst_h; member in struct:fimg2d_scale
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_isp.h332 uint32_t dst_w; member in struct:msm_pp_crop
/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
727 if (dis->channel != OMAP_DSS_CHANNEL_DIGIT && dst_w < limits->min_width)
742 return !(dst_w * limits->max_downscale < min_src_w);
745 if (dst_w * 4 < src_w)
754 if ((__u32) dst_w * fclk < min_src_w * pclk)
764 int dst_w = WIDTH(layer->displayFrame); local
773 return omap4_hwc_can_scale(src_w, src_h, dst_w, dst_h, is_NV12(handle), &hwc_dev->fb_dis, &limits,
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp3578 unsigned int dst_w, unsigned int dst_h,
3590 if ( src_w != dst_w
3599 dst_ratio = (float)dst_w / (float)dst_h;
3630 && *crop_w + (CAMERA_CROP_WIDTH_RESTRAIN_NUM - w_align) <= dst_w) {
3577 m_getCropRect(unsigned int src_w, unsigned int src_h, unsigned int dst_w, unsigned int dst_h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int zoom) argument
H A DExynosCameraHWInterface.cpp4035 int dst_w, int dst_h,
4043 if ( src_w != dst_w
4052 dst_ratio = (float)dst_w / (float)dst_h;
4055 if (dst_w * dst_h < src_w * src_h) {
4089 && *crop_w + (CAMERA_CROP_WIDTH_RESTRAIN_NUM - w_align) <= dst_w) {
4034 m_getRatioSize(int src_w, int src_h, int dst_w, int dst_h, int *crop_x, int *crop_y, int *crop_w, int *crop_h, int zoom) argument
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp2489 int dst_w, int dst_h,
2497 if ( src_w != dst_w
2506 dst_ratio = (float)dst_w / (float)dst_h;
2508 if (dst_w * dst_h < src_w * src_h) {
2541 && *crop_w + (CAMERA_CROP_WIDTH_RESTRAIN_NUM - w_align) <= dst_w) {
2488 m_getRatioSize(int src_w, int src_h, int dst_w, int dst_h, int *crop_x, int *crop_y, int *crop_w, int *crop_h, int zoom) argument
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h256 uint32_t dst_w; member in struct:msm_pp_crop

Completed in 281 milliseconds