Searched refs:mLinearAllocator (Results 1 – 1 of 1) sorted by relevance
132 if (store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator) != C2_OK) { in SetUp()135 mLinearPool = std::make_shared<C2PooledBlockPool>(mLinearAllocator, ++mBlockPoolId); in SetUp()239 std::shared_ptr<C2Allocator> mLinearAllocator; member in Codec2VideoDecHidlTestBase