HomeSort by relevance Sort by last modified time
    Searched full:dst_h (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_renderer.h 58 int dst_x, int dst_y, int dst_w, int dst_h,
xorg_xv.c 418 int dst_x, int dst_y, int dst_w, int dst_h)
424 dst_x, dst_y, dst_w, dst_h);*/
427 dst_x, dst_y, dst_w, dst_h,
494 int dstX, int dstY, int dst_w, int dst_h,
510 src_x, src_y, src_w, src_h, dstX, dstY, dst_w, dst_h);*/
550 float diff_y = (float)src_h / (float)dst_h;
567 offset_h = dst_h - h;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.h 58 int dst_x, int dst_y, int dst_w, int dst_h,
xorg_xv.c 418 int dst_x, int dst_y, int dst_w, int dst_h)
424 dst_x, dst_y, dst_w, dst_h);*/
427 dst_x, dst_y, dst_w, dst_h,
494 int dstX, int dstY, int dst_w, int dst_h,
510 src_x, src_y, src_w, src_h, dstX, dstY, dst_w, dst_h);*/
550 float diff_y = (float)src_h / (float)dst_h;
567 offset_h = dst_h - h;
  /bionic/libc/upstream-netbsd/libc/include/isc/
dst.h 3 #ifndef DST_H
4 #define DST_H
169 #endif /* DST_H */
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_yuv.c 117 int dst_h,
127 if (dst_w == 0 || dst_h == 0)
141 scale_y = (float)src_h / (float)dst_h;
xa_context.h 59 int dst_h,
xa_priv.h 230 int dst_y, int dst_w, int dst_h,
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 117 int dst_h,
127 if (dst_w == 0 || dst_h == 0)
141 scale_y = (float)src_h / (float)dst_h;
xa_context.h 59 int dst_h,
xa_priv.h 230 int dst_y, int dst_w, int dst_h,
  /external/chromium_org/ui/gfx/image/
image_skia_operations.cc 215 int dst_w, int dst_h)
220 dst_h_(dst_h) {
486 int dst_w, int dst_h) {
490 return ImageSkia(new TiledImageSource(source, src_x, src_y, dst_w, dst_h),
491 gfx::Size(dst_w, dst_h));
image_skia_operations.h 48 int dst_w, int dst_h);
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.cpp 221 const int& dst_w, const int& dst_h) {
231 if (dst_w && dst_h)
233 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
261 const int& dst_w, const int& dst_h, float& horDscale,
264 verDscale = ceilf((float)src_h / (float)dst_h);
  /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/qcom/msm8x74/original-kernel-headers/media/
msmb_pproc.h 131 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/display/msm8960/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)) +
  /hardware/qcom/display/msm8x26/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)) +
  /hardware/qcom/display/msm8960/libhwcomposer/
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/msm8x26/libhwcomposer/
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/display/msm8974/libhwcomposer/
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...]
  /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;
  /external/chromium_org/ui/gfx/
skbitmap_operations.h 86 int dst_w, int dst_h);
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.h 218 int dst_w, int dst_h,

Completed in 917 milliseconds

1 2