Lines Matching defs:extW
699 uint32_t extW = 0, extH = 0;
701 ctx->mHDMIDisplay->getAttributes(extW, extH);
703 extW = ctx->mHWCVirtual->getScalingWidth();
706 ALOGD_IF(HWC_UTILS_DEBUG, "%s: Scaling mode extW=%d extH=%d",
707 __FUNCTION__, extW, extH);
717 outPos.x = uint32_t(xRatio * (float)extW);
719 outPos.w = uint32_t(wRatio * (float)extW);
780 uint32_t extW = 0, extH = 0;
787 ctx->mHDMIDisplay->getAttributes(extW, extH);
789 extW = ctx->mHWCVirtual->getScalingWidth();
792 ALOGD_IF(HWC_UTILS_DEBUG, "%s: Scaling mode extW=%d extH=%d",
793 __FUNCTION__, extW, extH);
796 float wRatio = ((float)extW)/fbWidth;
1916 int extW = ctx->dpyAttr[dpy].xres;
1919 if(srcCrop.w * extH < extW * srcCrop.h) {
1920 int offset = (srcCrop.h - ((srcCrop.w * extH) / extW)) / 2;
1924 int offset = (srcCrop.w - ((extW * srcCrop.h) / extH)) / 2;
1929 " source crop [%d %d %d %d]", extW, extH, dpy,
1941 int extW = ctx->dpyAttr[dpy].xres;
1948 float extDisplayAspectRatio = ((float)extW / (float)extH);
1954 dst.right = extW;
1959 extW, extH, dpy, dst.left, dst.top, dst.right, dst.bottom,