Searched refs:webp (Results 1 – 1 of 1) sorted by relevance
178 ByteArrayOutputStream webp = new ByteArrayOutputStream(); in testCompressWebpLossy() local179 assertTrue(mBitmap.compress(CompressFormat.WEBP, quality, webp)); in testCompressWebpLossy()180 byte[] webpCompressed = webp.toByteArray(); in testCompressWebpLossy()206 ByteArrayOutputStream webp = new ByteArrayOutputStream(); in testCompressWebpLossless() local207 assertTrue(mBitmap.compress(CompressFormat.WEBP_LOSSLESS, quality, webp)); in testCompressWebpLossless()208 byte[] webpCompressed = webp.toByteArray(); in testCompressWebpLossless()217 ByteArrayOutputStream webp = new ByteArrayOutputStream(); in testCompressWebp100MeansLossless() local218 assertTrue(mBitmap.compress(CompressFormat.WEBP, 100, webp)); in testCompressWebp100MeansLossless()219 byte[] webpCompressed = webp.toByteArray(); in testCompressWebp100MeansLossless()