Searched refs:mediaList (Results 1 – 2 of 2) sorted by relevance
327 String mime = mCodecs.get(0).mediaList[0].getMime(); in test_AdaptiveDrcEarlyEosTest()335 String mime = mCodecs.get(0).mediaList[0].getMime(); in test_adaptiveSmallDrc()534 return getFormat(c) != null && c.mediaList.length > 1; in isValid()545 final int mediaIx = ix % c.mediaList.length; in addTests()601 return c.adaptive && c.mediaList.length > 1; in isValid()619 final int mediaIx = ix % c.mediaList.length; in addTests()684 return c.adaptive && c.mediaList.length > 1; in isValid()698 Media media = c.mediaList[0]; in testStep()712 media = c.mediaList[1]; in testStep()776 final int mediaIx = ix % c.mediaList.length;[all …]
229 private static Cursor getCursor(List<TestMedia> mediaList, long generation, in getCursor() argument238 for (TestMedia media : mediaList) { in getCursor()