Searched refs:leftType (Results 1 – 1 of 1) sorted by relevance
296 utils::eMdpPipeType leftType = PipeBook::getPipeType(pipe1Index); in needsPrioritySwap() local306 if(leftType == rightType) { in needsPrioritySwap()322 return (leftType == OV_MDP_PIPE_DMA or rightType == OV_MDP_PIPE_VG); in needsPrioritySwap()326 if(leftType == rightType) { in needsPrioritySwap()328 return (pipe2Id == PipeBook::pipeMinID[leftType]); in needsPrioritySwap()330 return (leftType == OV_MDP_PIPE_DMA or rightType == OV_MDP_PIPE_VG); in needsPrioritySwap()334 if(leftType == rightType) { in needsPrioritySwap()336 return (pipe1Id == PipeBook::pipeMaxID[leftType]); in needsPrioritySwap()338 return (leftType == OV_MDP_PIPE_DMA or rightType == OV_MDP_PIPE_VG); in needsPrioritySwap()