Home
last modified time | relevance | path

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

/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp188 class TestCapacity : public _C2LinearCapacityAspect { in StaticLinearRangeAndCapacityTest() class
199 static_assert(TestCapacity(0u).capacity() == 0u, ""); in StaticLinearRangeAndCapacityTest()
200 constexpr TestCapacity cap(123u); in StaticLinearRangeAndCapacityTest()
201 static_assert(TestCapacity(&cap).capacity() == 123u, ""); in StaticLinearRangeAndCapacityTest()
202 static_assert(TestCapacity(nullptr).capacity() == 0u, ""); in StaticLinearRangeAndCapacityTest()