Searched defs:getWidth (Results 1 - 17 of 17) sorted by relevance

/cts/apps/CtsVerifier/include/colorchecker/
H A Dtestingimage.h46 inline int getWidth() const { return mWidth; } function in class:TestingImage
/cts/tests/tests/systemui/src/android/systemui/cts/
H A DLightBarBaseActivity.java49 public int getWidth() { method in class:LightBarBaseActivity
50 return mContent.getWidth();
/cts/tests/tests/media/src/android/media/cts/
H A DCodecImage.java101 public abstract int getWidth(); method in class:CodecImage
130 return new Rect(0, 0, getWidth(), getHeight());
145 cropRect.intersect(0, 0, getWidth(), getHeight());
H A DCodecUtils.java69 public int getWidth() { method in class:CodecUtils.ImageWrapper
70 return mImage.getWidth();
158 int numDigits = bitmap.getWidth() / 16;
H A DInputSurface.java107 mWidth = getWidth();
117 mWidth = getWidth();
197 public int getWidth() { method in class:InputSurface
H A DIvfReader.java80 public int getWidth(){ method in class:IvfReader
H A DYUVImage.java78 public int getWidth() { method in class:YUVImage
H A DImageReaderDecoderTest.java121 public int getWidth() { method in class:ImageReaderDecoderTest.MediaAsset
226 if (mCaps.areSizeAndRateSupported(asset.getWidth(), asset.getHeight(), SWIRL_FPS)
248 int width = asset.getWidth();
H A DDecodeAccuracyTestBase.java483 mediaFormat.setInteger(MediaFormat.KEY_WIDTH, videoFormat.getWidth());
499 if (maxWidth >= videoFormat.getWidth() && maxHeight >= videoFormat.getHeight()) {
507 mediaFormat.setInteger(MediaFormat.KEY_MAX_WIDTH, videoFormat.getWidth());
1610 public int getWidth() { method in class:VideoFormat
1612 return getParsedName().getWidth();
1622 return getParsedName().getWidth();
1711 public int getWidth() { method in class:FilenameParser
1783 if (bitmap1.getHeight() != bitmap2.getHeight() || bitmap1.getWidth() != bitmap2.getWidth()) {
1800 greatestDifferenceIndex % bitmap1.getWidth(),
[all...]
H A DAdaptivePlaybackTest.java1251 public int getWidth() { method in class:Media
1590 c.mediaList[i].getWidth(), c.mediaList[i].getHeight());
1596 if (media.getWidth() > format.getInteger(MediaFormat.KEY_MAX_WIDTH)) {
1597 format.setInteger(MediaFormat.KEY_MAX_WIDTH, media.getWidth());
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/PoseProvider/
H A DIntrinsics.java54 public int getWidth() { method in class:Intrinsics
/cts/tests/tests/animation/src/android/animation/cts/
H A DShapeHolder.java89 public float getWidth() { method in class:ShapeHolder
90 return mShape.getShape().getWidth();
104 s.resize(s.getWidth(), height);
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
H A DRGBZ.java120 public int getWidth() { method in class:RGBZ
121 return bitmap.getWidth();
139 if (x < 0 || x > depthBitmap.getWidth() ||
161 int w = orig.getWidth();
/cts/tests/tests/opengl/src/android/opengl/cts/
H A DFramebufferTest.java515 public int getWidth() { method in class:FramebufferTest.EglSurfaceBase
H A DCompressedTextureLoader.java51 public int getWidth() { return mWidth; } method in class:CompressedTextureLoader.Texture
187 int bytesPerPixel = bitmap.getRowBytes() / bitmap.getWidth();
189 bitmap.getWidth(),
194 Texture tex = new Texture(compressed.getWidth(), compressed.getHeight(),
/cts/tests/camera/src/android/hardware/camera2/cts/
H A DAllocationTest.java197 wFull = size.getWidth();
198 hFull = size.getWidth();
244 public int getWidth() { method in class:AllocationTest.Patch
433 int width = size.getWidth();
/cts/apps/CtsVerifier/libs/
H A Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/opencv/BuildConfig.class BuildConfig. ...

Completed in 474 milliseconds