Searched defs:destR (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.cpp182 ovutils::eDest destR = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); local
183 if(destR == ovutils::OV_INVALID) { //None available
190 mDestRight = destR;
216 ov.setSource(pargR, destR);
229 ov.setCrop(dcropR, destR);
235 ov.setTransform(orient, destR);
249 ov.setPosition(dposR, destR);
256 if (!ov.commit(destR)) {
272 ovutils::eDest destR = mDestRight; local
278 if (!ov.queueBuffer(hnd->fd, hnd->offset, destR)) {
[all...]
H A Dhwc_mdpcomp.cpp1137 ovutils::eDest destR = (ovutils::eDest)indexR; local
1140 if (!ov.queueBuffer(fd, offset, destR)) {
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_fbupdate.cpp219 ovutils::eDest destR = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy, local
221 if(destR == ovutils::OV_INVALID) { //None available
228 mDestRight = destR;
254 ov.setSource(pargR, destR);
277 ov.setCrop(dcropR, destR);
283 ov.setTransform(orient, destR);
299 ov.setPosition(dposR, destR);
306 if (!ov.commit(destR)) {
322 ovutils::eDest destR = mDestRight; local
328 if (!ov.queueBuffer(hnd->fd, hnd->offset, destR)) {
[all...]
H A Dhwc_mdpcomp.cpp1301 ovutils::eDest destR = (ovutils::eDest)indexR; local
1304 if (!ov.queueBuffer(fd, offset, destR)) {
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_fbupdate.cpp182 ovutils::eDest destR = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); local
183 if(destR == ovutils::OV_INVALID) { //None available
190 mDestRight = destR;
216 ov.setSource(pargR, destR);
229 ov.setCrop(dcropR, destR);
235 ov.setTransform(orient, destR);
249 ov.setPosition(dposR, destR);
256 if (!ov.commit(destR)) {
272 ovutils::eDest destR = mDestRight; local
278 if (!ov.queueBuffer(hnd->fd, hnd->offset, destR)) {
[all...]
H A Dhwc_mdpcomp.cpp1126 ovutils::eDest destR = (ovutils::eDest)indexR; local
1129 if (!ov.queueBuffer(fd, offset, destR)) {

Completed in 360 milliseconds