Searched defs:getHeight (Results 1 - 16 of 16) sorted by relevance

/cts/apps/CtsVerifier/include/colorchecker/
H A Dtestingimage.h47 inline int getHeight() const { return mHeight; } function in class:TestingImage
/cts/tests/tests/media/src/android/media/cts/
H A DCodecImage.java107 public abstract int getHeight(); method in class:CodecImage
130 return new Rect(0, 0, getWidth(), getHeight());
145 cropRect.intersect(0, 0, getWidth(), getHeight());
H A DCodecUtils.java71 public int getHeight() { method in class:CodecUtils.ImageWrapper
72 return mImage.getHeight();
160 int imageHeight = image.getHeight();
H A DInputSurface.java108 mHeight = getHeight();
117 mHeight = getHeight();
202 public int getHeight() { method in class:InputSurface
H A DIvfReader.java87 public int getHeight(){ method in class:IvfReader
H A DYUVImage.java83 public int getHeight() { method in class:YUVImage
H A DImageReaderDecoderTest.java124 public int getHeight() { method in class:ImageReaderDecoderTest.MediaAsset
225 if (mCaps.areSizeAndRateSupported(asset.getWidth(), asset.getHeight(), SWIRL_FPS)
248 int height = asset.getHeight();
H A DDecodeAccuracyTestBase.java322 mediaFormat.setInteger(MediaFormat.KEY_HEIGHT, videoFormat.getHeight());
1369 public int getHeight() { method in class:VideoFormat
1444 if (bitmap1.getHeight() != bitmap2.getHeight() || bitmap1.getWidth() != bitmap2.getWidth()) {
1462 greatestDifferenceIndex / bitmap1.getHeight()));
1466 final double[][] result = new double[bitmap.getHeight() * bitmap.getWidth()][3];
1467 final int pixels[] = new int[bitmap.getHeight() * bitmap.getWidth()];
1468 bitmap.getPixels(pixels, 0, bitmap.getWidth(), 0, 0, bitmap.getWidth(), bitmap.getHeight());
1594 int height = input.getHeight();
1700 double vBorder = (double) bitmap1.getHeight() / (doubl
[all...]
H A DAdaptivePlaybackTest.java1270 public int getHeight() { method in class:Media
1379 if (media.getHeight() >= 720 &&
1648 c.mediaList[i].getWidth(), c.mediaList[i].getHeight());
1657 if (media.getHeight() > format.getInteger(MediaFormat.KEY_MAX_HEIGHT)) {
1658 format.setInteger(MediaFormat.KEY_MAX_HEIGHT, media.getHeight());
/cts/tests/tests/animation/src/android/animation/cts/
H A DShapeHolder.java95 s.resize(width, s.getHeight());
98 public float getHeight() { method in class:ShapeHolder
99 return mShape.getShape().getHeight();
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
H A DRGBZ.java127 public int getHeight() { method in class:RGBZ
128 return bitmap.getHeight();
140 y < 0 || y > depthBitmap.getHeight()) {
162 int h = orig.getHeight();
/cts/tests/tests/opengl/src/android/opengl/cts/
H A DFramebufferTest.java525 public int getHeight() { method in class:FramebufferTest.EglSurfaceBase
/cts/tests/camera/src/android/hardware/camera2/cts/
H A DAllocationTest.java251 public int getHeight() { method in class:AllocationTest.Patch
413 int height = size.getHeight();
/cts/tests/tests/graphics/src/android/opengl/cts/
H A DCompressedTextureLoader.java69 public int getHeight() { return mHeight; } method in class:CompressedTextureLoader.Texture
192 int dataSize = bitmap.getRowBytes() * bitmap.getHeight();
202 bitmap.getHeight(),
206 Texture tex = new Texture(compressed.getWidth(), compressed.getHeight(),
/cts/libs/deviceutillegacy/src/android/webkit/cts/
H A DWebViewOnUiThread.java614 public int getHeight() { method in class:WebViewOnUiThread
618 return mWebView.getHeight();
/cts/apps/CtsVerifier/libs/
H A Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/opencv/BuildConfig.class BuildConfig. ...

Completed in 3496 milliseconds