Searched refs:src_w (Results 26 - 38 of 38) sorted by relevance

12

/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
913 __u32 min_src_w = DIV_ROUND_UP(src_w, is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d);
933 return !(dst_w < src_w / limits->max_downscale / (is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d));
936 if (dst_w * 4 < src_w)
940 if (get_rgb_bpp(handle) == 32 && src_w > 1280 && dst_w * 3 < src_w)
947 if (src_w < limits->integer_scale_ratio_limit)
957 int src_w = WIDTH(layer->sourceCrop); local
964 swap(src_w, src_h);
968 return omap4_hwc_can_scale(src_w, src_
[all...]
/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/samsung_slsi/exynos5/include/
H A DExynosCamera.h782 bool m_getCropRect(unsigned int src_w, unsigned int src_h,
/hardware/intel/img/psb_video/src/
H A Dpsb_texture.c525 VADriverContextP ctx, unsigned char *dst, VASurfaceID surface, int src_x, int src_y, int src_w,
633 sBltVP.rcSource->right = src_x + src_w;
H A Dpsb_output.c1283 unsigned short src_w,
1357 surface_subpic->subpic_srcw = src_w;
1696 unsigned short src_w,
1747 src_x, src_y, src_w, src_h,
1277 psb__LinkSubpictIntoSurface( psb_driver_data_p driver_data, object_surface_p obj_surface, object_subpic_p obj_subpic, short src_x, short src_y, unsigned short src_w, unsigned short src_h, short dest_x, short dest_y, unsigned short dest_w, unsigned short dest_h, int update ) argument
1689 psb__AssociateSubpicture( VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_w, unsigned short src_h, short dest_x, short dest_y, unsigned short dest_w, unsigned short dest_h, unsigned int flags ) argument
/hardware/samsung_slsi/exynos5/libcamera/
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/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h411 int getDownscaleFactor(const int& src_w, const int& src_h,
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.h554 bool m_getRatioSize(int src_w, int src_h,
H A DExynosCameraHWInterface2.cpp2502 bool ExynosCameraHWInterface2::m_getRatioSize(int src_w, int src_h, argument
2508 *crop_w = src_w;
2511 if ( src_w != dst_w
2517 src_ratio = (float)src_w / (float)src_h;
2522 if (dst_w * dst_h < src_w * src_h) {
2529 *crop_w = src_w;
2530 *crop_h = src_w / dst_ratio;
2539 *crop_w = src_w;
2540 *crop_h = src_w / dst_ratio;
2573 *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
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_camera.h255 uint32_t src_w; member in struct:msm_pp_crop
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_camera.h383 uint32_t src_w; member in struct:msm_pp_crop

Completed in 986 milliseconds

12