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

  /external/chromium_org/skia/ext/
image_operations_unittest.cc 668 const int dst_h = 9; local
685 dst_w, dst_h);
687 for (int dst_y = 0; dst_y < dst_h; ++dst_y) {
690 float dst_y_in_src = (dst_y + 0.5) * src_h / dst_h;
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 289 int dst_h = dst.bottom - dst.top; local
291 float h_dscale = ceilf((float)crop_h / (float)dst_h);
    [all...]
hwc_utils.cpp 362 int dst_w, dst_h, src_w, src_h; local
368 dst_h = displayFrame.bottom - displayFrame.top;
373 if(((src_w != dst_w) || (src_h != dst_h)))
559 int dst_h = abs(dst.bottom - dst.top); local
582 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
587 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp 281 int dst_h = dst.bottom - dst.top; local
283 float h_dscale = ceilf((float)crop_h / (float)dst_h);
    [all...]
hwc_utils.cpp 305 int dst_w, dst_h, src_w, src_h; local
312 dst_h = displayFrame.bottom - displayFrame.top;
316 if(((src_w != dst_w) || (src_h != dst_h)))
520 int dst_h = abs(dst.bottom - dst.top); local
543 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
548 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h;
1181 int dst_h = dst.bottom - dst.top; local
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.cpp 284 int dst_h = dst.bottom - dst.top; local
286 float h_dscale = ceilf((float)crop_h / (float)dst_h);
    [all...]
hwc_utils.cpp 323 int dst_w, dst_h, src_w, src_h; local
329 dst_h = displayFrame.bottom - displayFrame.top;
334 if(((src_w != dst_w) || (src_h != dst_h)))
519 int dst_h = abs(dst.bottom - dst.top); local
542 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
547 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msmb_pproc.h 149 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info
msm_camera.h 261 uint32_t dst_h; member in struct:msm_pp_crop
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msmb_pproc.h 131 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info
msm_camera.h 388 uint32_t dst_h; member in struct:msm_pp_crop
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 1105 unsigned dst_w, dst_h; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 1105 unsigned dst_w, dst_h; local
    [all...]
  /hardware/samsung_slsi/exynos5/include/
fimg2d.h 201 int dst_w, dst_h; member in struct:fimg2d_scale
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimg2d.h 295 int dst_w, dst_h; member in struct:fimg2d_scale
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_isp.h 333 uint32_t dst_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,
733 if (dst_h < src_h / 4)
737 if (dst_h * limits->max_downscale < min_src_h)
765 int dst_h = HEIGHT(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/qcom/msm8960/kernel-headers/media/
msm_camera.h 257 uint32_t dst_h; member in struct:msm_pp_crop
    [all...]

Completed in 1094 milliseconds