HomeSort by relevance Sort by last modified time
    Searched defs:dst_w (Results 1 - 25 of 35) sorted by null

1 2

  /hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp 87 int dst_w = clearWormholeRect.right - clearWormholeRect.left; local
90 if (!(dst_w || dst_h))
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 87 int dst_w = clearWormholeRect.right - clearWormholeRect.left; local
90 if (!(dst_w || dst_h))
  /hardware/qcom/display/msm8994/libqdutils/
cb_utils.cpp 89 int dst_w = clearWormholeRect.right - clearWormholeRect.left; local
92 if (!(dst_w || dst_h))
  /external/libvpx/libvpx/vp9/encoder/
vp9_frame_scale.c 23 const int dst_w = dst->y_crop_width; local
39 for (x = 0; x < dst_w; x += 16) {
40 const int x_q4 = x * (16 / factor) * src_w / dst_w + phase_scaler;
43 (x / factor) * src_w / dst_w;
47 kernel[x_q4 & 0xf], 16 * src_w / dst_w,
  /external/drm_hwcomposer/
platformnv.cpp 281 auto dst_w = layer->display_frame.width(); local
298 std::swap(dst_w, dst_h);
301 if (((src_w / dst_w) > h_limit) || ((src_h / dst_h) > v_limit))
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_frame_scale_ssse3.c 90 uint8_t *dst, ptrdiff_t dst_stride, int dst_w,
92 dst_w /= 2;
96 uint8_t *tmp0 = tmp + dst_w * 0;
97 uint8_t *tmp1 = tmp + dst_w * 1;
98 uint8_t *tmp2 = tmp + dst_w * 2;
99 uint8_t *tmp3 = tmp + dst_w * 3;
100 uint8_t *tmp4 = tmp + dst_w * 4;
101 uint8_t *tmp5 = tmp + dst_w * 5;
102 uint8_t *tmp6 = tmp + dst_w * 6;
103 uint8_t *tmp7 = tmp + dst_w * 7
176 const int dst_w = dst->y_crop_width; local
    [all...]
  /external/libdrm/exynos/
exynos_fimg2d.c 511 unsigned int src_w, src_h, dst_w, dst_h; local
520 dst_w = w;
523 dst_w = dst->width - dst_x;
527 w = MIN(src_w, dst_w);
595 unsigned int src_w, src_h, dst_w, dst_h; local
604 dst_w = w;
607 dst_w = img->width - dst_x;
611 w = MIN(src_w, dst_w);
679 * @dst_w: width value to destination buffer.
689 unsigned int dst_y, unsigned int dst_w,
803 unsigned int src_w, src_h, dst_w, dst_h; local
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 175 int dst_h, dst_w, src_h, src_w; local
190 dst_w = layer->displayFrame.right - layer->displayFrame.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;
hwc_mdpcomp.cpp 331 int dst_w = dst.right - dst.left; local
333 float w_scale = ((float)crop_w / (float)dst_w);
    [all...]
hwc_utils.cpp 701 int dst_w, dst_h, src_w, src_h; local
702 dst_w = displayFrame.right - displayFrame.left;
707 if(((src_w > dst_w) || (src_h > dst_h)))
713 int dst_w, dst_h, src_w, src_h; local
717 dst_w = displayFrame.right - displayFrame.left;
722 if(((src_w != dst_w) || (src_h != dst_h)))
1058 int dst_w = abs(dst.right - dst.left); local
1572 int dst_w = dst.right - dst.left; local
2169 int dst_w = dst.right - dst.left; local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 287 int dst_w = dst.right - dst.left; local
289 float w_dscale = ceilf((float)crop_w / (float)dst_w);
    [all...]
hwc_utils.cpp 361 int dst_w, dst_h, src_w, src_h; local
366 dst_w = displayFrame.right - displayFrame.left;
372 if(((src_w != dst_w) || (src_h != dst_h)))
568 int dst_w = abs(dst.right - dst.left); local
580 leftCutRatio = (float)(sci_l - dst_l) / (float)dst_w;
585 rightCutRatio = (float)(dst_r - sci_r) / (float)dst_w;
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 674 DLOGV_IF(kTagResources, "One pixel downscaling detected crop_w = %.0f, dst_w = %.0f, " \
791 float dst_w = pipe->dst_roi.right - pipe->dst_roi.left; local
792 float down_scale_w = src_w / dst_w;
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 711 DLOGV_IF(kTagResources, "One pixel downscaling detected crop_w = %.0f, dst_w = %.0f, " \
829 float dst_w = pipe->dst_roi.right - pipe->dst_roi.left; local
830 float down_scale_w = src_w / dst_w;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 313 int dst_h, dst_w, src_h, src_w; local
328 dst_w = layer->displayFrame.right - layer->displayFrame.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...]
hwc_mdpcomp.cpp 357 int dst_w = dst.right - dst.left; local
359 float w_scale = ((float)crop_w / (float)dst_w);
    [all...]
hwc_utils.cpp 688 int dst_w, dst_h, src_w, src_h; local
689 dst_w = displayFrame.right - displayFrame.left;
694 if(((src_w > dst_w) || (src_h > dst_h)))
700 int dst_w, dst_h, src_w, src_h; local
704 dst_w = displayFrame.right - displayFrame.left;
709 if(((src_w != dst_w) || (src_h != dst_h)))
1045 int dst_w = abs(dst.right - dst.left); local
1578 int dst_w = dst.right - dst.left; local
2181 int dst_w = dst.right - dst.left; local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 401 int dst_h, dst_w, src_h, src_w; local
425 dst_w = layer->displayFrame.right - layer->displayFrame.left;
427 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
430 __FUNCTION__, dst_w,src_w,dst_h,src_h);
433 dx = (float)dst_w/(float)src_w;
    [all...]
hwc_mdpcomp.cpp 411 int dst_w = dst.right - dst.left; local
413 float w_scale = ((float)crop_w / (float)dst_w);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 317 int dst_h, dst_w, src_h, src_w; local
335 dst_w = layer->displayFrame.right - layer->displayFrame.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...]
hwc_mdpcomp.cpp 415 int dst_w = dst.right - dst.left; local
417 float w_scale = ((float)crop_w / (float)dst_w);
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_pproc.h 134 uint32_t dst_w; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_pproc.h 121 uint32_t dst_w; member in struct:msm_vpe_frame_strip_info
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 1105 unsigned dst_w, dst_h; local
    [all...]
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_pproc.h 254 uint32_t dst_w; member in struct:msm_vpe_frame_strip_info

Completed in 1053 milliseconds

1 2