Searched refs:src_h (Results 1 - 25 of 38) sorted by relevance

12

/hardware/intel/img/psb_video/src/
H A Dpsb_texture.h138 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,
H A Dpsb_overlay.c415 short src_w, short src_h, short drw_w, short drw_h,
610 if (src_w == drw_w && src_h == drw_h) {
615 yscaleFract = ((src_h - 1) << 12) / (deinterlace_factor * drw_h);
855 int src_w = *src_w_new, src_h = *src_h_new; local
877 src_w = src_h;
878 src_h = tmp;
900 src_w = src_h;
901 src_h = tmp;
919 *src_h_new = src_h;
930 short __maybe_unused src_w, short __maybe_unused src_h,
411 i830_display_video( VADriverContextP ctx, PsbPortPrivPtr pPriv, VASurfaceID __maybe_unused surface, int id, short width, short height, int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, int __maybe_unused y2, BoxPtr dstBox, short src_w, short src_h, short drw_w, short drw_h, unsigned int flags, int overlayId, int pipeId) argument
926 I830PutImageFlipRotateDebug( VADriverContextP ctx, VASurfaceID surface, short __maybe_unused src_x, short __maybe_unused src_y, short __maybe_unused src_w, short __maybe_unused src_h, short __maybe_unused drw_x, short __maybe_unused drw_y, short __maybe_unused drw_w, short __maybe_unused drw_h, int __maybe_unused fourcc, int __maybe_unused flags, int __maybe_unused overlayId, int pipeId) argument
1018 I830PutImage( VADriverContextP ctx, VASurfaceID surface, int src_x, int src_y, int src_w, int src_h, int drw_x, int drw_y, int drw_w, int drw_h, int fourcc, int flags, int overlayId, int pipeId) argument
[all...]
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.cpp251 int getDownscaleFactor(const int& src_w, const int& src_h, argument
261 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
281 void getDecimationFactor(const int& src_w, const int& src_h, argument
287 float verDscale = ceilf((float)src_h / (float)dst_h);
H A DoverlayUtils.h382 int getDownscaleFactor(const int& src_w, const int& src_h,
384 void getDecimationFactor(const int& src_w, const int& src_h,
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_wayland.c74 unsigned short src_h,
89 src_rect.height = src_h;
94 dst_rect.height = src_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/msm8084/liboverlay/
H A DoverlayUtils.cpp257 int getDownscaleFactor(const int& src_w, const int& src_h, argument
267 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
287 void getDecimationFactor(const int& src_w, const int& src_h, argument
291 verDscale = ceilf((float)src_h / (float)dst_h);
H A DoverlayUtils.h413 int getDownscaleFactor(const int& src_w, const int& src_h,
415 void getDecimationFactor(const int& src_w, const int& src_h,
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsmb_pproc.h132 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsmb_pproc.h120 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMdpRot.cpp291 int MdpRot::getDownscaleFactor(const int& src_w, const int& src_h, argument
302 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
H A DoverlayUtils.cpp251 void getDecimationFactor(const int& src_w, const int& src_h, argument
257 float verDscale = ceilf((float)src_h / (float)dst_h);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.cpp183 int getDownscaleFactor(const int& src_w, const int& src_h, argument
196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdpRot.cpp291 int MdpRot::getDownscaleFactor(const int& src_w, const int& src_h, argument
302 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
H A DoverlayUtils.cpp272 void getDecimationFactor(const int& src_w, const int& src_h, argument
278 float verDscale = ceilf((float)src_h / (float)dst_h);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp175 int dst_h, dst_w, src_h, src_w; local
183 src_h = sourceCrop.right - sourceCrop.left;
186 src_h = sourceCrop.bottom - sourceCrop.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_utils.cpp701 int dst_w, dst_h, src_w, src_h; local
705 src_h = sourceCrop.bottom - sourceCrop.top;
707 if(((src_w > dst_w) || (src_h > dst_h)))
713 int dst_w, dst_h, src_w, src_h; local
720 src_h = sourceCrop.bottom - sourceCrop.top;
722 if(((src_w != dst_w) || (src_h != dst_h)))
2168 int src_h = crop.bottom - crop.top; local
2172 swap(src_w, src_h);
2178 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horDscale,
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp313 int dst_h, dst_w, src_h, src_w; local
321 src_h = sourceCrop.right - sourceCrop.left;
324 src_h = sourceCrop.bottom - sourceCrop.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_utils.cpp688 int dst_w, dst_h, src_w, src_h; local
692 src_h = sourceCrop.bottom - sourceCrop.top;
694 if(((src_w > dst_w) || (src_h > dst_h)))
700 int dst_w, dst_h, src_w, src_h; local
707 src_h = sourceCrop.bottom - sourceCrop.top;
709 if(((src_w != dst_w) || (src_h != dst_h)))
2180 int src_h = crop.bottom - crop.top; local
2184 swap(src_w, src_h);
2194 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci,
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_copybit.cpp317 int dst_h, dst_w, src_h, src_w; local
328 src_h = sourceCrop.right - sourceCrop.left;
331 src_h = sourceCrop.bottom - sourceCrop.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;
H A Dhwc_utils.cpp863 int dst_w, dst_h, src_w, src_h; local
867 src_h = sourceCrop.bottom - sourceCrop.top;
869 if(((src_w > dst_w) || (src_h > dst_h)))
875 int dst_w, dst_h, src_w, src_h; local
882 src_h = sourceCrop.bottom - sourceCrop.top;
885 swap(src_w, src_h);
887 if(((src_w != dst_w) || (src_h != dst_h)))
2556 int src_h = crop.bottom - crop.top; local
2560 swap(src_w, src_h);
2567 if(src_h > 409
[all...]
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_isp.h329 uint32_t src_h; member in struct:msm_pp_crop
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsmb_pproc.h252 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsmb_pproc.h187 uint32_t src_h; member in struct:msm_vpe_frame_strip_info
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_copybit.cpp401 int dst_h, dst_w, src_h, src_w; local
418 src_h = sourceCrop.right - sourceCrop.left;
421 src_h = sourceCrop.bottom - sourceCrop.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;
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsmb_pproc.h174 uint32_t src_h; member in struct:msm_vpe_frame_strip_info

Completed in 1346 milliseconds

12