Home
last modified time | relevance | path

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

/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.cpp39 status = store->fetchAllocator(C2AllocatorStore::DEFAULT_GRAPHIC, &mGraphicAllocator); in setupCodec2()
42 mGraphicPool = std::make_shared<C2PooledBlockPool>(mGraphicAllocator, mBlockPoolId++); in setupCodec2()
DBenchmarkC2Common.h113 mGraphicAllocator(nullptr) {} in BenchmarkC2Common()
134 std::shared_ptr<C2Allocator> mGraphicAllocator; variable
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp239 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
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp73 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