Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java178 ByteArrayOutputStream webp = new ByteArrayOutputStream(); in testCompressWebpLossy() local
179 assertTrue(mBitmap.compress(CompressFormat.WEBP, quality, webp)); in testCompressWebpLossy()
180 byte[] webpCompressed = webp.toByteArray(); in testCompressWebpLossy()
206 ByteArrayOutputStream webp = new ByteArrayOutputStream(); in testCompressWebpLossless() local
207 assertTrue(mBitmap.compress(CompressFormat.WEBP_LOSSLESS, quality, webp)); in testCompressWebpLossless()
208 byte[] webpCompressed = webp.toByteArray(); in testCompressWebpLossless()
217 ByteArrayOutputStream webp = new ByteArrayOutputStream(); in testCompressWebp100MeansLossless() local
218 assertTrue(mBitmap.compress(CompressFormat.WEBP, 100, webp)); in testCompressWebp100MeansLossless()
219 byte[] webpCompressed = webp.toByteArray(); in testCompressWebp100MeansLossless()