Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:destL

175         ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy);
176 if(destL == ovutils::OV_INVALID) { //None available
189 mDestLeft = destL;
205 ov.setSource(pargL, destL);
228 ov.setCrop(dcropL, destL);
234 ov.setTransform(orient, destL);
244 ov.setPosition(dposL, destL);
252 if (!ov.commit(destL)) {
271 ovutils::eDest destL = mDestLeft;
273 if (!ov.queueBuffer(hnd->fd, hnd->offset, destL)) {