Home
last modified time | relevance | path

Searched refs:mediaIx (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DAdaptivePlaybackTest.java468 final int mediaIx = ix % c.mediaList.length; in addTests() local
471 this, c, mediaIx) { in addTests()
542 final int mediaIx = ix % c.mediaList.length; in addTests() local
546 this, c, mediaIx) { in addTests()
695 final int mediaIx = ix % c.mediaList.length;
1658 public Step(String title, Test instance, Codec codec, int mediaIx) {
1659 this(title, instance, codec, codec.mediaList[mediaIx]);