Lines Matching refs:mPool
616 mPool.begin(), mPool.end(), in newBuffer()
620 if (it != mPool.end()) { in newBuffer()
622 mPool.erase(it); in newBuffer()
626 while (!mPool.empty()) { in newBuffer()
627 mUsedSize -= mPool.back().capacity(); in newBuffer()
628 mPool.pop_back(); in newBuffer()
650 mPool(pool) { in VectorBuffer()
654 std::shared_ptr<LocalBufferPool> pool = mPool.lock(); in ~VectorBuffer()
664 mPool.push_front(std::move(vec)); in returnVector()
1017 array->setPool(mPool); in toArrayMode()
1022 [pool = mPool, format = mFormat] () -> sp<Codec2Buffer> { in toArrayMode()
1056 return Alloc(mPool, mFormat); in createNewBuffer()
1093 array->setPool(mPool); in toArrayMode()
1098 [pool = mPool, in toArrayMode()
1193 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in toArrayMode()
1199 array->setPool(mPool); in toArrayMode()
1216 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in createNewBuffer()
1275 array->setPool(mPool); in toArrayMode()
1281 [pool = mPool, format = mFormat, lbp = mLocalBufferPool, pixelFormat]() in toArrayMode()
1298 mPool, mFormat, mPixelFormat, usage, mLocalBufferPool); in createNewBuffer()