Searched refs:testOnlyEos (Results 1 – 4 of 4) sorted by relevance
68 bool testOnlyEos(const char* decoder, const char* testFile, int colorFormat);518 bool CodecDecoderTest::testOnlyEos(const char* decoder, const char* testFile, int colorFormat) { in testOnlyEos() function in CodecDecoderTest654 bool isPass = codecDecoderTest->testOnlyEos(cDecoder, cTestFile, jColorFormat); in nativeTestOnlyEos()
76 bool testOnlyEos(const char* encoder);523 bool CodecEncoderTest::testOnlyEos(const char* encoder) { in testOnlyEos() function in CodecEncoderTest788 bool isPass = codecEncoderTest->testOnlyEos(cEncoder); in nativeTestOnlyEos()
559 public void testOnlyEos() throws IOException, InterruptedException { in testOnlyEos() method in CodecEncoderTest
745 public void testOnlyEos() throws IOException, InterruptedException { in testOnlyEos() method in CodecDecoderTest