Home
last modified time | relevance | path

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

/external/v4l2_codec2/components/
DVideoFramePool.cpp29 std::optional<uint32_t> VideoFramePool::getBufferIdFromGraphicBlock(const C2BlockPool& blockPool, in getBufferIdFromGraphicBlock() function in android::VideoFramePool
34 return C2VdaPooledBlockPool::getBufferIdFromGraphicBlock(block); in getBufferIdFromGraphicBlock()
36 return C2VdaBqBlockPool::getBufferIdFromGraphicBlock(block); in getBufferIdFromGraphicBlock()
200 std::optional<uint32_t> bufferId = getBufferIdFromGraphicBlock(*mBlockPool, *block); in getVideoFrameTask()
/external/v4l2_codec2/plugin_store/
DC2VdaPooledBlockPool.cpp35 std::optional<uint32_t> C2VdaPooledBlockPool::getBufferIdFromGraphicBlock(const C2Block2D& block) { in getBufferIdFromGraphicBlock() function in android::C2VdaPooledBlockPool
77 std::optional<uint32_t> bufferId = getBufferIdFromGraphicBlock(*fetchBlock); in fetchGraphicBlock()
DC2VdaBqBlockPool.cpp428 std::optional<uint32_t> C2VdaBqBlockPool::getBufferIdFromGraphicBlock(const C2Block2D& block) { in getBufferIdFromGraphicBlock() function in android::C2VdaBqBlockPool
/external/v4l2_codec2/plugin_store/include/v4l2_codec2/plugin_store/
DC2VdaPooledBlockPool.h27 static std::optional<uint32_t> getBufferIdFromGraphicBlock(const C2Block2D& block);
DC2VdaBqBlockPool.h51 static std::optional<uint32_t> getBufferIdFromGraphicBlock(const C2Block2D& block);
/external/v4l2_codec2/components/include/v4l2_codec2/components/
DVideoFramePool.h64 static std::optional<uint32_t> getBufferIdFromGraphicBlock(const C2BlockPool& blockPool,