Searched refs:webp (Results 1 – 1 of 1) sorted by relevance
175 ByteArrayOutputStream webp = new ByteArrayOutputStream(); in testCompressWebpLossy() local176 assertTrue(mBitmap.compress(CompressFormat.WEBP, quality, webp)); in testCompressWebpLossy()177 byte[] webpCompressed = webp.toByteArray(); in testCompressWebpLossy()203 ByteArrayOutputStream webp = new ByteArrayOutputStream(); in testCompressWebpLossless() local204 assertTrue(mBitmap.compress(CompressFormat.WEBP_LOSSLESS, quality, webp)); in testCompressWebpLossless()205 byte[] webpCompressed = webp.toByteArray(); in testCompressWebpLossless()214 ByteArrayOutputStream webp = new ByteArrayOutputStream(); in testCompressWebp100MeansLossless() local215 assertTrue(mBitmap.compress(CompressFormat.WEBP, 100, webp)); in testCompressWebp100MeansLossless()216 byte[] webpCompressed = webp.toByteArray(); in testCompressWebp100MeansLossless()