Lines Matching refs:extW
699 uint32_t extW = 0, extH = 0; in getAspectRatioPosition() local
701 ctx->mHDMIDisplay->getAttributes(extW, extH); in getAspectRatioPosition()
703 extW = ctx->mHWCVirtual->getScalingWidth(); in getAspectRatioPosition()
707 __FUNCTION__, extW, extH); in getAspectRatioPosition()
717 outPos.x = uint32_t(xRatio * (float)extW); in getAspectRatioPosition()
719 outPos.w = uint32_t(wRatio * (float)extW); in getAspectRatioPosition()
780 uint32_t extW = 0, extH = 0; in calcExtDisplayPosition() local
787 ctx->mHDMIDisplay->getAttributes(extW, extH); in calcExtDisplayPosition()
789 extW = ctx->mHWCVirtual->getScalingWidth(); in calcExtDisplayPosition()
793 __FUNCTION__, extW, extH); in calcExtDisplayPosition()
796 float wRatio = ((float)extW)/fbWidth; in calcExtDisplayPosition()
1918 int extW = ctx->dpyAttr[dpy].xres; in updateCropAIVVideoMode() local
1921 if(srcCrop.w * extH < extW * srcCrop.h) { in updateCropAIVVideoMode()
1922 int offset = (srcCrop.h - ((srcCrop.w * extH) / extW)) / 2; in updateCropAIVVideoMode()
1926 int offset = (srcCrop.w - ((extW * srcCrop.h) / extH)) / 2; in updateCropAIVVideoMode()
1931 " source crop [%d %d %d %d]", extW, extH, dpy, in updateCropAIVVideoMode()
1943 int extW = ctx->dpyAttr[dpy].xres; in updateDestAIVVideoMode() local
1950 float extDisplayAspectRatio = ((float)extW / (float)extH); in updateDestAIVVideoMode()
1956 dst.right = extW; in updateDestAIVVideoMode()
1961 extW, extH, dpy, dst.left, dst.top, dst.right, dst.bottom, in updateDestAIVVideoMode()