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

  /external/chromium_org/third_party/libwebp/enc/
picture.c 89 int WebPPictureAllocYUVA(WebPPicture* const picture, int width, int height) {
160 return WebPPictureAllocYUVA(picture, width, height);
vp8enci.h 570 int WebPPictureAllocYUVA(WebPPicture* const picture, int width, int height);
picture_csp.c 192 if (!WebPPictureAllocYUVA(picture, width, height)) return 0;
  /external/webp/src/enc/
picture.c 89 int WebPPictureAllocYUVA(WebPPicture* const picture, int width, int height) {
160 return WebPPictureAllocYUVA(picture, width, height);
vp8enci.h 570 int WebPPictureAllocYUVA(WebPPicture* const picture, int width, int height);
picture_csp.c 192 if (!WebPPictureAllocYUVA(picture, width, height)) return 0;

Completed in 1367 milliseconds