HomeSort by relevance Sort by last modified time
    Searched refs:src_w (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
513 src_w = w;
516 src_w = src->width - src_x;
527 w = MIN(src_w, dst_w);
595 unsigned int src_w, src_h, dst_w, dst_h; local
597 src_w = w;
600 src_w = img->width - src_x;
611 w = MIN(src_w, dst_w);
675 * @src_w: width value to source buffer.
687 unsigned int src_y, unsigned int src_w,
803 unsigned int src_w, src_h, dst_w, dst_h; local
    [all...]
exynos_fimg2d.h 307 unsigned int src_y, unsigned int src_w,
317 unsigned int src_w, unsigned int src_h, unsigned int dst_x,
  /hardware/intel/img/psb_video/src/
psb_texture.h 137 void blit_texture_to_buf(VADriverContextP ctx, unsigned char * data, int src_x, int src_y, int src_w,
143 VADriverContextP ctx, unsigned char *dst, VASurfaceID surface, int src_x, int src_y, int src_w,
psb_overlay.c 415 short src_w, short src_h, short drw_w, short drw_h,
610 if (src_w == drw_w && src_h == drw_h) {
614 xscaleFract = ((src_w - 1) << 12) / drw_w;
855 int src_w = *src_w_new, src_h = *src_h_new; local
876 tmp = src_w;
877 src_w = src_h;
899 tmp = src_w;
900 src_w = src_h;
918 *src_w_new = src_w;
930 short __maybe_unused src_w, short __maybe_unused src_h
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.h 54 int src_w,
xa_yuv.c 112 int src_w,
140 scale_x = (float)src_w / (float)dst_w;
xa_priv.h 227 float src_w,
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.h 57 float src_x, float src_y, float src_w, float src_h,
xorg_xv.c 417 float src_x, float src_y, float src_w, float src_h,
423 src_x, src_y, src_w, src_h,
426 src_x, src_y, src_w, src_h,
493 int src_x, int src_y, int src_w, int src_h,
510 src_x, src_y, src_w, src_h, dstX, dstY, dst_w, dst_h);*/
521 hdtv = ((src_w >= RES_720P_X) && (src_h >= RES_720P_Y));
549 float diff_x = (float)src_w / (float)dst_w;
571 (float) src_w - offset_w*diff_x, (float) src_h - offset_h*diff_y,
587 short src_w, short src_h,
603 x2 = src_x + src_w;
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp 251 int getDownscaleFactor(const int& src_w, const int& src_h,
261 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
281 void getDecimationFactor(const int& src_w, const int& src_h,
286 float horDscale = ceilf((float)src_w / (float)dst_w);
304 if(src_w > 2048) {
  /hardware/intel/common/libva/test/putsurface/
putsurface_wayland.c 73 unsigned short src_w,
88 src_rect.width = src_w;
93 dst_rect.width = src_w;
  /hardware/qcom/display/msm8909/liboverlay/
overlayUtils.cpp 251 void getDecimationFactor(const int& src_w, const int& src_h,
256 float horDscale = ceilf((float)src_w / (float)dst_w);
275 if(src_w > (int) mdpHw.getMaxMixerWidth()) {
overlayMdpRot.cpp 291 int MdpRot::getDownscaleFactor(const int& src_w, const int& src_h,
302 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.cpp 272 void getDecimationFactor(const int& src_w, const int& src_h,
277 float horDscale = ceilf((float)src_w / (float)dst_w);
296 if(src_w > (int) mdpHw.getMaxPipeWidth()) {
overlayMdpRot.cpp 291 int MdpRot::getDownscaleFactor(const int& src_w, const int& src_h,
302 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.cpp 257 int getDownscaleFactor(const int& src_w, const int& src_h,
267 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
287 void getDecimationFactor(const int& src_w, const int& src_h,
290 horDscale = ceilf((float)src_w / (float)dst_w);
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_pproc.h 135 uint32_t src_w; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.cpp 183 int getDownscaleFactor(const int& src_w, const int& src_h,
196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 175 int dst_h, dst_w, src_h, src_w; local
184 src_w = sourceCrop.bottom - sourceCrop.top;
187 src_w = sourceCrop.right - sourceCrop.left;
192 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
195 __FUNCTION__, dst_w,src_w,dst_h,src_h);
198 dx = (float)dst_w/(float)src_w;
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 603 LLVMValueRef src_w; local
608 src_w = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_W);
615 arg, src_w);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 313 int dst_h, dst_w, src_h, src_w; local
322 src_w = sourceCrop.bottom - sourceCrop.top;
325 src_w = sourceCrop.right - sourceCrop.left;
330 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
333 __FUNCTION__, dst_w,src_w,dst_h,src_h);
336 dx = (float)dst_w/(float)src_w;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 317 int dst_h, dst_w, src_h, src_w; local
329 src_w = sourceCrop.bottom - sourceCrop.top;
332 src_w = sourceCrop.right - sourceCrop.left;
337 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
340 __FUNCTION__, dst_w,src_w,dst_h,src_h);
343 dx = (float)dst_w/(float)src_w;
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_isp.h 328 uint32_t src_w; member in struct:msm_pp_crop
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_pproc.h 251 uint32_t src_w; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_pproc.h 125 uint32_t src_w; member in struct:msm_vpe_frame_strip_info

Completed in 1227 milliseconds

1 2 3