Currently in an Android application that I\'m developing I\'m looping through the pixels of an image to blur it. This takes about 30 seconds on a 640x480 image.
W
Here is a realtime blurring overlay using RenderScript, which seems to be fast enough.
https://github.com/mmin18/RealtimeBlurView