When running android.media.cts.EncodeDecodeTest, we've noticed the following four failures:
- testEncodeDecodeVideoFromBufferToBufferQCIF
- testEncodeDecodeVideoFromBufferToBufferQVGA
- testVP8EncodeDecodeVideoFromBufferToBufferQCIF
- testVP8EncodeDecodeVideoFromBufferToBufferQVGA
Each of those tests fails with:
junit.framework.AssertionFailedError: Found 30 bad frames
at junit.framework.Assert.fail(Assert.java:50)
We ran these tests both on our hardware as well as the Sabre board and encountered the same failure as both. It appears others might have run into this as well (https://community.freescale.com/thread/384478). Has a solution been found?