Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java180 ByteArrayOutputStream webpLossy = new ByteArrayOutputStream(); in testCompressWebpLossy() local
181 assertTrue(mBitmap.compress(CompressFormat.WEBP_LOSSY, quality, webpLossy)); in testCompressWebpLossy()
182 byte[] webpLossyCompressed = webpLossy.toByteArray(); in testCompressWebpLossy()