Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dwebp.c211 webp_status; in ReadWEBPImage() local
275 webp_status=WebPGetFeatures(stream,length,features); in ReadWEBPImage()
276 if (webp_status == VP8_STATUS_OK) in ReadWEBPImage()
292 webp_status=WebPDecode(stream,length,&configure); in ReadWEBPImage()
294 if (webp_status != VP8_STATUS_OK) in ReadWEBPImage()
297 switch (webp_status) in ReadWEBPImage()
508 webp_status; in WriteWEBPImage() local
684 webp_status=WebPEncode(&configure,&picture); in WriteWEBPImage()
685 if (webp_status == 0) in WriteWEBPImage()
757 return(webp_status == 0 ? MagickFalse : MagickTrue); in WriteWEBPImage()