Searched refs:webpLossy (Results 1 – 1 of 1) sorted by relevance
180 ByteArrayOutputStream webpLossy = new ByteArrayOutputStream(); in testCompressWebpLossy() local181 assertTrue(mBitmap.compress(CompressFormat.WEBP_LOSSY, quality, webpLossy)); in testCompressWebpLossy()182 byte[] webpLossyCompressed = webpLossy.toByteArray(); in testCompressWebpLossy()