Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp98 std::shared_ptr<C2Allocator> mAllocIon; member in __anona475c49d0111::SimplePlayer
147 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mAllocIon), C2_OK); in SimplePlayer()
148 mLinearPool = std::make_shared<C2PooledBlockPool>(mAllocIon, mLinearPoolId++); in SimplePlayer()
290 mLinearPool.reset(new C2PooledBlockPool(mAllocIon, mLinearPoolId++)); in play()