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()
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
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp76 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