Home
last modified time | relevance | path

Searched refs:WebPPictureAlloc (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A Dextras.c35 if (!WebPPictureAlloc(pic)) return 0; in WebPImportGray()
55 if (!WebPPictureAlloc(pic)) return 0; in WebPImportRGB565()
88 if (!WebPPictureAlloc(pic)) return 0; in WebPImportRGB4444()
129 if (!WebPPictureAlloc(pic)) return 0; in WebPImportColorMappedARGB()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_rescale_enc.c64 if (!WebPPictureAlloc(dst)) return 0; in WebPPictureCopy()
136 if (!WebPPictureAlloc(&tmp)) return 0; in WebPPictureCrop()
214 if (!WebPPictureAlloc(&tmp)) return 0; in WebPPictureRescale()
A Dpicture_enc.c153 int WebPPictureAlloc(WebPPicture* picture) { in WebPPictureAlloc() function
A Dalpha_enc.c62 if (!WebPPictureAlloc(&picture)) return 0; in EncodeLossless()
A Dpicture_csp_enc.c1110 if (!WebPPictureAlloc(picture)) return 0; in Import()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dwebpdec.c183 ok = WebPPictureAlloc(pic); in ReadWebP()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dencode.h377 WEBP_EXTERN int WebPPictureAlloc(WebPPicture* picture);
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Dencode.h377 WEBP_EXTERN int WebPPictureAlloc(WebPPicture* picture);
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Dencode.h377 WEBP_EXTERN int WebPPictureAlloc(WebPPicture* picture);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dgif2webp.c315 if (!WebPPictureAlloc(&frame)) goto End; in main()
A Dcwebp.c63 if (!WebPPictureAlloc(pic)) return 0; in ReadYUV()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Danim_encode.c275 if (!WebPPictureAlloc(&enc->curr_canvas_copy_) || in WebPAnimEncoderNewInternal()

Completed in 25 milliseconds