/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:__anon13348 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...] |
/hardware/qcom/display/liboverlay/ |
overlayUtils.cpp | 184 const int& dst_w, const int& dst_h) { 194 if (dst_w && dst_h) 196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
|
overlayUtils.h | 412 const int& dst_w, const int& dst_h);
|
/hardware/qcom/display/libhwcomposer/ |
hwc_utils.cpp | 362 int dst_w, dst_h, src_w, src_h; local 367 dst_w = displayFrame.right - displayFrame.left; 373 if(((src_w != dst_w) || (src_h != dst_h))) 558 int dst_w = abs(dst.right - dst.left); local 572 leftCutRatio = (float)(sci_l - dst_l) / (float)dst_w; 577 rightCutRatio = (float)(dst_r - sci_r) / (float)dst_w; [all...] |
hwc_mdpcomp.cpp | 283 int dst_w = dst.right - dst.left; local 285 float w_dscale = ceilf((float)crop_w / (float)dst_w); [all...] |
/hardware/samsung_slsi/exynos5/libcamera/ |
ExynosCameraHWInterface.h | 218 int dst_w, int dst_h,
|
ExynosCameraHWInterface.cpp | [all...] |
ExynosCamera.cpp | [all...] |
/hardware/qcom/msm8960/original-kernel-headers/media/ |
msm_isp.h | 332 uint32_t dst_w; member in struct:msm_pp_crop
|
/hardware/samsung_slsi/exynos5/include/ |
fimg2d.h | 201 int dst_w, dst_h; member in struct:fimg2d_scale
|
ExynosCamera.h | 783 unsigned int dst_w, unsigned int dst_h,
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
fimg2d.h | 295 int dst_w, dst_h; member in struct:fimg2d_scale
|
/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...] |
/hardware/samsung_slsi/exynos5/libcamera2/ |
ExynosCameraHWInterface2.h | 567 int dst_w, int dst_h,
|
ExynosCameraHWInterface2.cpp | [all...] |
/hardware/qcom/msm8960/kernel-headers/media/ |
msm_camera.h | 256 uint32_t dst_w; member in struct:msm_pp_crop [all...] |