Searched refs:webpSize (Results 1 – 1 of 1) sorted by relevance
19 size_t webpSize = stride * height; in decodeWebP() local20 auto webp = std::make_unique<uint8_t[]>(webpSize); in decodeWebP()22 if (!WebPDecodeRGBAInto(data, size, webp.get(), webpSize, stride)) { in decodeWebP()