Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java175 ByteArrayOutputStream webp = new ByteArrayOutputStream(); in testCompressWebpLossy() local
176 assertTrue(mBitmap.compress(CompressFormat.WEBP, quality, webp)); in testCompressWebpLossy()
177 byte[] webpCompressed = webp.toByteArray(); in testCompressWebpLossy()
203 ByteArrayOutputStream webp = new ByteArrayOutputStream(); in testCompressWebpLossless() local
204 assertTrue(mBitmap.compress(CompressFormat.WEBP_LOSSLESS, quality, webp)); in testCompressWebpLossless()
205 byte[] webpCompressed = webp.toByteArray(); in testCompressWebpLossless()
214 ByteArrayOutputStream webp = new ByteArrayOutputStream(); in testCompressWebp100MeansLossless() local
215 assertTrue(mBitmap.compress(CompressFormat.WEBP, 100, webp)); in testCompressWebp100MeansLossless()
216 byte[] webpCompressed = webp.toByteArray(); in testCompressWebp100MeansLossless()
/cts/apps/CtsVerifier/
DNOTICE.txt5547 external/webp/NOTICE