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

1 2

  /hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp 88 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; local
90 if (!(dst_w || dst_h))
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 88 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; local
90 if (!(dst_w || dst_h))
  /hardware/qcom/display/msm8994/libqdutils/
cb_utils.cpp 90 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; local
92 if (!(dst_w || dst_h))
  /external/libvpx/libvpx/vp9/encoder/
vp9_frame_scale.c 24 const int dst_h = dst->y_crop_height; local
37 for (y = 0; y < dst_h; y += 16) {
38 const int y_q4 = y * (16 / factor) * src_h / dst_h + phase_scaler;
42 (y / factor) * src_h / dst_h * src_stride +
48 kernel[y_q4 & 0xf], 16 * src_h / dst_h, 16 / factor,
  /external/drm_hwcomposer/
platformnv.cpp 282 auto dst_h = layer->display_frame.height(); local
317 std::swap(dst_w, dst_h);
320 if (((src_w / dst_w) > h_limit) || ((src_h / dst_h) > v_limit))
  /external/mesa3d/src/mesa/main/
copyimage.c 465 GLuint src_w, src_h, dst_w, dst_h; local
494 &dstIntFormat, &dst_w, &dst_h, &dst_num_samples, "dst"))
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_frame_scale_ssse3.c 91 int dst_h) {
93 dst_h /= 2;
114 for (y = 0; y < dst_h; y++) {
177 const int dst_h = dst->y_crop_height; local
179 const int dst_uv_h = dst_h / 2;
181 if (dst_w * 2 == src_w && dst_h * 2 == src_h && phase_scaler == 0) {
183 dst->y_stride, dst_w, dst_h);
189 } else if (dst_w == src_w * 2 && dst_h == src_h * 2 && phase_scaler == 0) {
194 dst->y_stride, dst_w, dst_h);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_copyimage.c 555 unsigned dst_h = src_h; local
560 dst_h = DIV_ROUND_UP(dst_h, 4);
563 dst_h *= 4;
577 dst_x, dst_y, dst_w, dst_h,
582 dst_x, dst_y, dst_w, dst_h,
  /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...]
  /hardware/qcom/display/msm8084/libhwcomposer/
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;
hwc_mdpcomp.cpp 332 int dst_h = dst.bottom - dst.top; local
334 float h_scale = ((float)crop_h / (float)dst_h);
    [all...]
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
1573 int dst_h = dst.bottom - dst.top; local
2170 int dst_h = dst.bottom - dst.top; local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 288 int dst_h = dst.bottom - dst.top; local
290 float h_dscale = ceilf((float)crop_h / (float)dst_h);
    [all...]
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...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 675 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height);
787 float dst_h = pipe->dst_roi.bottom - pipe->dst_roi.top; local
788 float down_scale_h = src_h / dst_h;
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 712 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height);
825 float dst_h = pipe->dst_roi.bottom - pipe->dst_roi.top; local
826 float down_scale_h = src_h / dst_h;
  /hardware/qcom/display/sdm845/sdm/libs/core/
resource_default.cpp 712 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height);
825 float dst_h = pipe->dst_roi.bottom - pipe->dst_roi.top; local
826 float down_scale_h = src_h / dst_h;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 313 int dst_h, dst_w, src_h, src_w; local
327 dst_h = layer->displayFrame.bottom - layer->displayFrame.top;
330 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
333 __FUNCTION__, dst_w,src_w,dst_h,src_h);
337 dy = (float)dst_h/(float)src_h;
    [all...]
hwc_mdpcomp.cpp 358 int dst_h = dst.bottom - dst.top; local
360 float h_scale = ((float)crop_h / (float)dst_h);
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 401 int dst_h, dst_w, src_h, src_w; local
424 dst_h = layer->displayFrame.bottom - layer->displayFrame.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...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 317 int dst_h, dst_w, src_h, src_w; local
334 dst_h = layer->displayFrame.bottom - layer->displayFrame.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...]
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_pproc.h 135 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_pproc.h 122 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8998/kernel-headers/media/
msmb_pproc.h 136 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8998/original-kernel-headers/media/
msmb_pproc.h 123 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info

Completed in 1153 milliseconds

1 2