/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_fbupdate.cpp | 67 ovutils::Whf info(getWidth(hnd), getHeight(hnd), 171 ovutils::Whf info(getWidth(hnd), getHeight(hnd),
|
hwc_utils.cpp | 831 static inline int configRotator(Rotator *rot, const Whf& whf, 832 const Whf& origWhf, const eMdpFlags& mdpFlags, 835 rot->setSource(whf, origWhf); 911 static inline void updateSource(eTransform& orient, Whf& whf, 919 preRotateSource(orient, whf, srcCrop); 944 Whf whf(getWidth(hnd), getHeight(hnd), 979 Whf origWhf(hnd->width, hnd->height [all...] |
hwc_utils.h | 324 overlay::utils::Whf mPrevWHF[MAX_DISPLAYS];
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_fbupdate.cpp | 82 ovutils::Whf info(alignedWidth, 206 ovutils::Whf info(alignedWidth,
|
hwc_utils.h | 218 int configRotator(overlay::Rotator *rot, const ovutils::Whf& whf, 227 void updateSource(ovutils::eTransform& orient, ovutils::Whf& whf,
|
hwc_ad.cpp | 158 const Whf& whf, 209 PipeArgs parg(mdpFlags, whf, ZORDER_0, IS_FG_OFF,
|
hwc_utils.cpp | 798 int configRotator(Rotator *rot, const Whf& whf, 801 rot->setSource(whf); 807 if (ovutils::isYuv(whf.format)) { 853 void updateSource(eTransform& orient, Whf& whf, 859 preRotateSource(orient, whf, srcCrop); 868 whf.w = srcCrop.w; 869 whf.h = srcCrop.h; 897 Whf whf(getWidth(hnd), getHeight(hnd) [all...] |
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_fbupdate.cpp | 67 ovutils::Whf info(getWidth(hnd), getHeight(hnd), 171 ovutils::Whf info(getWidth(hnd), getHeight(hnd),
|
hwc_utils.cpp | 792 static inline int configRotator(Rotator *rot, const Whf& whf, 795 rot->setSource(whf); 871 static inline void updateSource(eTransform& orient, Whf& whf, 879 preRotateSource(orient, whf, srcCrop); 904 Whf whf(getWidth(hnd), getHeight(hnd), 927 if(configRotator(*rot, whf, mdpFlags, orient, downscale) < 0) 930 whf.format = (*rot)->getDstFormat() [all...] |
/hardware/qcom/display/msm8960/liboverlay/ |
overlayUtils.cpp | 231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { 233 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); 236 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); 240 srcCrop.x = compute(whf.h, 244 swap(whf.w, whf.h);
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayUtils.cpp | 281 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { 283 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); 286 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); 290 srcCrop.x = compute(whf.h, 294 swap(whf.w, whf.h);
|
/hardware/qcom/display/msm8x26/liboverlay/ |
overlayUtils.cpp | 231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { 233 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w); 236 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h); 240 srcCrop.x = compute(whf.h, 244 swap(whf.w, whf.h);
|