Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoEncTest.cpp84 &mGraphicAllocator), in SetUp()
86 mGraphicPool = std::make_shared<C2PooledBlockPool>(mGraphicAllocator, in SetUp()
173 std::shared_ptr<C2Allocator> mGraphicAllocator; member in __anon0bd91ff20111::Codec2VideoEncHidlTest
/hardware/google/av/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