Lines Matching refs:ov
71 overlay::Overlay& ov = *(ctx->mOverlay); in configure() local
92 ovutils::eDest dest = ov.nextPipe(type, mDpy, Overlay::MIXER_DEFAULT); in configure()
114 ov.setSource(parg, dest); in configure()
122 ov.setCrop(dcrop, dest); in configure()
127 ov.setTransform(orient, dest); in configure()
142 ov.setPosition(dpos, dest); in configure()
145 if (!ov.commit(dest)) { in configure()
159 overlay::Overlay& ov = *(ctx->mOverlay); in draw() local
161 if (!ov.queueBuffer(hnd->fd, hnd->offset, dest)) { in draw()
195 overlay::Overlay& ov = *(ctx->mOverlay); in configure() local
211 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy, in configure()
219 ovutils::eDest destR = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy, in configure()
243 ov.setSource(pargL, destL); in configure()
254 ov.setSource(pargR, destR); in configure()
276 ov.setCrop(dcropL, destL); in configure()
277 ov.setCrop(dcropR, destR); in configure()
282 ov.setTransform(orient, destL); in configure()
283 ov.setTransform(orient, destR); in configure()
293 ov.setPosition(dposL, destL); in configure()
299 ov.setPosition(dposR, destR); in configure()
302 if (!ov.commit(destL)) { in configure()
306 if (!ov.commit(destR)) { in configure()
320 overlay::Overlay& ov = *(ctx->mOverlay); in draw() local
323 if (!ov.queueBuffer(hnd->fd, hnd->offset, destL)) { in draw()
328 if (!ov.queueBuffer(hnd->fd, hnd->offset, destR)) { in draw()