Searched refs:swirlTest (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | ImageReaderDecoderTest.java | 363 public void testGoogH265Image() { swirlTest(googH265(), MODE_IMAGE); } in testGoogH265Image() 364 public void testGoogH264Image() { swirlTest(googH264(), MODE_IMAGE); } in testGoogH264Image() 365 public void testGoogH263Image() { swirlTest(googH263(), MODE_IMAGE); } in testGoogH263Image() 366 public void testGoogMpeg4Image() { swirlTest(googMpeg4(), MODE_IMAGE); } in testGoogMpeg4Image() 367 public void testGoogVP8Image() { swirlTest(googVP8(), MODE_IMAGE); } in testGoogVP8Image() 368 public void testGoogVP9Image() { swirlTest(googVP9(), MODE_IMAGE); } in testGoogVP9Image() 370 public void testOtherH265Image() { swirlTest(otherH265(), MODE_IMAGE); } in testOtherH265Image() 371 public void testOtherH264Image() { swirlTest(otherH264(), MODE_IMAGE); } in testOtherH264Image() 372 public void testOtherH263Image() { swirlTest(otherH263(), MODE_IMAGE); } in testOtherH263Image() 373 public void testOtherMpeg4Image() { swirlTest(otherMpeg4(), MODE_IMAGE); } in testOtherMpeg4Image() [all …]
|