/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayUtils.cpp | 252 const int& dst_w, const int& dst_h) { in getDownscaleFactor() argument 259 if (dst_w && dst_h) in getDownscaleFactor() 261 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h); in getDownscaleFactor() 282 const int& dst_w, const int& dst_h, uint8_t& horzDeci, in getDecimationFactor() argument 287 float verDscale = ceilf((float)src_h / (float)dst_h); in getDecimationFactor()
|
D | overlayUtils.h | 383 const int& dst_w, const int& dst_h); 385 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
|
/hardware/intel/img/psb_video/src/ |
D | psb_texture.h | 138 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, 144 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle,
|
D | psb_texture.c | 341 static void psb_calculate_subpic_size(int surf_width, int surf_height, int dst_w, int dst_h, PsbVAS… in psb_calculate_subpic_size() argument 348 src_v_ratio = (float)surf_height / dst_h; in psb_calculate_subpic_size() 354 subpic_v_dest_ratio = (float)dst_h / surface_subpic->subpic_dsth; in psb_calculate_subpic_size() 526 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle, 594 (dst_w * dst_h * 2), 609 sBltVP.sDst.SurfHeight = dst_h; 630 sBltVP.rcDest.bottom = dst_y + dst_h; 641 … psb_calculate_subpic_size(obj_surface->width, obj_surface->height, dst_w, dst_h, surface_subpic);
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayUtils.cpp | 258 const int& dst_w, const int& dst_h) { in getDownscaleFactor() argument 265 if (dst_w && dst_h) in getDownscaleFactor() 267 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h); in getDownscaleFactor() 288 const int& dst_w, const int& dst_h, float& horDscale, in getDecimationFactor() argument 291 verDscale = ceilf((float)src_h / (float)dst_h); in getDecimationFactor()
|
/hardware/qcom/display/msm8084/libqdutils/ |
D | cb_utils.cpp | 87 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; in getuiClearRegion() local 89 if (!(dst_w || dst_h)) in getuiClearRegion()
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | cb_utils.cpp | 87 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; in getuiClearRegion() local 89 if (!(dst_w || dst_h)) in getuiClearRegion()
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | cb_utils.cpp | 89 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; in getuiClearRegion() local 91 if (!(dst_w || dst_h)) in getuiClearRegion()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayMdpRot.cpp | 292 const int& dst_w, const int& dst_h, const uint32_t& /*mdpFormat*/, in getDownscaleFactor() argument 300 if (dst_w && dst_h) in getDownscaleFactor() 302 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h); in getDownscaleFactor()
|
D | overlayUtils.cpp | 273 const int& dst_w, const int& dst_h, uint8_t& horzDeci, in getDecimationFactor() argument 278 float verDscale = ceilf((float)src_h / (float)dst_h); in getDecimationFactor()
|
/hardware/qcom/display/msm8909/liboverlay/ |
D | overlayMdpRot.cpp | 292 const int& dst_w, const int& dst_h, const uint32_t& /*mdpFormat*/, in getDownscaleFactor() argument 300 if (dst_w && dst_h) in getDownscaleFactor() 302 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h); in getDownscaleFactor()
|
D | overlayUtils.cpp | 252 const int& dst_w, const int& dst_h, uint8_t& horzDeci, in getDecimationFactor() argument 257 float verDscale = ceilf((float)src_h / (float)dst_h); in getDecimationFactor()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayUtils.cpp | 184 const int& dst_w, const int& dst_h) { in getDownscaleFactor() argument 194 if (dst_w && dst_h) in getDownscaleFactor() 196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) + in getDownscaleFactor()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_copybit.cpp | 175 int dst_h, dst_w, src_h, src_w; in prepare() local 189 dst_h = layer->displayFrame.bottom - layer->displayFrame.top; in prepare() 192 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) { in prepare() 195 __FUNCTION__, dst_w,src_w,dst_h,src_h); in prepare() 199 dy = (float)dst_h/(float)src_h; in prepare()
|
D | hwc_utils.cpp | 701 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local 703 dst_h = displayFrame.bottom - displayFrame.top; in isDownscaleRequired() 707 if(((src_w > dst_w) || (src_h > dst_h))) in isDownscaleRequired() 713 int dst_w, dst_h, src_w, src_h; in needsScaling() local 718 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling() 722 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 1059 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects() local 1080 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects() 1085 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h; in calculate_crop_rects() 1571 int dst_h = dst.bottom - dst.top; in configColorLayer() local [all …]
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.cpp | 688 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local 690 dst_h = displayFrame.bottom - displayFrame.top; in isDownscaleRequired() 694 if(((src_w > dst_w) || (src_h > dst_h))) in isDownscaleRequired() 700 int dst_w, dst_h, src_w, src_h; in needsScaling() local 705 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling() 709 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 1046 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects() local 1067 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects() 1072 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h; in calculate_crop_rects() 1577 int dst_h = dst.bottom - dst.top; in configColorLayer() local [all …]
|
D | hwc_copybit.cpp | 313 int dst_h, dst_w, src_h, src_w; in prepare() local 327 dst_h = layer->displayFrame.bottom - layer->displayFrame.top; in prepare() 330 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) { in prepare() 333 __FUNCTION__, dst_w,src_w,dst_h,src_h); in prepare() 337 dy = (float)dst_h/(float)src_h; in prepare()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.cpp | 361 int dst_w, dst_h, src_w, src_h; in needsScaling() local 367 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling() 372 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 569 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects() local 590 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h; in calculate_crop_rects() 595 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h; in calculate_crop_rects()
|
/hardware/qcom/msm8996/kernel-headers/media/ |
D | msmb_pproc.h | 139 uint32_t dst_h; member
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_utils.cpp | 930 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local 932 dst_h = displayFrame.bottom - displayFrame.top; in isDownscaleRequired() 936 if(((src_w > dst_w) || (src_h > dst_h))) in isDownscaleRequired() 942 int dst_w, dst_h, src_w, src_h; in needsScaling() local 947 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling() 951 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 1331 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects() local 1352 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects() 1357 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h; in calculate_crop_rects() 1892 int dst_h = dst.bottom - dst.top; in configColorLayer() local [all …]
|
D | hwc_copybit.cpp | 401 int dst_h, dst_w, src_h, src_w; in prepare() local 418 dst_h = layer->displayFrame.bottom - layer->displayFrame.top; in prepare() 421 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) { in prepare() 424 __FUNCTION__, dst_w,src_w,dst_h,src_h); in prepare() 428 dy = (float)dst_h/(float)src_h; in prepare()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.cpp | 863 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local 865 dst_h = displayFrame.bottom - displayFrame.top; in isDownscaleRequired() 869 if(((src_w > dst_w) || (src_h > dst_h))) in isDownscaleRequired() 875 int dst_w, dst_h, src_w, src_h; in needsScaling() local 880 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling() 887 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling() 1264 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects() local 1285 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects() 1290 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h; in calculate_crop_rects() 1812 int dst_h = dst.bottom - dst.top; in configColorLayer() local [all …]
|
D | hwc_copybit.cpp | 317 int dst_h, dst_w, src_h, src_w; in prepare() local 334 dst_h = layer->displayFrame.bottom - layer->displayFrame.top; in prepare() 337 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) { in prepare() 340 __FUNCTION__, dst_w,src_w,dst_h,src_h); in prepare() 344 dy = (float)dst_h/(float)src_h; in prepare()
|
/hardware/qcom/msm8960/original-kernel-headers/media/ |
D | msm_isp.h | 333 uint32_t dst_h; member
|
/hardware/qcom/msm8x84/kernel-headers/media/ |
D | msmb_pproc.h | 190 uint32_t dst_h; member
|