HomeSort by relevance Sort by last modified time
    Searched defs:dst_h (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/common/media/
msm_isp.h 391 uint32_t dst_h; member in struct:msm_pp_crop
  /external/kernel-headers/original/media/
msm_isp.h 335 uint32_t dst_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,
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,
    [all...]

Completed in 3941 milliseconds