Home
last modified time | relevance | path

Searched refs:destL (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8x26/libhwcomposer/
Dhwc_fbupdate.cpp175 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); in configure() local
176 if(destL == ovutils::OV_INVALID) { //None available in configure()
189 mDestLeft = destL; in configure()
205 ov.setSource(pargL, destL); in configure()
228 ov.setCrop(dcropL, destL); in configure()
234 ov.setTransform(orient, destL); in configure()
244 ov.setPosition(dposL, destL); in configure()
252 if (!ov.commit(destL)) { in configure()
271 ovutils::eDest destL = mDestLeft; in draw() local
273 if (!ov.queueBuffer(hnd->fd, hnd->offset, destL)) { in draw()
Dhwc_mdpcomp.cpp1115 ovutils::eDest destL = (ovutils::eDest)indexL; in draw() local
1118 if (!ov.queueBuffer(fd, offset, destL)) { in draw()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_fbupdate.cpp175 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); in configure() local
176 if(destL == ovutils::OV_INVALID) { //None available in configure()
189 mDestLeft = destL; in configure()
205 ov.setSource(pargL, destL); in configure()
228 ov.setCrop(dcropL, destL); in configure()
234 ov.setTransform(orient, destL); in configure()
244 ov.setPosition(dposL, destL); in configure()
252 if (!ov.commit(destL)) { in configure()
271 ovutils::eDest destL = mDestLeft; in draw() local
273 if (!ov.queueBuffer(hnd->fd, hnd->offset, destL)) { in draw()
Dhwc_mdpcomp.cpp1126 ovutils::eDest destL = (ovutils::eDest)indexL; in draw() local
1129 if (!ov.queueBuffer(fd, offset, destL)) { in draw()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_fbupdate.cpp211 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy, in configure() local
213 if(destL == ovutils::OV_INVALID) { //None available in configure()
227 mDestLeft = destL; in configure()
243 ov.setSource(pargL, destL); in configure()
276 ov.setCrop(dcropL, destL); in configure()
282 ov.setTransform(orient, destL); in configure()
293 ov.setPosition(dposL, destL); in configure()
302 if (!ov.commit(destL)) { in configure()
321 ovutils::eDest destL = mDestLeft; in draw() local
323 if (!ov.queueBuffer(hnd->fd, hnd->offset, destL)) { in draw()
Dhwc_mdpcomp.cpp1290 ovutils::eDest destL = (ovutils::eDest)indexL; in draw() local
1293 if (!ov.queueBuffer(fd, offset, destL)) { in draw()