Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DYuvImageTest.java104 private Bitmap[] mTestBitmaps = new Bitmap[1]; field in YuvImageTest
189 for (int j = 0; j < mTestBitmaps.length; ++j) { in testCompressYuvToJpeg()
192 mTestBitmaps[j], PADDINGS[k], null); in testCompressYuvToJpeg()
197 compressRects(mTestBitmaps[j], image, in testCompressYuvToJpeg()
203 compressRects(mTestBitmaps[j], image, RECTS_SHIFTED[0], in testCompressYuvToJpeg()
207 compressOddRect(mTestBitmaps[j], image, RECT_ODD_SIDES); in testCompressYuvToJpeg()
217 YuvImage image = generateYuvImage(ImageFormat.YUY2, mTestBitmaps[0], 0, null); in testGetHeight()
218 assertEquals(mTestBitmaps[0].getHeight(), image.getHeight()); in testGetHeight()
219 assertEquals(mTestBitmaps[0].getWidth(), image.getWidth()); in testGetHeight()
227 YuvImage imageSRGB = generateYuvImage(ImageFormat.YUY2, mTestBitmaps[0], 0, null); in testGetColorSpace()
[all …]