Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp31 class CodecDecoderTest final : public CodecTestBase { class
56 explicit CodecDecoderTest(const char* mime, ANativeWindow* window);
57 ~CodecDecoderTest();
66 CodecDecoderTest::CodecDecoderTest(const char* mime, ANativeWindow* window) in CodecDecoderTest() function in CodecDecoderTest
76 CodecDecoderTest::~CodecDecoderTest() { in ~CodecDecoderTest()
81 void CodecDecoderTest::setUpAudioReference(const char* refFile) { in setUpAudioReference()
95 void CodecDecoderTest::deleteReference() { in deleteReference()
103 bool CodecDecoderTest::setUpExtractor(const char* srcFile) { in setUpExtractor()
136 void CodecDecoderTest::deleteExtractor() { in deleteExtractor()
151 bool CodecDecoderTest::configureCodec(AMediaFormat* format, bool isAsync, in configureCodec()
[all …]
/cts/tests/media/
DREADME.md7 $ atest android.mediav2.cts.CodecEncoderTest android.mediav2.cts.CodecDecoderTest
17 …odec-sel 'mp3;vorbis' -e debug false -e class 'android.mediav2.cts.CodecDecoderTest' android.medi…
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java61 public class CodecDecoderTest extends CodecDecoderTestBase { class
62 private static final String LOG_TAG = CodecDecoderTest.class.getSimpleName();
68 public CodecDecoderTest(String mime, String testFile, String refFile, String reconfigFile, in CodecDecoderTest() method in CodecDecoderTest