Searched refs:DecodeIntoRGBABuffer (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dec/ |
D | webp_dec.c | 526 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace, in DecodeIntoRGBABuffer() function 552 return DecodeIntoRGBABuffer(MODE_RGB, data, data_size, output, stride, size); in WebPDecodeRGBInto() 557 return DecodeIntoRGBABuffer(MODE_RGBA, data, data_size, output, stride, size); in WebPDecodeRGBAInto() 562 return DecodeIntoRGBABuffer(MODE_ARGB, data, data_size, output, stride, size); in WebPDecodeARGBInto() 567 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size); in WebPDecodeBGRInto() 572 return DecodeIntoRGBABuffer(MODE_BGRA, data, data_size, output, stride, size); in WebPDecodeBGRAInto()
|