Fix bugs regarding CTS fails for VP8 codec with low performance

1. VP8 codec on QCom 8x10 chipset supports up to FWVGA(864x480) resolution.
When below test cases try to play 720P contents using VP8 codec,
QCom VP8 codec returns error while configuring codec.
android.media.cts.EncodeDecodeTest#testVP8EncodeDecodeVideoFromBufferToBuffer720p
android.media.cts.EncodeDecodeTest#testVP8EncodeDecodeVideoFromBufferToSurface720p
android.media.cts.EncodeDecodeTest#testVP8EncodeDecodeVideoFromSurfaceToSurface720p

So, I added codes to skip test when test codecs meet over max resolution
before configure codec.

Change-Id: Ie346a6dd5acc9a875091d14b9847f84ff717ee61
Signed-off-by: Eunim Ko <eunim.ko@lge.com>
1 file changed