Home
last modified time | relevance | path

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

/external/v4l2_codec2/plugin_store/include/v4l2_codec2/plugin_store/
DC2VdaBqBlockPool.h118 c2_status_t updateGraphicBlock(bool willCancel, uint32_t oldSlot, uint32_t* newSlot,
/external/v4l2_codec2/plugin_store/
DC2VdaBqBlockPool.cpp456 c2_status_t updateGraphicBlock(bool willCancel, uint32_t oldSlot, uint32_t* newSlot,
992 bool willCancel, uint32_t oldSlot, uint32_t* newSlot, in updateGraphicBlock() argument
1001 auto it = mProducerChangeSlotMap.find(static_cast<int32_t>(oldSlot)); in updateGraphicBlock()
1003 ALOGE("Cannot find old slot = %u in map...", oldSlot); in updateGraphicBlock()
1142 bool willCancel, uint32_t oldSlot, uint32_t* newSlot, in updateGraphicBlock() argument
1145 return mImpl->updateGraphicBlock(willCancel, oldSlot, newSlot, block); in updateGraphicBlock()