Home
last modified time | relevance | path

Searched refs:CodecEncoderTest (Results 1 – 3 of 3) sorted by relevance

/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp27 class CodecEncoderTest final : CodecTestBase { class
70 CodecEncoderTest(const char* mime, int32_t* list0, int len0, int32_t* list1, int len1,
72 ~CodecEncoderTest();
82 CodecEncoderTest::CodecEncoderTest(const char* mime, int32_t* list0, int len0, int32_t* list1, in CodecEncoderTest() function in CodecEncoderTest
102 CodecEncoderTest::~CodecEncoderTest() { in ~CodecEncoderTest()
107 void CodecEncoderTest::convertyuv420ptoyuv420sp() { in convertyuv420ptoyuv420sp()
129 void CodecEncoderTest::setUpSource(const char* srcPath) { in setUpSource()
146 void CodecEncoderTest::deleteSource() { in deleteSource()
154 void CodecEncoderTest::setUpParams(int limit) { in setUpParams()
195 void CodecEncoderTest::deleteParams() { in deleteParams()
[all …]
/cts/tests/media/
DREADME.md7 $ atest android.mediav2.cts.CodecEncoderTest android.mediav2.cts.CodecDecoderTest
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java56 public class CodecEncoderTest extends CodecEncoderTestBase { class
57 private static final String LOG_TAG = CodecEncoderTest.class.getSimpleName();
65 public CodecEncoderTest(String mime, int[] bitrates, int[] encoderInfo1, int[] encoderInfo2) { in CodecEncoderTest() method in CodecEncoderTest