Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DChangeImageTransformTest.java107 int imageHeight = mImage.getIntrinsicHeight(); in centerMatrix() local
109 float ty = Math.round((imageViewHeight - imageHeight)/2f); in centerMatrix()
121 int imageHeight = mImage.getIntrinsicHeight(); in fitXYMatrix() local
123 float scaleY = ((float)imageViewHeight)/imageHeight; in fitXYMatrix()
135 int imageHeight = mImage.getIntrinsicHeight(); in centerCropMatrix() local
137 float scaleY = ((float)imageViewHeight)/imageHeight; in centerCropMatrix()
142 float height = imageHeight * maxScale; in centerCropMatrix()
157 int imageHeight = mImage.getIntrinsicHeight(); in fitCenterMatrix() local
159 float scaleY = ((float)imageViewHeight)/imageHeight; in fitCenterMatrix()
164 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.java2555 int imageHeight = image.getHeight();
2566 height = imageHeight;
2569 height = imageHeight /2;
/cts/tests/tests/media/libimagereaderjni/
DAImageReaderCts.cpp378 int32_t imageHeight = 0; in HandleImageAvailable() local
383 AImage_getHeight(outImage, &imageHeight); in HandleImageAvailable()
384 if (imageWidth != mWidth || imageHeight != mHeight) { in HandleImageAvailable()
386 mHeight, imageWidth, imageHeight); in HandleImageAvailable()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaUtils.java1140 int imageHeight = image.getHeight(); in getImageMD5Checksum() local
1151 height = imageHeight; in getImageMD5Checksum()
1154 height = imageHeight /2; in getImageMD5Checksum()
/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java144 int imageHeight = image.getHeight(); in testBadSurfaceDimensions() local
145 Size actualSize = new Size(imageWidth, imageHeight); in testBadSurfaceDimensions()