Searched refs:CodecDecoderTest (Results 1 – 3 of 3) sorted by relevance
31 class CodecDecoderTest final : public CodecTestBase { class56 explicit CodecDecoderTest(const char* mime, ANativeWindow* window);57 ~CodecDecoderTest();66 CodecDecoderTest::CodecDecoderTest(const char* mime, ANativeWindow* window) in CodecDecoderTest() function in CodecDecoderTest76 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 …]
7 $ atest android.mediav2.cts.CodecEncoderTest android.mediav2.cts.CodecDecoderTest17 …odec-sel 'mp3;vorbis' -e debug false -e class 'android.mediav2.cts.CodecDecoderTest' android.medi…
61 public class CodecDecoderTest extends CodecDecoderTestBase { class62 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