Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp63 bool testSimpleDecodeQueueCSD(const char* decoder, const char* testFile);
541 bool CodecDecoderTest::testSimpleDecodeQueueCSD(const char* decoder, const char* testFile) { in testSimpleDecodeQueueCSD() function in CodecDecoderTest
697 bool isPass = codecDecoderTest->testSimpleDecodeQueueCSD(cDecoder, cTestFile); in nativeTestSimpleDecodeQueueCSD()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java704 public void testSimpleDecodeQueueCSD() throws IOException, InterruptedException { in testSimpleDecodeQueueCSD() method in CodecDecoderTest