Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp61 bool testSimpleDecode(const char* decoder, const char* testFile, const char* refFile,
301 bool CodecDecoderTest::testSimpleDecode(const char* decoder, const char* testFile, in testSimpleDecode() function in CodecDecoderTest
676 codecDecoderTest->testSimpleDecode(cDecoder, cTestFile, cRefFile, cRmsError, cChecksum); in nativeTestSimpleDecode()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java210 public void testSimpleDecode() throws IOException, InterruptedException { in testSimpleDecode() method in CodecDecoderTest