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

1 2 3

  /external/libdrm/exynos/
exynos_fimg2d.c 511 unsigned int src_w, src_h, dst_w, dst_h; local
521 dst_h = w;
525 dst_h = dst->height - dst_y;
528 h = MIN(src_h, dst_h);
595 unsigned int src_w, src_h, dst_w, dst_h; local
605 dst_h = w;
609 dst_h = img->height - dst_y;
612 h = MIN(src_h, dst_h);
680 * @dst_h: height value to destination buffer.
690 unsigned int dst_h, unsigned int negative
803 unsigned int src_w, src_h, dst_w, dst_h; local
    [all...]
exynos_fimg2d.h 310 unsigned int dst_h, unsigned int negative);
318 unsigned int dst_y, unsigned int dst_w, unsigned int dst_h,
  /hardware/intel/img/psb_video/src/
psb_texture.h 138 int src_h, int dst_x, int dst_y, int dst_w, int dst_h,
144 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle,
psb_texture.c 341 static void psb_calculate_subpic_size(int surf_width, int surf_height, int dst_w, int dst_h, PsbVASurfaceRec *surface_subpic)
348 src_v_ratio = (float)surf_height / dst_h;
354 subpic_v_dest_ratio = (float)dst_h / surface_subpic->subpic_dsth;
526 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle,
594 (dst_w * dst_h * 2),
609 sBltVP.sDst.SurfHeight = dst_h;
630 sBltVP.rcDest.bottom = dst_y + dst_h;
641 psb_calculate_subpic_size(obj_surface->width, obj_surface->height, dst_w, dst_h, surface_subpic);
    [all...]
  /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,
  /hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp 87 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; local
89 if (!(dst_w || dst_h))
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 87 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; local
89 if (!(dst_w || dst_h))
  /hardware/qcom/display/msm8994/libqdutils/
cb_utils.cpp 89 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; local
91 if (!(dst_w || dst_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;
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp 252 const int& dst_w, const int& dst_h) {
259 if (dst_w && dst_h)
261 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
282 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
287 float verDscale = ceilf((float)src_h / (float)dst_h);
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.cpp 258 const int& dst_w, const int& dst_h) {
265 if (dst_w && dst_h)
267 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
288 const int& dst_w, const int& dst_h, float& horDscale,
291 verDscale = ceilf((float)src_h / (float)dst_h);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 1105 unsigned dst_w, dst_h; local
    [all...]
  /hardware/qcom/display/msm8909/liboverlay/
overlayMdpRot.cpp 292 const int& dst_w, const int& dst_h, const uint32_t& /*mdpFormat*/,
300 if (dst_w && dst_h)
302 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
overlayUtils.cpp 252 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
257 float verDscale = ceilf((float)src_h / (float)dst_h);
  /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/msm8994/liboverlay/
overlayMdpRot.cpp 292 const int& dst_w, const int& dst_h, const uint32_t& /*mdpFormat*/,
300 if (dst_w && dst_h)
302 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
overlayUtils.cpp 273 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
278 float verDscale = ceilf((float)src_h / (float)dst_h);
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_pproc.h 139 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 701 int dst_w, dst_h, src_w, src_h; local
703 dst_h = displayFrame.bottom - displayFrame.top;
707 if(((src_w > dst_w) || (src_h > dst_h)))
713 int dst_w, dst_h, src_w, src_h; local
718 dst_h = displayFrame.bottom - displayFrame.top;
722 if(((src_w != dst_w) || (src_h != dst_h)))
1059 int dst_h = abs(dst.bottom - dst.top); local
1571 int dst_h = dst.bottom - dst.top; local
2168 int dst_h = dst.bottom - dst.top; local
    [all...]
hwc_copybit.cpp 175 int dst_h, dst_w, src_h, src_w; local
189 dst_h = layer->displayFrame.bottom - layer->displayFrame.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;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 688 int dst_w, dst_h, src_w, src_h; local
690 dst_h = displayFrame.bottom - displayFrame.top;
694 if(((src_w > dst_w) || (src_h > dst_h)))
700 int dst_w, dst_h, src_w, src_h; local
705 dst_h = displayFrame.bottom - displayFrame.top;
709 if(((src_w != dst_w) || (src_h != dst_h)))
1046 int dst_h = abs(dst.bottom - dst.top); local
1577 int dst_h = dst.bottom - dst.top; local
2180 int dst_h = dst.bottom - dst.top; local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 361 int dst_w, dst_h, src_w, src_h; local
367 dst_h = displayFrame.bottom - displayFrame.top;
372 if(((src_w != dst_w) || (src_h != dst_h)))
569 int dst_h = abs(dst.bottom - dst.top); local
590 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
595 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;
    [all...]

Completed in 1448 milliseconds

1 2 3