Searched refs:src_w (Results 1 - 25 of 39) sorted by relevance

12

/hardware/intel/img/psb_video/src/
H A Dpsb_texture.h137 void blit_texture_to_buf(VADriverContextP ctx, unsigned char * data, int src_x, int src_y, int src_w,
143 VADriverContextP ctx, unsigned char *dst, VASurfaceID surface, int src_x, int src_y, int src_w,
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) {
614 xscaleFract = ((src_w - 1) << 12) / drw_w;
855 int src_w = *src_w_new, src_h = *src_h_new; local
876 tmp = src_w;
877 src_w = src_h;
899 tmp = src_w;
900 src_w = src_h;
918 *src_w_new = src_w;
930 short __maybe_unused src_w, shor
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
286 float horDscale = ceilf((float)src_w / (float)dst_w);
304 if(src_w > 2048) {
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.c73 unsigned short src_w,
88 src_rect.width = src_w;
93 dst_rect.width = src_w;
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/msm8909/liboverlay/
H A DoverlayUtils.cpp251 void getDecimationFactor(const int& src_w, const int& src_h, argument
256 float horDscale = ceilf((float)src_w / (float)dst_w);
275 if(src_w > (int) mdpHw.getMaxMixerWidth()) {
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);
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.cpp272 void getDecimationFactor(const int& src_w, const int& src_h, argument
277 float horDscale = ceilf((float)src_w / (float)dst_w);
296 if(src_w > (int) mdpHw.getMaxPipeWidth()) {
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);
/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
290 horDscale = ceilf((float)src_w / (float)dst_w);
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.h135 uint32_t src_w; member in struct:msm_vpe_frame_strip_info
/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/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp175 int dst_h, dst_w, src_h, src_w; local
184 src_w = sourceCrop.bottom - sourceCrop.top;
187 src_w = sourceCrop.right - sourceCrop.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;
H A Dhwc_utils.cpp701 int dst_w, dst_h, src_w, src_h; local
704 src_w = sourceCrop.right - sourceCrop.left;
707 if(((src_w > dst_w) || (src_h > dst_h)))
713 int dst_w, dst_h, src_w, src_h; local
719 src_w = sourceCrop.right - sourceCrop.left;
722 if(((src_w != dst_w) || (src_h != dst_h)))
2165 int src_w = crop.right - crop.left; local
2170 swap(src_w, src_h);
2176 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
322 src_w = sourceCrop.bottom - sourceCrop.top;
325 src_w = sourceCrop.right - sourceCrop.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;
H A Dhwc_utils.cpp688 int dst_w, dst_h, src_w, src_h; local
691 src_w = sourceCrop.right - sourceCrop.left;
694 if(((src_w > dst_w) || (src_h > dst_h)))
700 int dst_w, dst_h, src_w, src_h; local
706 src_w = sourceCrop.right - sourceCrop.left;
709 if(((src_w != dst_w) || (src_h != dst_h)))
2177 int src_w = crop.right - crop.left; local
2182 swap(src_w, src_h);
2185 if(src_w > qdutils::MAX_DISPLAY_DIM) {
2192 ovutils::getDecimationFactor(src_w, src_
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_copybit.cpp317 int dst_h, dst_w, src_h, src_w; local
329 src_w = sourceCrop.bottom - sourceCrop.top;
332 src_w = sourceCrop.right - sourceCrop.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;
H A Dhwc_utils.cpp863 int dst_w, dst_h, src_w, src_h; local
866 src_w = sourceCrop.right - sourceCrop.left;
869 if(((src_w > dst_w) || (src_h > dst_h)))
875 int dst_w, dst_h, src_w, src_h; local
881 src_w = sourceCrop.right - sourceCrop.left;
885 swap(src_w, src_h);
887 if(((src_w != dst_w) || (src_h != dst_h)))
2553 int src_w = crop.right - crop.left; local
2558 swap(src_w, src_h);
2561 if(src_w > (in
[all...]
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_isp.h328 uint32_t src_w; member in struct:msm_pp_crop
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsmb_pproc.h251 uint32_t src_w; member in struct:msm_vpe_frame_strip_info
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsmb_pproc.h125 uint32_t src_w; member in struct:msm_vpe_frame_strip_info
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsmb_pproc.h186 uint32_t src_w; 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
413 src_w = sourceCrop.bottom - sourceCrop.top;
416 src_w = sourceCrop.right - sourceCrop.left;
421 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
424 __FUNCTION__, dst_w,src_w,dst_h,src_h);
427 dx = (float)dst_w/(float)src_w;
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsmb_pproc.h173 uint32_t src_w; member in struct:msm_vpe_frame_strip_info

Completed in 690 milliseconds

12