OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPDecodeRGBInto
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/image-decoders/webp/
WEBPImageDecoder.cpp
115
if (!
WebPDecodeRGBInto
(dataBytes, dataSize, m_rgbOutput.data(), m_rgbOutput.size(), stride))
/external/webp/include/webp/
decode.h
78
WEBP_EXTERN(uint8_t*)
WebPDecodeRGBInto
(
/external/webp/src/dec/
webp.c
139
uint8_t*
WebPDecodeRGBInto
(const uint8_t* data, uint32_t data_size,
Completed in 90 milliseconds