Searched defs:dst_h (Results 1 - 25 of 33) sorted by relevance

12

/hardware/qcom/display/msm8084/libqdutils/
H A Dcb_utils.cpp87 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; local
89 if (!(dst_w || dst_h))
/hardware/qcom/display/msm8226/libqdutils/
H A Dcb_utils.cpp87 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; local
89 if (!(dst_w || dst_h))
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_wayland.c78 unsigned short dst_h,
67 vaPutSurface( VADisplay dpy, VASurfaceID surface, struct drawable *wl_drawable, short src_x, short src_y, unsigned short src_w, unsigned short src_h, short dst_x, short dst_y, unsigned short dst_w, unsigned short dst_h, const VARectangle *cliprects, unsigned int num_cliprects, unsigned int flags ) argument
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.cpp252 const int& dst_w, const int& dst_h) {
259 if (dst_w && dst_h)
261 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
282 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
287 float verDscale = ceilf((float)src_h / (float)dst_h);
251 getDownscaleFactor(const int& src_w, const int& src_h, const int& dst_w, const int& dst_h) argument
281 getDecimationFactor(const int& src_w, const int& src_h, const int& dst_w, const int& dst_h, uint8_t& horzDeci, uint8_t& vertDeci) argument
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.cpp258 const int& dst_w, const int& dst_h) {
265 if (dst_w && dst_h)
267 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
288 const int& dst_w, const int& dst_h, float& horDscale,
291 verDscale = ceilf((float)src_h / (float)dst_h);
257 getDownscaleFactor(const int& src_w, const int& src_h, const int& dst_w, const int& dst_h) argument
287 getDecimationFactor(const int& src_w, const int& src_h, const int& dst_w, const int& dst_h, float& horDscale, float& verDscale) argument
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.cpp184 const int& dst_w, const int& dst_h) {
194 if (dst_w && dst_h)
196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
183 getDownscaleFactor(const int& src_w, const int& src_h, const int& dst_w, const int& dst_h) argument
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.cpp221 const int& dst_w, const int& dst_h) {
231 if (dst_w && dst_h)
233 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
261 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
266 float verDscale = ceilf((float)src_h / (float)dst_h);
220 getDownscaleFactor(const int& src_w, const int& src_h, const int& dst_w, const int& dst_h) argument
260 getDecimationFactor(const int& src_w, const int& src_h, const int& dst_w, const int& dst_h, uint8_t& horzDeci, uint8_t& vertDeci) argument
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp175 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;
H A Dhwc_mdpcomp.cpp340 int dst_h = dst.bottom - dst.top; local
342 float h_scale = ((float)crop_h / (float)dst_h);
H A Dhwc_utils.cpp701 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
1080 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
1085 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h;
1565 int dst_h local
2162 int dst_h = dst.bottom - dst.top; local
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_texture.c341 static void psb_calculate_subpic_size(int surf_width, int surf_height, int dst_w, int dst_h, PsbVASurfaceRec *surface_subpic) argument
348 src_v_ratio = (float)surf_height / dst_h;
354 subpic_v_dest_ratio = (float)dst_h / surface_subpic->subpic_dsth;
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/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp313 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;
H A Dhwc_mdpcomp.cpp350 int dst_h = dst.bottom - dst.top; local
352 float h_scale = ((float)crop_h / (float)dst_h);
H A Dhwc_utils.cpp688 int dst_w, dst_h, src_w, src_h; local
690 dst_h = displayFrame.bottom - displayFrame.top;
694 if(((src_w > dst_w) || (src_h > dst_h)))
700 int dst_w, dst_h, src_w, src_h; local
705 dst_h = displayFrame.bottom - displayFrame.top;
709 if(((src_w != dst_w) || (src_h != dst_h)))
1045 int dst_h = abs(dst.bottom - dst.top); local
1066 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
1071 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h;
1576 int dst_h local
2179 int dst_h = dst.bottom - dst.top; local
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp290 int dst_h = dst.bottom - dst.top; local
292 float h_dscale = ceilf((float)crop_h / (float)dst_h);
H A Dhwc_utils.cpp362 int dst_w, dst_h, src_w, src_h; local
368 dst_h = displayFrame.bottom - displayFrame.top;
373 if(((src_w != dst_w) || (src_h != dst_h)))
566 int dst_h = abs(dst.bottom - dst.top); local
589 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
594 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_mdpcomp.cpp283 int dst_h = dst.bottom - dst.top; local
285 float h_dscale = ceilf((float)crop_h / (float)dst_h);
H A Dhwc_utils.cpp305 int dst_w, dst_h, src_w, src_h; local
312 dst_h = displayFrame.bottom - displayFrame.top;
316 if(((src_w != dst_w) || (src_h != dst_h)))
520 int dst_h = abs(dst.bottom - dst.top); local
543 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
548 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h;
1171 int dst_h = dst.bottom - dst.top; local
1187 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci,
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsmb_pproc.h149 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsmb_pproc.h131 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsmb_pproc.h190 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsmb_pproc.h176 uint32_t dst_h; member in struct:msm_vpe_frame_strip_info
/hardware/samsung_slsi/exynos5/include/
H A Dfimg2d.h201 int dst_w, dst_h; member in struct:fimg2d_scale
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimg2d.h295 int dst_w, dst_h; member in struct:fimg2d_scale
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_isp.h333 uint32_t dst_h; member in struct:msm_pp_crop

Completed in 751 milliseconds

12