Home
last modified time | relevance | path

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

/external/v4l2_codec2/plugin_store/include/v4l2_codec2/plugin_store/
DDmabufHelpers.h16 std::optional<unique_id_t> getDmabufId(int dmabufFd);
/external/v4l2_codec2/plugin_store/
DDmabufHelpers.cpp18 std::optional<unique_id_t> getDmabufId(int dmabufFd) { in getDmabufId() function
DC2VdaBqBlockPool.cpp631 const auto uniqueId = getDmabufId(slotBuffer->handle->data[0]); in getFreeSlotLocked()
887 return getDmabufId(block.handle()->data[0]); in getBufferIdFromGraphicBlock()