Android MediaCodec: How many simultaneous (video) decoding threads are supported on multiple SurfaceViews?
问题 From Grafika project, file DoubleDecodeActivity.java. I tried 3 simultaneous video(h264) decoders using MediaCodec APIs on 3 SurfaceViews. On adding 4th decoder to 4th SurfaceView to Nexus 7 with Android 5.1 CRASHES, So how many simultaneous decoders would be possible or supported. PS. After this crash, MediaCodec doesn't work anymore. Need to restart the device to use MediaCodec. Below is the crash log. Crashes at decoder.start() function for 4th decoder thread. com.example.app.one V