Searched refs:WebPIDecGetRGB (Results 1 – 5 of 5) sorted by relevance
349 WEBP_NODISCARD WEBP_EXTERN uint8_t* WebPIDecGetRGB(
534 if (!WebPIDecGetRGB(idec, &rowsDecoded, nullptr, nullptr, nullptr) in onGetPixels()
163 method: WebPIDecGetRGB or WebPIDecGetYUVA. It will return the last displayable
866 WEBP_NODISCARD uint8_t* WebPIDecGetRGB(const WebPIDecoder* idec, int* last_y, in WebPIDecGetRGB() function
1220 a9c8916b decode.h,WebPIDecGetRGB: clarify output ptr validity4818 ca554137 fix WebPIDecGetRGB() to accept any RGB(A) mode, not just MODE_RGB