Home
last modified time | relevance | path

Searched refs:testSimpleEncode (Results 1 – 5 of 5) sorted by relevance

/cts/tests/media/jni/
DNativeCodecEncoderSurfaceTest.cpp86 bool testSimpleEncode(const char* encoder, const char* decoder, const char* srcPath,
559 bool CodecEncoderSurfaceTest::testSimpleEncode(const char* encoder, const char* decoder, in testSimpleEncode() function in CodecEncoderSurfaceTest
670 bool isPass = codecEncoderSurfaceTest->testSimpleEncode(cEncoder, cDecoder, cTestFile, in nativeTestSimpleEncode()
DNativeCodecEncoderTest.cpp72 bool testSimpleEncode(const char* encoder, const char* srcPath);
390 bool CodecEncoderTest::testSimpleEncode(const char* encoder, const char* srcPath) { in testSimpleEncode() function in CodecEncoderTest
684 bool isPass = codecEncoderTest->testSimpleEncode(cEncoder, csrcPath); in nativeTestSimpleEncode()
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderMultiAccessUnitTest.java295 public void testSimpleEncode() throws IOException, InterruptedException { in testSimpleEncode() method in CodecEncoderMultiAccessUnitTest
DCodecEncoderBlockModelMultiAccessUnitTest.java305 public void testSimpleEncode() throws IOException, InterruptedException { in testSimpleEncode() method in CodecEncoderBlockModelMultiAccessUnitTest
DCodecEncoderTest.java332 public void testSimpleEncode() throws IOException, InterruptedException { in testSimpleEncode() method in CodecEncoderTest