Searched defs:destL (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.cpp175 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); local
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; local
273 if (!ov.queueBuffer(hnd->fd, hnd->offset, destL)) {
[all...]
H A Dhwc_mdpcomp.cpp1131 ovutils::eDest destL = (ovutils::eDest)indexL; local
1134 if (!ov.queueBuffer(fd, offset, destL)) {
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_fbupdate.cpp211 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy, local
213 if(destL == ovutils::OV_INVALID) { //None available
227 mDestLeft = destL;
243 ov.setSource(pargL, destL);
276 ov.setCrop(dcropL, destL);
282 ov.setTransform(orient, destL);
293 ov.setPosition(dposL, destL);
302 if (!ov.commit(destL)) {
321 ovutils::eDest destL = mDestLeft; local
323 if (!ov.queueBuffer(hnd->fd, hnd->offset, destL)) {
[all...]
H A Dhwc_mdpcomp.cpp1292 ovutils::eDest destL = (ovutils::eDest)indexL; local
1295 if (!ov.queueBuffer(fd, offset, destL)) {
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_fbupdate.cpp316 ovutils::eDest destL = ov.getPipe(pipeSpecs); local
317 if(destL == ovutils::OV_INVALID) { //None available
323 mDestLeft = destL;
341 dstL, NULL, destL)< 0) {
461 ovutils::eDest destL = ov.getPipe(pipeSpecs); local
462 if(destL == ovutils::OV_INVALID) {
491 if(ctx->mOverlay->comparePipePriority(destL, destR) == -1) {
492 qhwc::swap(destL, destR);
500 mDestLeft = destL;
503 if(destL !
[all...]
H A Dhwc_mdpcomp.cpp1678 ovutils::eDest destL = (ovutils::eDest)indexL; local
1681 if (!ov.queueBuffer(fd, offset, destL)) {
1938 ovutils::eDest destL = (ovutils::eDest)indexL; local
1941 if (!ov.queueBuffer(fd, offset, destL)) {
1985 ovutils::eDest destL = (ovutils::eDest)indexL; local
1988 if (!ov.queueBuffer(fd, offset, destL)) {
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_fbupdate.cpp312 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy, local
314 if(destL == ovutils::OV_INVALID) { //None available
320 mDestLeft = destL;
338 dstL, NULL, destL)< 0) {
436 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy, local
438 if(destL == ovutils::OV_INVALID) {
439 destL = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy,
441 if(destL == ovutils::OV_INVALID) {
456 mDestLeft = destL;
470 ov.setSource(parg, destL);
[all...]
H A Dhwc_mdpcomp.cpp1530 ovutils::eDest destL = (ovutils::eDest)indexL; local
1533 if (!ov.queueBuffer(fd, offset, destL)) {
1776 ovutils::eDest destL = (ovutils::eDest)indexL; local
1779 if (!ov.queueBuffer(fd, offset, destL)) {
1823 ovutils::eDest destL = (ovutils::eDest)indexL; local
1826 if (!ov.queueBuffer(fd, offset, destL)) {

Completed in 20 milliseconds