HomeSort by relevance Sort by last modified time
    Searched defs:src_h (Results 1 - 25 of 28) sorted by null

1 2

  /external/libdrm/exynos/
exynos_fimg2d.c 511 unsigned int src_w, src_h, dst_w, dst_h; local
514 src_h = h;
518 src_h = src->height - src_y;
528 h = MIN(src_h, dst_h);
595 unsigned int src_w, src_h, dst_w, dst_h; local
598 src_h = h;
602 src_h = img->height - src_y;
612 h = MIN(src_h, dst_h);
676 * @src_h: height value to source buffer.
688 unsigned int src_h, unsigned int dst_x
803 unsigned int src_w, src_h, dst_w, dst_h; local
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 415 short src_w, short src_h, short drw_w, short drw_h,
610 if (src_w == drw_w && src_h == drw_h) {
615 yscaleFract = ((src_h - 1) << 12) / (deinterlace_factor * drw_h);
855 int src_w = *src_w_new, src_h = *src_h_new; local
877 src_w = src_h;
878 src_h = tmp;
900 src_w = src_h;
901 src_h = tmp;
919 *src_h_new = src_h;
930 short __maybe_unused src_w, short __maybe_unused src_h,
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 175 int dst_h, dst_w, src_h, src_w; local
183 src_h = sourceCrop.right - sourceCrop.left;
186 src_h = sourceCrop.bottom - sourceCrop.top;
192 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
195 __FUNCTION__, dst_w,src_w,dst_h,src_h);
199 dy = (float)dst_h/(float)src_h;
hwc_utils.cpp 701 int dst_w, dst_h, src_w, src_h; local
705 src_h = sourceCrop.bottom - sourceCrop.top;
707 if(((src_w > dst_w) || (src_h > dst_h)))
713 int dst_w, dst_h, src_w, src_h; local
720 src_h = sourceCrop.bottom - sourceCrop.top;
722 if(((src_w != dst_w) || (src_h != dst_h)))
2166 int src_h = crop.bottom - crop.top; local
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 779 float src_h = pipe->src_roi.bottom - pipe->src_roi.top; local
781 float down_scale_h = src_h / dst_h;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 313 int dst_h, dst_w, src_h, src_w; local
321 src_h = sourceCrop.right - sourceCrop.left;
324 src_h = sourceCrop.bottom - sourceCrop.top;
330 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
333 __FUNCTION__, dst_w,src_w,dst_h,src_h);
337 dy = (float)dst_h/(float)src_h;
    [all...]
hwc_utils.cpp 688 int dst_w, dst_h, src_w, src_h; local
692 src_h = sourceCrop.bottom - sourceCrop.top;
694 if(((src_w > dst_w) || (src_h > dst_h)))
700 int dst_w, dst_h, src_w, src_h; local
707 src_h = sourceCrop.bottom - sourceCrop.top;
709 if(((src_w != dst_w) || (src_h != dst_h)))
2178 int src_h = crop.bottom - crop.top; local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 401 int dst_h, dst_w, src_h, src_w; local
412 src_h = sourceCrop.right - sourceCrop.left;
415 src_h = sourceCrop.bottom - sourceCrop.top;
421 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
424 __FUNCTION__, dst_w,src_w,dst_h,src_h);
428 dy = (float)dst_h/(float)src_h;
    [all...]
hwc_utils.cpp 930 int dst_w, dst_h, src_w, src_h; local
942 int dst_w, dst_h, src_w, src_h; local
2627 int src_h = crop.bottom - crop.top; local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 361 int dst_w, dst_h, src_w, src_h; local
370 src_h = sourceCrop.bottom - sourceCrop.top;
372 if(((src_w != dst_w) || (src_h != dst_h)))
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 317 int dst_h, dst_w, src_h, src_w; local
328 src_h = sourceCrop.right - sourceCrop.left;
331 src_h = sourceCrop.bottom - sourceCrop.top;
337 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
340 __FUNCTION__, dst_w,src_w,dst_h,src_h);
344 dy = (float)dst_h/(float)src_h;
    [all...]
hwc_utils.cpp 863 int dst_w, dst_h, src_w, src_h; local
867 src_h = sourceCrop.bottom - sourceCrop.top;
869 if(((src_w > dst_w) || (src_h > dst_h)))
875 int dst_w, dst_h, src_w, src_h; local
882 src_h = sourceCrop.bottom - sourceCrop.top;
885 swap(src_w, src_h);
887 if(((src_w != dst_w) || (src_h != dst_h)))
2554 int src_h = crop.bottom - crop.top; local
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_pproc.h 136 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_pproc.h 126 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 156 __u32 src_h; member in struct:drm_mode_set_plane
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 175 __u32 src_h; member in struct:drm_mode_set_plane
  /external/libdrm/include/drm/
drm_mode.h 158 __u32 src_h, src_w; member in struct:drm_mode_set_plane
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_pproc.h 252 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_pproc.h 255 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_pproc.h 187 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_pproc.h 174 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 2582 const int src_h = src->y_crop_height; local
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_isp.h 329 uint32_t src_h; member in struct:msm_pp_crop
  /hardware/ti/omap4xxx/hwc/
hwc.c 717 static int omap4_hwc_can_scale(__u32 src_w, __u32 src_h, __u32 dst_w, __u32 dst_h, int is_2d,
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,
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 908 static int omap4_hwc_can_scale(__u32 src_w, __u32 src_h, __u32 dst_w, __u32 dst_h, int is_2d,
914 __u32 min_src_h = DIV_ROUND_UP(src_h, is_2d ? limits->max_ydecim_2d : limits->max_ydecim_1d);
924 if (dst_h < src_h / 4)
958 int src_h = HEIGHT(layer->sourceCrop); local
964 swap(src_w, src_h);
968 return omap4_hwc_can_scale(src_w, src_h, dst_w, dst_h, is_NV12(handle), &hwc_dev->fb_dis, &limits,
    [all...]

Completed in 1072 milliseconds

1 2