Home
last modified time | relevance | path

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

/external/v4l2_codec2/
DC2VDAComponent.cpp1006 std::shared_ptr<C2VdaBqBlockPool> bqPool = in allocateBuffersFromBlockAllocator() local
1008 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() local
1347 if (!bqPool) { in onSurfaceChanged()
1354 err = bqPool->getMinBuffersForDisplay(&minBuffersForDisplay); in onSurfaceChanged()
1370 err = bqPool->updateGraphicBlock(willCancel, oldSlot, &newSlot, &block); in onSurfaceChanged()