Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/liboverlay/
Doverlay.cpp296 utils::eMdpPipeType leftType = PipeBook::getPipeType(pipe1Index); in needsPrioritySwap() local
306 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()