Lines Matching refs:testFile
65 bool testSimpleDecode(const char* decoder, const char* testFile, const char* refFile,
67 bool testFlush(const char* decoder, const char* testFile, int colorFormat);
68 bool testOnlyEos(const char* decoder, const char* testFile, int colorFormat);
69 bool testSimpleDecodeQueueCSD(const char* decoder, const char* testFile, int colorFormat);
356 bool CodecDecoderTest::testSimpleDecode(const char* decoder, const char* testFile, in testSimpleDecode() argument
359 if (!setUpExtractor(testFile, (mWindow == nullptr) ? colorFormat : -1)) return false; in testSimpleDecode()
426 testFile, rmsError, errMargin, currError)) in testSimpleDecode()
431 bool CodecDecoderTest::testFlush(const char* decoder, const char* testFile, int colorFormat) { in testFlush() argument
432 if (!setUpExtractor(testFile, colorFormat)) return false; in testFlush()
447 StringFormat("decodeToMemory failed for file: %s codec: %s", testFile, decoder)) in testFlush()
528 bool CodecDecoderTest::testOnlyEos(const char* decoder, const char* testFile, int colorFormat) { in testOnlyEos() argument
529 if (!setUpExtractor(testFile, colorFormat)) return false; in testOnlyEos()
558 bool CodecDecoderTest::testSimpleDecodeQueueCSD(const char* decoder, const char* testFile, in testSimpleDecodeQueueCSD() argument
560 if (!setUpExtractor(testFile, colorFormat)) return false; in testSimpleDecodeQueueCSD()