Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java777 int trackidx = ex1.getSampleTrackIndex(); in testTrackSelection() local
778 if (trackidx == 0) { in testTrackSelection()
780 } else if (trackidx == 1) { in testTrackSelection()
783 fail("unexpected track index: " + trackidx); in testTrackSelection()
808 int trackidx = ex1.getSampleTrackIndex(); in testTrackSelection() local
809 if (trackidx == 0) { in testTrackSelection()
811 } else if (trackidx == 1) { in testTrackSelection()
814 fail("unexpected track index: " + trackidx); in testTrackSelection()