Lines Matching refs:ov
65 overlay::Overlay& ov = *(ctx->mOverlay); in configure() local
71 ovutils::eDest dest = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy); in configure()
93 ov.setSource(parg, dest); in configure()
101 ov.setCrop(dcrop, dest); in configure()
106 ov.setTransform(orient, dest); in configure()
116 ov.setPosition(dpos, dest); in configure()
119 if (!ov.commit(dest)) { in configure()
133 overlay::Overlay& ov = *(ctx->mOverlay); in draw() local
135 if (!ov.queueBuffer(hnd->fd, hnd->offset, dest)) { in draw()
169 overlay::Overlay& ov = *(ctx->mOverlay); in configure() local
175 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); in configure()
182 ovutils::eDest destR = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); in configure()
205 ov.setSource(pargL, destL); in configure()
216 ov.setSource(pargR, destR); in configure()
228 ov.setCrop(dcropL, destL); in configure()
229 ov.setCrop(dcropR, destR); in configure()
234 ov.setTransform(orient, destL); in configure()
235 ov.setTransform(orient, destR); in configure()
244 ov.setPosition(dposL, destL); in configure()
249 ov.setPosition(dposR, destR); in configure()
252 if (!ov.commit(destL)) { in configure()
256 if (!ov.commit(destR)) { in configure()
270 overlay::Overlay& ov = *(ctx->mOverlay); in draw() local
273 if (!ov.queueBuffer(hnd->fd, hnd->offset, destL)) { in draw()
278 if (!ov.queueBuffer(hnd->fd, hnd->offset, destR)) { in draw()