Searched defs:WebPPicture (Results 1 - 1 of 1) sorted by relevance

/external/webp/include/webp/
H A Dencode.h156 typedef struct WebPPicture WebPPicture; // main structure for I/O typedef in typeref:struct:WebPPicture
191 const WebPPicture* picture);
208 const WebPPicture* picture);
213 typedef int (*WebPProgressHook)(int percent, const WebPPicture* picture);
250 struct WebPPicture { struct
320 WEBP_EXTERN(int) WebPPictureInitInternal(WebPPicture*, int);
326 static WEBP_INLINE int WebPPictureInit(WebPPicture* picture) {
331 // WebPPicture utils
337 WEBP_EXTERN(int) WebPPictureAlloc(WebPPicture* pictur
[all...]

Completed in 36 milliseconds