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.java91 private Bitmap[] mTestBitmaps = new Bitmap[1]; field in YuvImageTest
157 for (int j = 0; j < mTestBitmaps.length; ++j) { in testCompressYuvToJpeg()
160 mTestBitmaps[j], PADDINGS[k]); in testCompressYuvToJpeg()
165 compressRects(mTestBitmaps[j], image, in testCompressYuvToJpeg()
171 compressRects(mTestBitmaps[j], image, RECTS_SHIFTED[0], in testCompressYuvToJpeg()
175 compressOddRect(mTestBitmaps[j], image, RECT_ODD_SIDES); in testCompressYuvToJpeg()
185 YuvImage image = generateYuvImage(ImageFormat.YUY2, mTestBitmaps[0], 0); in testGetHeight()
186 assertEquals(mTestBitmaps[0].getHeight(), image.getHeight()); in testGetHeight()
187 assertEquals(mTestBitmaps[0].getWidth(), image.getWidth()); in testGetHeight()
193 int width = mTestBitmaps[0].getWidth(); in testGetYuvData()
[all …]