Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:extH

766         uint32_t extW = 0, extH = 0;
768 ctx->mHDMIDisplay->getAttributes(extW, extH);
771 extH = ctx->mHWCVirtual->getScalingHeight();
773 ALOGD_IF(HWC_UTILS_DEBUG, "%s: Scaling mode extW=%d extH=%d",
774 __FUNCTION__, extW, extH);
785 outPos.y = uint32_t(yRatio * (float)extH);
787 outPos.h = uint32_t(hRatio * (float)extH);
847 uint32_t extW = 0, extH = 0;
854 ctx->mHDMIDisplay->getAttributes(extW, extH);
857 extH = ctx->mHWCVirtual->getScalingHeight();
859 ALOGD_IF(HWC_UTILS_DEBUG, "%s: Scaling mode extW=%d extH=%d",
860 __FUNCTION__, extW, extH);
864 float hRatio = ((float)extH)/fbHeight;
1997 int extH = ctx->dpyAttr[dpy].yres;
1999 if(srcCrop.w * extH < extW * srcCrop.h) {
2000 int offset = (srcCrop.h - ((srcCrop.w * extH) / extW)) / 2;
2004 int offset = (srcCrop.w - ((extW * srcCrop.h) / extH)) / 2;
2009 " source crop [%d %d %d %d]", extW, extH, dpy,
2022 int extH = ctx->dpyAttr[dpy].yres;
2028 float extDisplayAspectRatio = ((float)extW / (float)extH);
2035 dst.bottom = extH;
2039 extW, extH, dpy, dst.left, dst.top, dst.right, dst.bottom,