Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp65 bool testSimpleDecode(const char* decoder, const char* testFile, const char* refFile,
354 bool CodecDecoderTest::testSimpleDecode(const char* decoder, const char* testFile, in testSimpleDecode() function in CodecDecoderTest
627 bool isPass = codecDecoderTest->testSimpleDecode(cDecoder, cTestFile, cRefFile, jColorFormat, in nativeTestSimpleDecode()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java370 public void testSimpleDecode() throws IOException, InterruptedException { in testSimpleDecode() method in CodecDecoderTest