Displaying YUV Image in Android
问题 In my application, we need to display the Video frame receives from server to our android application, Server is sending video data @ 50 frame per second, having encoded in WebM i.e. using libvpx to encode and decode the images, Now after decoding from libvpx its getting YUV data, that we can displayed over the image layout, the current implementation is something like this, In JNI / Native C++ code, we are converting YUV data to RGB Data In Android framework, calling public Bitmap