Searched refs:swirlTest (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | ImageReaderDecoderTest.java | 377 public void testGoogH265Image() { swirlTest(googH265(), MODE_IMAGE); } in testGoogH265Image() 378 public void testGoogH264Image() { swirlTest(googH264(), MODE_IMAGE); } in testGoogH264Image() 379 public void testGoogH263Image() { swirlTest(googH263(), MODE_IMAGE); } in testGoogH263Image() 380 public void testGoogMpeg4Image() { swirlTest(googMpeg4(), MODE_IMAGE); } in testGoogMpeg4Image() 381 public void testGoogVP8Image() { swirlTest(googVP8(), MODE_IMAGE); } in testGoogVP8Image() 382 public void testGoogVP9Image() { swirlTest(googVP9(), MODE_IMAGE); } in testGoogVP9Image() 384 public void testOtherH265Image() { swirlTest(otherH265(), MODE_IMAGE); } in testOtherH265Image() 385 public void testOtherH264Image() { swirlTest(otherH264(), MODE_IMAGE); } in testOtherH264Image() 386 public void testOtherH263Image() { swirlTest(otherH263(), MODE_IMAGE); } in testOtherH263Image() 387 public void testOtherMpeg4Image() { swirlTest(otherMpeg4(), MODE_IMAGE); } in testOtherMpeg4Image() [all …]
|