Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderBlockModelTest.java87 public void testSimpleDecode() throws IOException, InterruptedException { in testSimpleDecode() method in CodecDecoderBlockModelTest
DCodecDecoderBlockModelMultiAccessUnitTest.java120 public void testSimpleDecode() throws IOException, InterruptedException { in testSimpleDecode() method in CodecDecoderBlockModelMultiAccessUnitTest
DCodecDecoderMultiAccessUnitTest.java202 public void testSimpleDecode() throws IOException, InterruptedException { in testSimpleDecode() method in CodecDecoderMultiAccessUnitTest
DCodecDecoderTest.java343 public void testSimpleDecode() throws IOException, InterruptedException { in testSimpleDecode() method in CodecDecoderTest
DVideoDecoderAvailabilityTest.java263 public void testSimpleDecode() throws IOException, InterruptedException { in testSimpleDecode() method in VideoDecoderAvailabilityTest
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DCodecDecoderDrmTest.java123 public void testSimpleDecode() throws IOException, InterruptedException, in testSimpleDecode() method in CodecDecoderDrmTest
DCodecDecoderMultiAccessUnitDrmTest.java132 public void testSimpleDecode() throws IOException, InterruptedException, in testSimpleDecode() method in CodecDecoderMultiAccessUnitDrmTest
DCodecDecoderBlockModelMultiAccessUnitDrmTest.java135 public void testSimpleDecode() throws IOException, InterruptedException, in testSimpleDecode() method in CodecDecoderBlockModelMultiAccessUnitDrmTest
/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp65 bool testSimpleDecode(const char* decoder, const char* testFile, const char* refFile,
356 bool CodecDecoderTest::testSimpleDecode(const char* decoder, const char* testFile, in testSimpleDecode() function in CodecDecoderTest
639 bool isPass = codecDecoderTest->testSimpleDecode(cDecoder, cTestFile, cRefFile, jColorFormat, in nativeTestSimpleDecode()