Lines Matching refs:ovutils
29 namespace ovutils = overlay::utils;
313 ovutils::eDest MDPComp::getMdpPipe(hwc_context_t *ctx, ePipeType type) { in getMdpPipe()
315 ovutils::eDest mdp_pipe = ovutils::OV_INVALID; in getMdpPipe()
319 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy); in getMdpPipe()
320 if(mdp_pipe != ovutils::OV_INVALID) { in getMdpPipe()
326 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); in getMdpPipe()
327 if(mdp_pipe != ovutils::OV_INVALID) { in getMdpPipe()
336 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy); in getMdpPipe()
339 return ovutils::OV_INVALID; in getMdpPipe()
341 return ovutils::OV_INVALID; in getMdpPipe()
851 if(pipe_info.index == ovutils::OV_INVALID) { in allocLayerPipes()
882 if(pipe_info.index == ovutils::OV_INVALID) { in allocLayerPipes()
925 ovutils::eDest dest = pipe_info.index; in draw()
926 if(dest == ovutils::OV_INVALID) { in draw()
989 pipe_info.lIndex = ovutils::OV_INVALID; in acquireMDPPipes()
991 if(pipe_info.rIndex == ovutils::OV_INVALID) in acquireMDPPipes()
994 pipe_info.rIndex = ovutils::OV_INVALID; in acquireMDPPipes()
996 if(pipe_info.lIndex == ovutils::OV_INVALID) in acquireMDPPipes()
1001 if(pipe_info.rIndex == ovutils::OV_INVALID || in acquireMDPPipes()
1002 pipe_info.lIndex == ovutils::OV_INVALID) in acquireMDPPipes()
1122 ovutils::eDest indexL = pipe_info.lIndex; in draw()
1123 ovutils::eDest indexR = pipe_info.rIndex; in draw()
1135 if(indexL != ovutils::OV_INVALID) { in draw()
1136 ovutils::eDest destL = (ovutils::eDest)indexL; in draw()
1146 if(indexR != ovutils::OV_INVALID) { in draw()
1147 ovutils::eDest destR = (ovutils::eDest)indexR; in draw()