HomeSort by relevance Sort by last modified time
    Searched refs:WebPDecodeRGBA (Results 1 - 3 of 3) sorted by null

  /external/webp/include/webp/
decode.h 53 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/
decode.h 53 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/dec/
webp.c 645 uint8_t* WebPDecodeRGBA(const uint8_t* data, size_t data_size,

Completed in 32 milliseconds