Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp44 bool setUpExtractor(const char* srcFile);
103 bool CodecDecoderTest::setUpExtractor(const char* srcFile) { in setUpExtractor() function in CodecDecoderTest
289 if (!setUpExtractor(testFile)) return false; in testSimpleDecode()
379 if (!setUpExtractor(testFile)) return false; in testFlush()
502 if (!setUpExtractor(testFile)) return false; in testOnlyEos()
543 if (!setUpExtractor(testFile)) return false; in testSimpleDecodeQueueCSD()
DNativeCodecEncoderSurfaceTest.cpp60 bool setUpExtractor(const char* srcPath);
121 bool CodecEncoderSurfaceTest::setUpExtractor(const char* srcFile) { in setUpExtractor() function in CodecEncoderSurfaceTest
459 if (!setUpExtractor(srcPath)) { in testSimpleEncode()