Searched refs:NativeCodecUnitTest (Results 1 – 2 of 2) sorted by relevance
29 class NativeCodecUnitTest final : CodecTestBase { class38 NativeCodecUnitTest(const char* mime);39 ~NativeCodecUnitTest();97 NativeCodecUnitTest::NativeCodecUnitTest(const char* mime) : CodecTestBase(mime) { in NativeCodecUnitTest() function in NativeCodecUnitTest101 NativeCodecUnitTest::~NativeCodecUnitTest() { in ~NativeCodecUnitTest()106 bool NativeCodecUnitTest::enqueueInput(size_t bufferIndex) { in enqueueInput()111 bool NativeCodecUnitTest::dequeueOutput(size_t bufferIndex, AMediaCodecBufferInfo* info) { in dequeueOutput()141 bool NativeCodecUnitTest::setupCodec(bool isAudio, bool isEncoder) { in setupCodec()204 bool NativeCodecUnitTest::testConfigureCodecForIncompleteFormat(bool isAudio, bool isEncoder) { in testConfigureCodecForIncompleteFormat()238 bool NativeCodecUnitTest::testConfigureCodecForBadFlags(bool isEncoder) { in testConfigureCodecForBadFlags()[all …]
75 "NativeCodecUnitTest.cpp",