Searched refs:WebPINewYUVA (Results 1 – 4 of 4) sorted by relevance
212 * WebPINewRGB/WebPINewYUVA accept being passed a NULL output buffer232 New functions: WebPINewYUVA, WebPIDecGetYUVA
713 WebPINewRGB() or WebPINewYUVA().
310 WEBP_EXTERN WebPIDecoder* WebPINewYUVA(
716 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride, in WebPINewYUVA() function762 return WebPINewYUVA(luma, luma_size, luma_stride, in WebPINewYUV()