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