Home
last modified time | relevance | path

Searched refs:testOnlyEos (Results 1 – 4 of 4) sorted by relevance

/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp68 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 CodecDecoderTest
654 bool isPass = codecDecoderTest->testOnlyEos(cDecoder, cTestFile, jColorFormat); in nativeTestOnlyEos()
DNativeCodecEncoderTest.cpp76 bool testOnlyEos(const char* encoder);
523 bool CodecEncoderTest::testOnlyEos(const char* encoder) { in testOnlyEos() function in CodecEncoderTest
788 bool isPass = codecEncoderTest->testOnlyEos(cEncoder); in nativeTestOnlyEos()
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java559 public void testOnlyEos() throws IOException, InterruptedException { in testOnlyEos() method in CodecEncoderTest
DCodecDecoderTest.java745 public void testOnlyEos() throws IOException, InterruptedException { in testOnlyEos() method in CodecDecoderTest