OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPPictureAlloc
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
picture_rescale.c
70
if (!
WebPPictureAlloc
(dst)) return 0;
142
if (!
WebPPictureAlloc
(&tmp)) return 0;
231
if (!
WebPPictureAlloc
(&tmp)) return 0;
picture.c
152
int
WebPPictureAlloc
(WebPPicture* picture) {
alpha.c
62
if (!
WebPPictureAlloc
(&picture)) return 0;
picture_csp.c
348
if (!
WebPPictureAlloc
(picture)) return 0;
/external/webp/src/enc/
picture_rescale.c
70
if (!
WebPPictureAlloc
(dst)) return 0;
142
if (!
WebPPictureAlloc
(&tmp)) return 0;
231
if (!
WebPPictureAlloc
(&tmp)) return 0;
picture.c
152
int
WebPPictureAlloc
(WebPPicture* picture) {
alpha.c
62
if (!
WebPPictureAlloc
(&picture)) return 0;
picture_csp.c
348
if (!
WebPPictureAlloc
(picture)) return 0;
/external/chromium_org/third_party/libwebp/webp/
encode.h
367
WEBP_EXTERN(int)
WebPPictureAlloc
(WebPPicture* picture);
369
// Release the memory allocated by
WebPPictureAlloc
() or WebPPictureImport*().
376
// Copy the pixels of *src into *dst, using
WebPPictureAlloc
. Upon return, *dst
/external/webp/include/webp/
encode.h
367
WEBP_EXTERN(int)
WebPPictureAlloc
(WebPPicture* picture);
369
// Release the memory allocated by
WebPPictureAlloc
() or WebPPictureImport*().
376
// Copy the pixels of *src into *dst, using
WebPPictureAlloc
. Upon return, *dst
Completed in 500 milliseconds