OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPDecodeRGBA
(Results
1 - 3
of
3
) sorted by null
/external/webp/include/webp/
decode.h
59
WEBP_EXTERN uint8_t*
WebPDecodeRGBA
(const uint8_t* data, size_t data_size,
62
// Same as
WebPDecodeRGBA
, but returning A, R, G, B, A, R, G, B... ordered data.
66
// Same as
WebPDecodeRGBA
, but returning B, G, R, A, B, G, R, A... ordered data.
70
// Same as
WebPDecodeRGBA
, but returning R, G, B, R, G, B... ordered data.
/external/webp/src/webp/
decode.h
59
WEBP_EXTERN uint8_t*
WebPDecodeRGBA
(const uint8_t* data, size_t data_size,
62
// Same as
WebPDecodeRGBA
, but returning A, R, G, B, A, R, G, B... ordered data.
66
// Same as
WebPDecodeRGBA
, but returning B, G, R, A, B, G, R, A... ordered data.
70
// Same as
WebPDecodeRGBA
, but returning R, G, B, R, G, B... ordered data.
/external/webp/src/dec/
webp_dec.c
638
uint8_t*
WebPDecodeRGBA
(const uint8_t* data, size_t data_size,
Completed in 55 milliseconds