Searched refs:NativeCodecUnitTest (Results 1 – 2 of 2) sorted by relevance
30 class NativeCodecUnitTest final : CodecTestBase { class39 explicit NativeCodecUnitTest(const char* mediaType);40 ~NativeCodecUnitTest();98 NativeCodecUnitTest::NativeCodecUnitTest(const char* mediaType) : CodecTestBase(mediaType) { in NativeCodecUnitTest() function in NativeCodecUnitTest102 NativeCodecUnitTest::~NativeCodecUnitTest() { in ~NativeCodecUnitTest()107 bool NativeCodecUnitTest::enqueueInput(size_t bufferIndex) { in enqueueInput()112 bool NativeCodecUnitTest::dequeueOutput(size_t bufferIndex, AMediaCodecBufferInfo* info) { in dequeueOutput()142 bool NativeCodecUnitTest::setupCodec(bool isAudio, bool isEncoder) { in setupCodec()205 bool NativeCodecUnitTest::testConfigureCodecForIncompleteFormat(bool isAudio, bool isEncoder) { in testConfigureCodecForIncompleteFormat()241 bool NativeCodecUnitTest::testConfigureCodecForBadFlags(bool isEncoder) { in testConfigureCodecForBadFlags()[all …]
69 "NativeCodecUnitTest.cpp",