Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp59 bool testSimpleDecode(const char* decoder, const char* testFile, const char* refFile,
286 bool CodecDecoderTest::testSimpleDecode(const char* decoder, const char* testFile, in testSimpleDecode() function in CodecDecoderTest
645 bool isPass = codecDecoderTest->testSimpleDecode(cDecoder, cTestFile, cRefFile, cRmsError); in nativeTestSimpleDecode()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java237 public void testSimpleDecode() throws IOException, InterruptedException { in testSimpleDecode() method in CodecDecoderTest