Home
last modified time | relevance | path

Searched refs:imageHeight (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DChangeImageTransformTest.java140 int imageHeight = mImage.getIntrinsicHeight(); in centerMatrix() local
142 float ty = Math.round((imageViewHeight - imageHeight)/2f); in centerMatrix()
154 int imageHeight = mImage.getIntrinsicHeight(); in fitXYMatrix() local
156 float scaleY = ((float)imageViewHeight)/imageHeight; in fitXYMatrix()
168 int imageHeight = mImage.getIntrinsicHeight(); in centerCropMatrix() local
170 float scaleY = ((float)imageViewHeight)/imageHeight; in centerCropMatrix()
175 float height = imageHeight * maxScale; in centerCropMatrix()
190 int imageHeight = mImage.getIntrinsicHeight(); in fitCenterMatrix() local
192 float scaleY = ((float)imageViewHeight)/imageHeight; in fitCenterMatrix()
197 float height = imageHeight * minScale; in fitCenterMatrix()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DYUVImage.java34 int imageWidth, int imageHeight, in YUVImage() argument
39 mImageHeight = imageHeight; in YUVImage()
DDecoderTest.java3042 int imageHeight = image.getHeight();
3053 height = imageHeight;
3056 height = imageHeight /2;
/cts/tests/tests/media/libimagereaderjni/
DAImageReaderCts.cpp379 int32_t imageHeight = 0; in HandleImageAvailable() local
384 AImage_getHeight(outImage, &imageHeight); in HandleImageAvailable()
385 if (imageWidth != mWidth || imageHeight != mHeight) { in HandleImageAvailable()
387 mHeight, imageWidth, imageHeight); in HandleImageAvailable()
/cts/tests/media/src/android/mediav2/cts/
DCodecTestBase.java309 int imageHeight = image.getHeight(); in checksum() local
318 height = imageHeight; in checksum()
321 height = imageHeight / 2; in checksum()
1170 int imageHeight = image.getHeight(); in fillImage() local
1176 int height = imageHeight; in fillImage()
1183 height = imageHeight / 2; in fillImage()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaUtils.java1165 int imageHeight = cropBottom - cropTop; in getImageMD5Checksum() local
1176 height = imageHeight; in getImageMD5Checksum()
1181 height = imageHeight /2; in getImageMD5Checksum()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java1272 int imageHeight = cropBottom - cropTop; in getImageMD5Checksum() local
1283 height = imageHeight; in getImageMD5Checksum()
1288 height = imageHeight /2; in getImageMD5Checksum()
/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java148 int imageHeight = image.getHeight(); in testBadSurfaceDimensions() local
149 Size actualSize = new Size(imageWidth, imageHeight); in testBadSurfaceDimensions()