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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_stretch.c 58 static int generate_rowbytes(int src_w, int dst_w, int bpp)
63 int dst_w; member in struct:__anon9661
73 (dst_w == last.dst_w) && (bpp == last.bpp) ) {
78 last.dst_w = dst_w;
95 inc = (src_w << 16) / dst_w;
97 for ( i=0; i<dst_w; ++i ) {
124 void name(type *src, int src_w, type *dst, int dst_w) \
131 inc = (src_w << 16) / dst_w; \
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 715 static int omap4_hwc_can_scale(__u32 src_w, __u32 src_h, __u32 dst_w, __u32 dst_h, int is_2d,
723 if (dis->channel != OMAP_DSS_CHANNEL_DIGIT && dst_w < limits->min_width)
734 return (dst_w < src_w / limits->max_downscale / (is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d));
737 if (dst_w < src_w / 4)
746 if ((__u32) dst_w < src_w * pclk / fclk / (is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d))
756 int dst_w = WIDTH(layer->displayFrame); local
765 return omap4_hwc_can_scale(src_w, src_h, dst_w, dst_h, is_NV12(handle), &hwc_dev->fb_dis, &limits,
    [all...]

Completed in 313 milliseconds