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.java59 private Bitmap[] mTestBitmaps = new Bitmap[1]; field in YuvImageTest
166 for (int j = 0; j < mTestBitmaps.length; ++j) { in testCompressYuvToJpeg()
169 mTestBitmaps[j], mPaddings[k]); in testCompressYuvToJpeg()
174 compressRects(mTestBitmaps[j], image, in testCompressYuvToJpeg()
180 compressRects(mTestBitmaps[j], image, mRectsShifted[0], in testCompressYuvToJpeg()
184 compressOddRect(mTestBitmaps[j], image, mRectOddSides); in testCompressYuvToJpeg()
193 YuvImage image = generateYuvImage(ImageFormat.YUY2, mTestBitmaps[0], 0); in testGetHeight()
194 assertEquals(mTestBitmaps[0].getHeight(), image.getHeight()); in testGetHeight()
195 assertEquals(mTestBitmaps[0].getWidth(), image.getWidth()); in testGetHeight()
200 int width = mTestBitmaps[0].getWidth(); in testGetYuvData()
[all …]