Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/image-decoders/webp/
DWEBPImageDecoder.cpp115 if (!WebPDecodeRGBInto(dataBytes, dataSize, m_rgbOutput.data(), m_rgbOutput.size(), stride)) in decode()
/external/webp/include/webp/
Ddecode.h78 WEBP_EXTERN(uint8_t*) WebPDecodeRGBInto(
/external/webp/src/dec/
Dwebp.c139 uint8_t* WebPDecodeRGBInto(const uint8_t* data, uint32_t data_size, in WebPDecodeRGBInto() function