Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:ov

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