Searched refs:webp_status (Results 1 – 1 of 1) sorted by relevance
211 webp_status; in ReadWEBPImage() local275 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() local684 webp_status=WebPEncode(&configure,&picture); in WriteWEBPImage()685 if (webp_status == 0) in WriteWEBPImage()757 return(webp_status == 0 ? MagickFalse : MagickTrue); in WriteWEBPImage()