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