Searched refs:WebPPictureAllocARGB (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture.c65 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height) { function
162 return WebPPictureAllocARGB(picture, width, height);
H A Dvp8enci.h564 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height);
H A Dpicture_csp.c283 if (!WebPPictureAllocARGB(picture, picture->width, picture->height)) return 0;
/external/webp/src/enc/
H A Dpicture.c65 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height) { function
162 return WebPPictureAllocARGB(picture, width, height);
H A Dvp8enci.h564 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height);
H A Dpicture_csp.c283 if (!WebPPictureAllocARGB(picture, picture->width, picture->height)) return 0;

Completed in 140 milliseconds