Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp46 bool setUpExtractor(const char* srcFile);
105 bool CodecDecoderTest::setUpExtractor(const char* srcFile) { in setUpExtractor() function in CodecDecoderTest
304 if (!setUpExtractor(testFile)) return false; in testSimpleDecode()
404 if (!setUpExtractor(testFile)) return false; in testFlush()
531 if (!setUpExtractor(testFile)) return false; in testOnlyEos()
572 if (!setUpExtractor(testFile)) return false; in testSimpleDecodeQueueCSD()
DNativeCodecEncoderSurfaceTest.cpp61 bool setUpExtractor(const char* srcPath);
124 bool CodecEncoderSurfaceTest::setUpExtractor(const char* srcFile) { in setUpExtractor() function in CodecEncoderSurfaceTest
502 if (!setUpExtractor(srcPath)) { in testSimpleEncode()