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()289 c2_status_t err = mGraphicAllocator->newGraphicAllocation( in allocateGraphic()328 return std::make_shared<C2BasicGraphicBlockPool>(mGraphicAllocator); in makeGraphicBlockPool()340 std::shared_ptr<C2Allocator> mGraphicAllocator; member in android::C2BufferTest
76 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_GRAPHIC, &mGraphicAllocator), in SetUp()78 mGraphicPool = std::make_shared<C2PooledBlockPool>(mGraphicAllocator, mBlockPoolId++); in SetUp()211 std::shared_ptr<C2Allocator> mGraphicAllocator; member in __anon236960070111::Codec2VideoEncHidlTestBase