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

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_stretch.c 70 static int generate_rowbytes(int src_w, int dst_w, int bpp)
75 int dst_w; member in struct:__anon12089
86 (dst_w == last.dst_w) && (bpp == last.bpp) ) {
91 last.dst_w = dst_w;
116 inc = (src_w << 16) / dst_w;
119 for ( i=0; i<dst_w && eip < end; ++i ) {
155 void name(type *src, int src_w, type *dst, int dst_w) \
162 inc = (src_w << 16) / dst_w; \
    [all...]
  /bionic/libc/kernel/common/media/
msm_isp.h 390 uint32_t dst_w; member in struct:msm_pp_crop
  /external/kernel-headers/original/media/
msm_isp.h 334 uint32_t dst_w; 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,
727 if (dis->channel != OMAP_DSS_CHANNEL_DIGIT && dst_w < limits->min_width)
742 return !(dst_w * limits->max_downscale < min_src_w);
745 if (dst_w * 4 < src_w)
754 if ((__u32) dst_w * fclk < min_src_w * pclk)
764 int dst_w = WIDTH(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 71 milliseconds