Searched refs:WebPPictureAllocARGB (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/libwebp/enc/ |
H A D | picture.c | 65 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height) { function 162 return WebPPictureAllocARGB(picture, width, height);
|
H A D | vp8enci.h | 564 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height);
|
H A D | picture_csp.c | 283 if (!WebPPictureAllocARGB(picture, picture->width, picture->height)) return 0;
|
/external/webp/src/enc/ |
H A D | picture.c | 65 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height) { function 162 return WebPPictureAllocARGB(picture, width, height);
|
H A D | vp8enci.h | 564 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height);
|
H A D | picture_csp.c | 283 if (!WebPPictureAllocARGB(picture, picture->width, picture->height)) return 0;
|
Completed in 167 milliseconds