Searched refs:bqPool (Results 1 – 1 of 1) sorted by relevance
1006 std::shared_ptr<C2VdaBqBlockPool> bqPool = in allocateBuffersFromBlockAllocator() local1008 if (bqPool) { in allocateBuffersFromBlockAllocator()1009 err = bqPool->requestNewBufferSet(static_cast<int32_t>(bufferCount)); in allocateBuffersFromBlockAllocator()1015 err = bqPool->getMinBuffersForDisplay(&minBuffersForDisplay); in allocateBuffersFromBlockAllocator()1345 std::shared_ptr<C2VdaBqBlockPool> bqPool = in onSurfaceChanged() local1347 if (!bqPool) { in onSurfaceChanged()1354 err = bqPool->getMinBuffersForDisplay(&minBuffersForDisplay); in onSurfaceChanged()1370 err = bqPool->updateGraphicBlock(willCancel, oldSlot, &newSlot, &block); in onSurfaceChanged()