GPUImage-x
GPUImage-x copied to clipboard
low fps in android
It runs very slow in android。 After I profiling it, I found the function nativeYUVtoRBGA cosumed about 120ms.
actually, best way in Android to do yuv2rgb is to using surface as external texture and render it to a normal texture_2d texture. Graphic texture will do that for you automatically.