Searched refs:swap (Results 1 - 19 of 19) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c45 #define swap(a, b) do { typeof(a) __a = (a); (a) = (b); (b) = __a; } while (0) macro
289 dump_printf(&log, "}%s\n", hwc_dev->use_sgx ? " swap" : "");
319 swap(w, h);
577 swap(orig_w, orig_h);
609 int c, swap = cfg->rotation & 1; local
612 if (swap)
615 crop.xy[!swap] -= (crop.wh[!swap] = -crop.wh[!swap]);
617 crop.xy[swap]
[all...]
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdpRot.cpp120 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
141 utils::swap(mOrigWhf.w, mOrigWhf.h);
H A DoverlayUtils.cpp244 swap(whf.w, whf.h);
245 swap(srcCrop.w, srcCrop.h);
H A DoverlayMdssRot.cpp114 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
H A DoverlayUtils.h423 template <class T> inline void swap ( T& a, T& b ) function in namespace:overlay::utils
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.cpp294 swap(whf.w, whf.h);
295 swap(srcCrop.w, srcCrop.h);
H A DoverlayMdpRot.cpp117 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
H A DoverlayMdssRot.cpp116 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
H A DoverlayUtils.h420 template <class T> inline void swap ( T& a, T& b ) function in namespace:overlay::utils
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayUtils.cpp244 swap(whf.w, whf.h);
245 swap(srcCrop.w, srcCrop.h);
H A DoverlayMdpRot.cpp115 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
H A DoverlayMdssRot.cpp109 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
H A DoverlayUtils.h423 template <class T> inline void swap ( T& a, T& b ) function in namespace:overlay::utils
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h289 inline void swap(T& a, T& b) { function in namespace:qhwc
H A Dhwc_utils.cpp469 swap(leftCutRatio, rightCutRatio);
472 swap(topCutRatio, bottomCutRatio);
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.h289 inline void swap(T& a, T& b) { function in namespace:qhwc
H A Dhwc_utils.cpp429 swap(leftCutRatio, rightCutRatio);
432 swap(topCutRatio, bottomCutRatio);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp430 swap(leftCutRatio, rightCutRatio);
433 swap(topCutRatio, bottomCutRatio);
1183 swap(src_w, src_h);
H A Dhwc_utils.h342 inline void swap(T& a, T& b) { function in namespace:qhwc

Completed in 105 milliseconds