Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp69 bool testSimpleDecodeQueueCSD(const char* decoder, const char* testFile, int colorFormat);
548 bool CodecDecoderTest::testSimpleDecodeQueueCSD(const char* decoder, const char* testFile, in testSimpleDecodeQueueCSD() function in CodecDecoderTest
698 bool isPass = codecDecoderTest->testSimpleDecodeQueueCSD(cDecoder, cTestFile, jColorFormat); in nativeTestSimpleDecodeQueueCSD()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java802 public void testSimpleDecodeQueueCSD() throws IOException, InterruptedException { in testSimpleDecodeQueueCSD() method in CodecDecoderTest