Searched refs:DecodeIntoRGBABuffer (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dec/ |
D | webp.c | 117 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace, in DecodeIntoRGBABuffer() function 141 return DecodeIntoRGBABuffer(MODE_RGB, data, data_size, output, stride, size); in WebPDecodeRGBInto() 146 return DecodeIntoRGBABuffer(MODE_RGBA, data, data_size, output, stride, size); in WebPDecodeRGBAInto() 151 return DecodeIntoRGBABuffer(MODE_ARGB, data, data_size, output, stride, size); in WebPDecodeARGBInto() 156 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size); in WebPDecodeBGRInto() 161 return DecodeIntoRGBABuffer(MODE_BGRA, data, data_size, output, stride, size); in WebPDecodeBGRAInto()
|