Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A 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()
H A DNativeCodecEncoderTest.cpp72 bool testSimpleEncode(const char* encoder, const char* srcPath, int frameLimit);
390 bool CodecEncoderTest::testSimpleEncode(const char* encoder, const char* srcPath, int frameLimit) { in testSimpleEncode() function in CodecEncoderTest
684 bool isPass = codecEncoderTest->testSimpleEncode(cEncoder, csrcPath, jFrameLimit); in nativeTestSimpleEncode()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecEncoderBlockModelTest.java122 public void testSimpleEncode() throws IOException, InterruptedException { in testSimpleEncode() method in CodecEncoderBlockModelTest
H A DCodecEncoderMultiAccessUnitTest.java299 public void testSimpleEncode() throws IOException, InterruptedException { in testSimpleEncode() method in CodecEncoderMultiAccessUnitTest
H A DCodecEncoderBlockModelMultiAccessUnitTest.java308 public void testSimpleEncode() throws IOException, InterruptedException { in testSimpleEncode() method in CodecEncoderBlockModelMultiAccessUnitTest
H A DCodecEncoderTest.java356 public void testSimpleEncode() throws IOException, InterruptedException { in testSimpleEncode() method in CodecEncoderTest