OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPDecodeRGB
(Results
1 - 3
of
3
) sorted by null
/external/webp/examples/
dwebp.c
88
out =
WebPDecodeRGB
(data, data_size, &width, &height);
/external/webp/include/webp/
decode.h
38
WEBP_EXTERN(uint8_t*)
WebPDecodeRGB
(const uint8_t* data, uint32_t data_size,
41
// Same as
WebPDecodeRGB
, but returning RGBA data.
/external/webp/src/dec/
webp.c
222
uint8_t*
WebPDecodeRGB
(const uint8_t* data, uint32_t data_size,
Completed in 1869 milliseconds