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.java90 private Bitmap[] mTestBitmaps = new Bitmap[1]; field in YuvImageTest
156 for (int j = 0; j < mTestBitmaps.length; ++j) { in testCompressYuvToJpeg()
159 mTestBitmaps[j], PADDINGS[k]); in testCompressYuvToJpeg()
164 compressRects(mTestBitmaps[j], image, in testCompressYuvToJpeg()
170 compressRects(mTestBitmaps[j], image, RECTS_SHIFTED[0], in testCompressYuvToJpeg()
174 compressOddRect(mTestBitmaps[j], image, RECT_ODD_SIDES); in testCompressYuvToJpeg()
184 YuvImage image = generateYuvImage(ImageFormat.YUY2, mTestBitmaps[0], 0); in testGetHeight()
185 assertEquals(mTestBitmaps[0].getHeight(), image.getHeight()); in testGetHeight()
186 assertEquals(mTestBitmaps[0].getWidth(), image.getWidth()); in testGetHeight()
192 int width = mTestBitmaps[0].getWidth(); in testGetYuvData()
[all …]