Searched refs:webp_status (Results 1 – 1 of 1) sorted by relevance
220 webp_status; in FillBasicWEBPInfo() local222 webp_status=WebPGetFeatures(stream,length,features); in FillBasicWEBPInfo()224 if (webp_status != VP8_STATUS_OK) in FillBasicWEBPInfo()225 return(webp_status); in FillBasicWEBPInfo()233 return(webp_status); in FillBasicWEBPInfo()241 webp_status; in ReadSingleWEBPImage() local280 webp_status=FillBasicWEBPInfo(image,stream,length,configure); in ReadSingleWEBPImage()289 if (webp_status != VP8_STATUS_OK) in ReadSingleWEBPImage()290 return(webp_status); in ReadSingleWEBPImage()295 webp_status=WebPDecode(stream,length,configure); in ReadSingleWEBPImage()[all …]