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

1 2

  /external/chromium_org/ui/gfx/
skbitmap_operations_unittest.cc 92 int src_w = 16, src_h = 16; local
94 src.setConfig(SkBitmap::kARGB_8888_Config, src_w, src_h);
97 for (int y = 0; y < src_h; y++) {
109 for (int y = 0; y < src_h; y++) {
127 int src_w = 16, src_h = 16; local
129 src_a.setConfig(SkBitmap::kARGB_8888_Config, src_w, src_h);
133 src_b.setConfig(SkBitmap::kARGB_8888_Config, src_w, src_h);
136 for (int y = 0, i = 0; y < src_h; y++) {
152 for (int y = 0; y < src_h; y++) {
169 int src_w = 16, src_h = 16 local
219 int src_w = 16, src_h = 16; local
257 int src_w = 16, src_h = 16; local
323 int src_w = 16, src_h = 16; local
344 int src_w = 16, src_h = 16; local
525 const int src_w = 6, src_h = 4; local
    [all...]
  /external/qemu/android/skin/
scaler.c 67 int src_h; member in struct:__anon32911
126 op.src_h = src_surface->h;
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 214 const int src_w = 16, src_h = 34; local
216 FillDataToBitmap(src_w, src_h, &src);
220 SkBitmap results = skia::ImageOperations::Resize(src, method, src_w, src_h);
222 ASSERT_EQ(src_h, results.height());
226 for (int y = 0; y < src_h; y++) {
352 const int src_w = 640, src_h = 480;
354 FillDataToBitmap(src_w, src_h, &src);
360 const int src_w = 640, src_h = 480, src_grid_pitch = 10, src_grid_width = 4;
363 DrawGridToBitmap(src_w, src_h,
372 const int src_w = 640, src_h = 480, rect_w = 10, rect_h = 4
385 int src_w = 30, src_h = 38; local
429 int src_w = 16, src_h = 34; local
488 const int src_w = 640, src_h = 480, checker_rect_w = 4, checker_rect_h = 8; local
563 const int src_w = 640, src_h = 480, src_grid_pitch = 8, src_grid_width = 4; local
662 const int src_h = 3; local
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 415 short src_w, short src_h, short drw_w, short drw_h,
610 if (src_w == drw_w && src_h == drw_h) {
615 yscaleFract = ((src_h - 1) << 12) / (deinterlace_factor * drw_h);
855 int src_w = *src_w_new, src_h = *src_h_new; local
877 src_w = src_h;
878 src_h = tmp;
900 src_w = src_h;
901 src_h = tmp;
919 *src_h_new = src_h;
930 short __maybe_unused src_w, short __maybe_unused src_h,
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 175 int dst_h, dst_w, src_h, src_w; local
183 src_h = sourceCrop.right - sourceCrop.left;
186 src_h = sourceCrop.bottom - sourceCrop.top;
192 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
195 __FUNCTION__, dst_w,src_w,dst_h,src_h);
199 dy = (float)dst_h/(float)src_h;
hwc_utils.cpp 701 int dst_w, dst_h, src_w, src_h; local
705 src_h = sourceCrop.bottom - sourceCrop.top;
707 if(((src_w > dst_w) || (src_h > dst_h)))
713 int dst_w, dst_h, src_w, src_h; local
720 src_h = sourceCrop.bottom - sourceCrop.top;
722 if(((src_w != dst_w) || (src_h != dst_h)))
2160 int src_h = crop.bottom - crop.top; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 175 int dst_h, dst_w, src_h, src_w; local
183 src_h = sourceCrop.right - sourceCrop.left;
186 src_h = sourceCrop.bottom - sourceCrop.top;
192 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
195 __FUNCTION__, dst_w,src_w,dst_h,src_h);
199 dy = (float)dst_h/src_h;
hwc_utils.cpp 654 int dst_w, dst_h, src_w, src_h; local
658 src_h = sourceCrop.bottom - sourceCrop.top;
660 if(((src_w > dst_w) || (src_h > dst_h)))
666 int dst_w, dst_h, src_w, src_h; local
673 src_h = sourceCrop.bottom - sourceCrop.top;
675 if(((src_w != dst_w) || (src_h != dst_h)))
2098 int src_h = crop.bottom - crop.top; local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 362 int dst_w, dst_h, src_w, src_h; local
371 src_h = sourceCrop.bottom - sourceCrop.top;
373 if(((src_w != dst_w) || (src_h != dst_h)))
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 305 int dst_w, dst_h, src_w, src_h; local
314 src_h = sourceCrop.bottom - sourceCrop.top;
316 if(((src_w != dst_w) || (src_h != dst_h)))
1169 int src_h = crop.bottom - crop.top; local
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msmb_pproc.h 146 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
msm_camera.h 256 uint32_t src_h; member in struct:msm_pp_crop
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msmb_pproc.h 129 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 135 __u32 src_h, src_w; member in struct:drm_mode_set_plane
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 1406 const int src_h = src->y_crop_height; local
    [all...]
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 156 __u32 src_h, src_w; member in struct:drm_mode_set_plane
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_pproc.h 187 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_pproc.h 174 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /hardware/samsung_slsi/exynos5/include/
fimg2d.h 200 int src_w, src_h; member in struct:fimg2d_scale
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 383 int src_w = WIDTH(layer.sourceCrop), src_h = HEIGHT(layer.sourceCrop); local
408 src_h < dest_h * max_downscale &&
409 dest_h <= src_h * max_upscale &&
    [all...]
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimg2d.h 294 int src_w, src_h; member in struct:fimg2d_scale
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_isp.h 329 uint32_t src_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,
723 __u32 min_src_h = DIV_ROUND_UP(src_h, is_2d ? limits->max_ydecim_2d : limits->max_ydecim_1d);
733 if (dst_h < src_h / 4)
763 int src_h = HEIGHT(layer->sourceCrop); local
769 swap(src_w, src_h);
773 return omap4_hwc_can_scale(src_w, src_h, dst_w, dst_h, is_NV12(handle), &hwc_dev->fb_dis, &limits,
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 908 static int omap4_hwc_can_scale(__u32 src_w, __u32 src_h, __u32 dst_w, __u32 dst_h, int is_2d,
914 __u32 min_src_h = DIV_ROUND_UP(src_h, is_2d ? limits->max_ydecim_2d : limits->max_ydecim_1d);
924 if (dst_h < src_h / 4)
958 int src_h = HEIGHT(layer->sourceCrop); local
964 swap(src_w, src_h);
968 return omap4_hwc_can_scale(src_w, src_h, dst_w, dst_h, is_NV12(handle), &hwc_dev->fb_dis, &limits,
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 252 uint32_t src_h; member in struct:msm_pp_crop
    [all...]

Completed in 1119 milliseconds

1 2