HomeSort by relevance Sort by last modified time
    Searched refs:src_h (Results 26 - 50 of 60) sorted by null

12 3

  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 317 int dst_h, dst_w, src_h, src_w; local
328 src_h = sourceCrop.right - sourceCrop.left;
331 src_h = sourceCrop.bottom - sourceCrop.top;
337 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
340 __FUNCTION__, dst_w,src_w,dst_h,src_h);
344 dy = (float)dst_h/(float)src_h;
    [all...]
hwc_utils.cpp 863 int dst_w, dst_h, src_w, src_h; local
867 src_h = sourceCrop.bottom - sourceCrop.top;
869 if(((src_w > dst_w) || (src_h > dst_h)))
875 int dst_w, dst_h, src_w, src_h; local
882 src_h = sourceCrop.bottom - sourceCrop.top;
885 swap(src_w, src_h);
887 if(((src_w != dst_w) || (src_h != dst_h)))
2556 int src_h = crop.bottom - crop.top; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_priv.h 262 float src_h,
xa_renderer.c 523 float src_h,
530 src_x, src_y, src_w, src_h,
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_isp.h 329 uint32_t src_h; member in struct:msm_pp_crop
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_pproc.h 252 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_pproc.h 187 uint32_t src_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
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)))
2168 int src_h = crop.bottom - crop.top; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 688 int dst_w, dst_h, src_w, src_h; local
692 src_h = sourceCrop.bottom - sourceCrop.top;
694 if(((src_w > dst_w) || (src_h > dst_h)))
700 int dst_w, dst_h, src_w, src_h; local
707 src_h = sourceCrop.bottom - sourceCrop.top;
709 if(((src_w != dst_w) || (src_h != dst_h)))
2180 int src_h = crop.bottom - crop.top; local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 401 int dst_h, dst_w, src_h, src_w; local
418 src_h = sourceCrop.right - sourceCrop.left;
421 src_h = sourceCrop.bottom - sourceCrop.top;
427 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
430 __FUNCTION__, dst_w,src_w,dst_h,src_h);
434 dy = (float)dst_h/(float)src_h;
    [all...]
hwc_utils.cpp 930 int dst_w, dst_h, src_w, src_h; local
942 int dst_w, dst_h, src_w, src_h; local
2629 int src_h = crop.bottom - crop.top; local
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.h 413 int getDownscaleFactor(const int& src_w, const int& src_h,
415 void getDecimationFactor(const int& src_w, const int& src_h,
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 382 int getDownscaleFactor(const int& src_w, const int& src_h,
384 void getDecimationFactor(const int& src_w, const int& src_h,
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 135 __u32 src_h; member in struct:drm_mode_set_plane
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 195 __u32 src_h; member in struct:drm_mode_set_plane
  /external/libdrm/include/drm/
drm_mode.h 187 __u32 src_h; member in struct:drm_mode_set_plane
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_pproc.h 174 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 361 int dst_w, dst_h, src_w, src_h; local
370 src_h = sourceCrop.bottom - sourceCrop.top;
372 if(((src_w != dst_w) || (src_h != dst_h)))
    [all...]
  /external/libdrm/
xf86drmMode.h 490 uint32_t src_w, uint32_t src_h);
xf86drmMode.c 972 uint32_t src_w, uint32_t src_h)
988 s.src_h = src_h;
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_pproc.h 255 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
  /hardware/intel/img/psb_video/src/
psb_texture.c 526 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle,
635 sBltVP.rcSource->bottom = src_y + src_h;
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 786 float src_h = pipe->src_roi.bottom - pipe->src_roi.top; local
788 float down_scale_h = src_h / dst_h;
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 824 float src_h = pipe->src_roi.bottom - pipe->src_roi.top; local
826 float down_scale_h = src_h / dst_h;
  /hardware/qcom/display/sdm845/sdm/libs/core/
resource_default.cpp 824 float src_h = pipe->src_roi.bottom - pipe->src_roi.top; local
826 float down_scale_h = src_h / dst_h;

Completed in 1017 milliseconds

12 3