Searched refs:imageHeight (Results 1 – 7 of 7) 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()
2958 int imageHeight = image.getHeight();2969 height = imageHeight;2972 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()
1172 int imageHeight = image.getHeight(); in getImageMD5Checksum() local1183 height = imageHeight; in getImageMD5Checksum()1186 height = imageHeight /2; in getImageMD5Checksum()
1165 int imageHeight = cropBottom - cropTop + 1; in getImageMD5Checksum() local1176 height = imageHeight; in getImageMD5Checksum()1181 height = imageHeight /2; in getImageMD5Checksum()
148 int imageHeight = image.getHeight(); in testBadSurfaceDimensions() local149 Size actualSize = new Size(imageWidth, imageHeight); in testBadSurfaceDimensions()