Searched defs:DecodeIntoRGBABuffer (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dec/
H A Dwebp.c533 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace, function
559 return DecodeIntoRGBABuffer(MODE_RGB, data, data_size, output, stride, size);
564 return DecodeIntoRGBABuffer(MODE_RGBA, data, data_size, output, stride, size);
569 return DecodeIntoRGBABuffer(MODE_ARGB, data, data_size, output, stride, size);
574 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size);
579 return DecodeIntoRGBABuffer(MODE_BGRA, data, data_size, output, stride, size);

Completed in 119 milliseconds