Searched defs:dst_h (Results 26 - 33 of 33) sorted by relevance

12

/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
733 if (dst_h < src_h / 4)
737 if (dst_h * limits->max_downscale < min_src_h)
765 int dst_h = HEIGHT(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,
3591 || src_h != dst_h) {
3599 dst_ratio = (float)dst_w / (float)dst_h;
3641 && *crop_h + (CAMERA_CROP_HEIGHT_RESTRAIN_NUM - h_align) <= dst_h) {
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,
4044 || src_h != dst_h) {
4052 dst_ratio = (float)dst_w / (float)dst_h;
4055 if (dst_w * dst_h < src_w * src_h) {
4062 *crop_w = dst_h * dst_ratio;
4063 *crop_h = dst_h;
4100 && *crop_h + (CAMERA_CROP_HEIGHT_RESTRAIN_NUM - h_align) <= dst_h) {
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.cpp2503 int dst_w, int dst_h,
2512 || src_h != dst_h) {
2520 dst_ratio = (float)dst_w / (float)dst_h;
2522 if (dst_w * dst_h < src_w * src_h) {
2566 && (int)(*crop_h + (CAMERA_CROP_HEIGHT_RESTRAIN_NUM - h_align)) <= dst_h) {
2502 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/ti/omap4-aah/hwc/
H A Dhwc.c908 static int omap4_hwc_can_scale(__u32 src_w, __u32 src_h, __u32 dst_w, __u32 dst_h, int is_2d, argument
924 if (dst_h < src_h / 4)
928 if (dst_h * limits->max_downscale < min_src_h)
960 int dst_h = HEIGHT(layer->displayFrame); local
968 return omap4_hwc_can_scale(src_w, src_h, dst_w, dst_h, is_NV12(handle), &hwc_dev->fb_dis, &limits,
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h257 uint32_t dst_h; member in struct:msm_pp_crop
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_camera.h261 uint32_t dst_h; member in struct:msm_pp_crop
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_camera.h388 uint32_t dst_h; member in struct:msm_pp_crop

Completed in 250 milliseconds

12