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

/external/webp/src/enc/
H A Dpicture.c66 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height) { function
163 return WebPPictureAllocARGB(picture, width, height);
H A Dvp8enci.h509 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height);
H A Dpicture_csp.c1035 if (!WebPPictureAllocARGB(picture, picture->width, picture->height)) return 0;

Completed in 238 milliseconds