Searched refs:WebPDecodeRGBA (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libwebp/webp/
H A Ddecode.h53 WEBP_EXTERN(uint8_t*) WebPDecodeRGBA(const uint8_t* data, size_t data_size,
56 // Same as WebPDecodeRGBA, but returning A, R, G, B, A, R, G, B... ordered data.
60 // Same as WebPDecodeRGBA, but returning B, G, R, A, B, G, R, A... ordered data.
64 // Same as WebPDecodeRGBA, but returning R, G, B, R, G, B... ordered data.
/external/webp/include/webp/
H A Ddecode.h53 WEBP_EXTERN(uint8_t*) WebPDecodeRGBA(const uint8_t* data, size_t data_size,
56 // Same as WebPDecodeRGBA, but returning A, R, G, B, A, R, G, B... ordered data.
60 // Same as WebPDecodeRGBA, but returning B, G, R, A, B, G, R, A... ordered data.
64 // Same as WebPDecodeRGBA, but returning R, G, B, R, G, B... ordered data.
/external/webp/src/webp/
H A Ddecode.h53 WEBP_EXTERN(uint8_t*) WebPDecodeRGBA(const uint8_t* data, size_t data_size,
56 // Same as WebPDecodeRGBA, but returning A, R, G, B, A, R, G, B... ordered data.
60 // Same as WebPDecodeRGBA, but returning B, G, R, A, B, G, R, A... ordered data.
64 // Same as WebPDecodeRGBA, but returning R, G, B, R, G, B... ordered data.
/external/opencv3/3rdparty/libwebp/dec/
H A Dwebp.c596 uint8_t* WebPDecodeRGBA(const uint8_t* data, size_t data_size, function
/external/webp/src/dec/
H A Dwebp.c637 uint8_t* WebPDecodeRGBA(const uint8_t* data, size_t data_size, function

Completed in 113 milliseconds