Searched refs:imageHeight (Results 1 – 8 of 8) sorted by relevance
140 int imageHeight = mImage.getIntrinsicHeight(); in centerMatrix() local142 float ty = Math.round((imageViewHeight - imageHeight)/2f); in centerMatrix()154 int imageHeight = mImage.getIntrinsicHeight(); in fitXYMatrix() local156 float scaleY = ((float)imageViewHeight)/imageHeight; in fitXYMatrix()168 int imageHeight = mImage.getIntrinsicHeight(); in centerCropMatrix() local170 float scaleY = ((float)imageViewHeight)/imageHeight; in centerCropMatrix()175 float height = imageHeight * maxScale; in centerCropMatrix()190 int imageHeight = mImage.getIntrinsicHeight(); in fitCenterMatrix() local192 float scaleY = ((float)imageViewHeight)/imageHeight; in fitCenterMatrix()197 float height = imageHeight * minScale; in fitCenterMatrix()[all …]
34 int imageWidth, int imageHeight, in YUVImage() argument39 mImageHeight = imageHeight; in YUVImage()
3042 int imageHeight = image.getHeight();3053 height = imageHeight;3056 height = imageHeight /2;
379 int32_t imageHeight = 0; in HandleImageAvailable() local384 AImage_getHeight(outImage, &imageHeight); in HandleImageAvailable()385 if (imageWidth != mWidth || imageHeight != mHeight) { in HandleImageAvailable()387 mHeight, imageWidth, imageHeight); in HandleImageAvailable()
309 int imageHeight = image.getHeight(); in checksum() local318 height = imageHeight; in checksum()321 height = imageHeight / 2; in checksum()1170 int imageHeight = image.getHeight(); in fillImage() local1176 int height = imageHeight; in fillImage()1183 height = imageHeight / 2; in fillImage()
1165 int imageHeight = cropBottom - cropTop; in getImageMD5Checksum() local1176 height = imageHeight; in getImageMD5Checksum()1181 height = imageHeight /2; in getImageMD5Checksum()
1272 int imageHeight = cropBottom - cropTop; in getImageMD5Checksum() local1283 height = imageHeight; in getImageMD5Checksum()1288 height = imageHeight /2; in getImageMD5Checksum()
148 int imageHeight = image.getHeight(); in testBadSurfaceDimensions() local149 Size actualSize = new Size(imageWidth, imageHeight); in testBadSurfaceDimensions()