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

  /external/qemu/android/skin/
scaler.c 67 int src_h; member in struct:__anon10506
126 op.src_h = src_surface->h;
  /hardware/ti/omap4xxx/hwc/
hwc.c 716 static int omap4_hwc_can_scale(__u32 src_w, __u32 src_h, __u32 dst_w, __u32 dst_h, int is_2d,
722 __u32 min_src_h = DIV_ROUND_UP(src_h, is_2d ? limits->max_ydecim_2d : limits->max_ydecim_1d);
732 if (dst_h < src_h / 4)
762 int src_h = HEIGHT(layer->sourceCrop); local
768 swap(src_w, src_h);
772 return omap4_hwc_can_scale(src_w, src_h, dst_w, dst_h, is_NV12(handle), &hwc_dev->fb_dis, &limits,
    [all...]

Completed in 685 milliseconds