Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderTestAacDrc.java30 import android.media.cts.DecoderTest.AudioParameter;
67 DecoderTest decTester = new DecoderTest(); in testDecodeAacDrcLevelM4a()
80 DecoderTest decTester = new DecoderTest(); in testDecodeAacDrcFullM4a()
95 DecoderTest decTester = new DecoderTest(); in testDecodeAacDrcHalfM4a()
110 DecoderTest decTester = new DecoderTest(); in testDecodeAacDrcOffM4a()
125 DecoderTest decTester = new DecoderTest(); in testDecodeAacDrcHeavyM4a()
DDecoderTestXheAac.java32 import android.media.cts.DecoderTest.AudioParameter;
DDecoderTest.java66 public class DecoderTest extends MediaPlayerTestBase { class