Ask Your Question

Revision history [back]

GPU acceleration is supported by using CUDA instructions on (mostly) nvidia hardware. If you want additional cpu + gpu acceleration you can use renderscript in your app. Read more about it here: http://developer.android.com/guide/topics/renderscript/compute.html

I have used renderscript for color format conversions like YUV > RGB and it's really fast! Cheers!