Searched refs:WebPIDecGetYUVA (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h258 // // WebPIDecGetRGB()/WebPIDecGetYUVA() etc.
345 WEBP_EXTERN(uint8_t*) WebPIDecGetYUVA(
350 // Deprecated alpha-less version of WebPIDecGetYUVA(): it will ignore the
355 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height,
/external/webp/include/webp/
H A Ddecode.h258 // // WebPIDecGetRGB()/WebPIDecGetYUVA() etc.
345 WEBP_EXTERN(uint8_t*) WebPIDecGetYUVA(
350 // Deprecated alpha-less version of WebPIDecGetYUVA(): it will ignore the
355 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height,
/external/chromium_org/third_party/libwebp/dec/
H A Didec.c798 uint8_t* WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, function
/external/webp/src/dec/
H A Didec.c802 uint8_t* WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, function

Completed in 57 milliseconds