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.java519 final int mediaIx = ix % c.mediaList.length; in addTests() local
522 this, c, mediaIx) { in addTests()
593 final int mediaIx = ix % c.mediaList.length; in addTests() local
597 this, c, mediaIx) { in addTests()
750 final int mediaIx = ix % c.mediaList.length;
1749 public Step(String title, Test instance, Codec codec, int mediaIx) {
1750 this(title, instance, codec, codec.mediaList[mediaIx]);