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