Searched refs:pipeId (Results 1 – 4 of 4) sorted by relevance
78 int pipeId = mCtrl->getPipeId(); in queueBuffer() local79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1"); in queueBuffer()81 mData->setPipeId(pipeId); in queueBuffer()
92 int pipeId = mCtrl->getPipeId(); in queueBuffer() local93 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1"); in queueBuffer()95 mData->setPipeId(pipeId); in queueBuffer()
172 int pipeId = mCtrlData.ctrl.getPipeId(); in queueBuffer() local173 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1"); in queueBuffer()175 mCtrlData.data.setPipeId(pipeId); in queueBuffer()