HomeSort by relevance Sort by last modified time
    Searched refs:src_w (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.c 439 float src_x, float src_y, float src_w, float src_h,
446 src_x, src_y, src_w, src_h,
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvproto.h 368 CARD16 src_w B16;
391 CARD16 src_w B16;
  /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,
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.h 405 int getDownscaleFactor(const int& src_w, const int& src_h,
407 void getDecimationFactor(const int& src_w, const int& src_h,
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_pproc.h 173 uint32_t src_w; member in struct:msm_vpe_frame_strip_info
  /external/qemu/android/skin/
argb.h 479 xlimit = (op->src_w-1);
566 xlimit = (op->src_w-1);
820 xlimit = (op->src_w-1);
  /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,
722 __u32 min_src_w = DIV_ROUND_UP(src_w, is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d);
745 if (dst_w * 4 < src_w)
752 if (src_w < limits->integer_scale_ratio_limit)
762 int src_w = WIDTH(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/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp     [all...]
ExynosCamera.cpp     [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,
913 __u32 min_src_w = DIV_ROUND_UP(src_w, is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d);
933 return !(dst_w < src_w / limits->max_downscale / (is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d));
936 if (dst_w * 4 < src_w)
940 if (get_rgb_bpp(handle) == 32 && src_w > 1280 && dst_w * 3 < src_w)
947 if (src_w < limits->integer_scale_ratio_limit)
957 int src_w = WIDTH(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/display/msm8960/libhwcomposer/
hwc_utils.cpp 362 int dst_w, dst_h, src_w, src_h; local
370 src_w = sourceCrop.right - sourceCrop.left;
373 if(((src_w != dst_w) || (src_h != dst_h)))
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 782 bool m_getCropRect(unsigned int src_w, unsigned int src_h,
  /hardware/intel/img/psb_video/src/
psb_texture.c 525 VADriverContextP ctx, unsigned char *dst, VASurfaceID surface, int src_x, int src_y, int src_w,
633 sBltVP.rcSource->right = src_x + src_w;
    [all...]
psb_output.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 592 LLVMValueRef src_w; local
597 src_w = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_W);
603 TGSI_OPCODE_DIV, arg, src_w);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 592 LLVMValueRef src_w; local
597 src_w = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_W);
603 TGSI_OPCODE_DIV, arg, src_w);
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 411 int getDownscaleFactor(const int& src_w, const int& src_h,
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 554 bool m_getRatioSize(int src_w, int src_h,
ExynosCameraHWInterface2.cpp     [all...]
  /external/chromium_org/ui/native_theme/
native_theme_base.cc     [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 383 int src_w = WIDTH(layer.sourceCrop), src_h = HEIGHT(layer.sourceCrop); local
404 src_w < dest_w * max_downscale &&
405 dest_w <= src_w * max_upscale &&
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 1440 const int src_w = src->y_crop_width; local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 251 uint32_t src_w; member in struct:msm_pp_crop
    [all...]