Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp34 class CodecDecoderTest final : public CodecTestBase { class
62 explicit CodecDecoderTest(const char* mediaType, ANativeWindow* window);
63 ~CodecDecoderTest();
72 CodecDecoderTest::CodecDecoderTest(const char* mediaType, ANativeWindow* window) in CodecDecoderTest() function in CodecDecoderTest
82 CodecDecoderTest::~CodecDecoderTest() { in ~CodecDecoderTest()
87 void CodecDecoderTest::setUpAudioReference(const char* refFile) { in setUpAudioReference()
101 void CodecDecoderTest::deleteReference() { in deleteReference()
109 bool CodecDecoderTest::setUpExtractor(const char* srcFile, int colorFormat) { in setUpExtractor()
152 void CodecDecoderTest::deleteExtractor() { in deleteExtractor()
167 bool CodecDecoderTest::configureCodec(AMediaFormat* format, bool isAsync, in configureCodec()
[all …]
/cts/tests/media/
DREADME.md16 $ atest android.mediav2.cts.CodecEncoderTest android.mediav2.cts.CodecDecoderTest
45 atest android.mediav2.cts.CodecDecoderTest -- --module-arg CtsMediaV2TestCases:instrumentation-arg…
/cts/tests/media/src/android/mediav2/cts/
DAudioEncoderTest.java185 CodecDecoderTest.verify(cdtb.getOutputManager(), mActiveRawRes.mFileName, 3.446394f, in encodeAndValidate()
DCodecDecoderTest.java94 public class CodecDecoderTest extends CodecDecoderTestBase { class
95 private static final String LOG_TAG = CodecDecoderTest.class.getSimpleName();
109 public CodecDecoderTest(String decoder, String mediaType, String testFile, String refFile, in CodecDecoderTest() method in CodecDecoderTest
DCodecDecoderValidationTest.java834 CodecDecoderTest.verify(ref, mRefFile, mRmsError, AudioFormat.ENCODING_PCM_16BIT, in testDecodeAndValidate()