Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp62 bool testOnlyEos(const char* decoder, const char* testFile);
500 bool CodecDecoderTest::testOnlyEos(const char* decoder, const char* testFile) { in testOnlyEos() function in CodecDecoderTest
664 bool isPass = codecDecoderTest->testOnlyEos(cDecoder, cTestFile); in nativeTestOnlyEos()
DNativeCodecEncoderTest.cpp79 bool testOnlyEos(const char* encoder);
663 bool CodecEncoderTest::testOnlyEos(const char* encoder) { in testOnlyEos() function in CodecEncoderTest
998 bool isPass = codecEncoderTest->testOnlyEos(cEncoder); in nativeTestOnlyEos()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java641 public void testOnlyEos() throws IOException, InterruptedException { in testOnlyEos() method in CodecDecoderTest
DCodecEncoderTest.java612 public void testOnlyEos() throws IOException, InterruptedException { in testOnlyEos() method in CodecEncoderTest