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

  /external/chromium_org/third_party/libwebp/enc/
picture.c 65 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height) {
162 return WebPPictureAllocARGB(picture, width, height);
vp8enci.h 564 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height);
picture_csp.c 283 if (!WebPPictureAllocARGB(picture, picture->width, picture->height)) return 0;
  /external/webp/src/enc/
picture.c 65 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height) {
162 return WebPPictureAllocARGB(picture, width, height);
vp8enci.h 564 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height);
picture_csp.c 283 if (!WebPPictureAllocARGB(picture, picture->width, picture->height)) return 0;

Completed in 269 milliseconds