Searched refs:mGraphicAllocator (Results 1 – 4 of 4) sorted by relevance
39 status = store->fetchAllocator(C2AllocatorStore::DEFAULT_GRAPHIC, &mGraphicAllocator); in setupCodec2()42 mGraphicPool = std::make_shared<C2PooledBlockPool>(mGraphicAllocator, mBlockPoolId++); in setupCodec2()
113 mGraphicAllocator(nullptr) {} in BenchmarkC2Common()134 std::shared_ptr<C2Allocator> mGraphicAllocator; variable
239 mGraphicAllocator(std::make_shared<C2AllocatorGralloc>('g')) { in C2BufferTest()290 c2_status_t err = mGraphicAllocator->newGraphicAllocation( in allocateGraphic()329 return std::make_shared<C2BasicGraphicBlockPool>(mGraphicAllocator); in makeGraphicBlockPool()346 std::shared_ptr<C2Allocator> mGraphicAllocator; member in android::C2BufferTest
73 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_GRAPHIC, &mGraphicAllocator), in SetUp()77 mGraphicPool = std::make_shared<C2PooledBlockPool>(mGraphicAllocator, mBlockPoolId++, ver); in SetUp()214 std::shared_ptr<C2Allocator> mGraphicAllocator; member in __anon0988122b0111::Codec2VideoEncHidlTestBase