Home
last modified time | relevance | path

Searched refs:webpSize (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dwebp_reader.cpp19 size_t webpSize = stride * height; in decodeWebP() local
20 auto webp = std::make_unique<uint8_t[]>(webpSize); in decodeWebP()
22 if (!WebPDecodeRGBAInto(data, size, webp.get(), webpSize, stride)) { in decodeWebP()