Searched refs:mGraphicAllocator (Results 1 – 2 of 2) sorted by relevance
84 &mGraphicAllocator), in SetUp()86 mGraphicPool = std::make_shared<C2PooledBlockPool>(mGraphicAllocator, in SetUp()173 std::shared_ptr<C2Allocator> mGraphicAllocator; member in __anon0bd91ff20111::Codec2VideoEncHidlTest
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