Searched defs:destR (Results 1 - 8 of 8) 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.cpp1142 ovutils::eDest destR = (ovutils::eDest)indexR; local
1145 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.cpp1303 ovutils::eDest destR = (ovutils::eDest)indexR; local
1306 if (!ov.queueBuffer(fd, offset, destR)) {
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_fbupdate.cpp350 ovutils::eDest destR = ov.getPipe(pipeSpecs); local
351 if(destR == ovutils::OV_INVALID) { //None available
357 mDestRight = destR;
381 dstR, NULL, destR) < 0) {
468 ovutils::eDest destR = ovutils::OV_INVALID; local
484 destR = ov.getPipe(pipeSpecs);
485 if(destR == ovutils::OV_INVALID) {
491 if(ctx->mOverlay->comparePipePriority(destL, destR) == -1) {
492 qhwc::swap(destL, destR);
501 mDestRight = destR;
[all...]
H A Dhwc_mdpcomp.cpp1690 ovutils::eDest destR = (ovutils::eDest)indexR; local
1693 if (!ov.queueBuffer(fd, offset, destR)) {
1950 ovutils::eDest destR = (ovutils::eDest)indexR; local
1953 if (!ov.queueBuffer(fd, offset, destR)) {
1998 ovutils::eDest destR = (ovutils::eDest)indexR; local
2001 if (!ov.queueBuffer(fd, offset, destR)) {
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_fbupdate.cpp356 ovutils::eDest destR = ov.getPipe(pipeSpecs); local
357 if(destR == ovutils::OV_INVALID) { //None available
363 mDestRight = destR;
387 dstR, NULL, destR) < 0) {
474 ovutils::eDest destR = ovutils::OV_INVALID; local
488 destR = ov.getPipe(pipeSpecs);
489 if(destR == ovutils::OV_INVALID) {
495 if(ctx->mOverlay->comparePipePriority(destL, destR) == -1) {
496 qhwc::swap(destL, destR);
505 mDestRight = destR;
[all...]
H A Dhwc_mdpcomp.cpp1902 ovutils::eDest destR = (ovutils::eDest)indexR; local
1905 if (!ov.queueBuffer(fd, offset, destR)) {
2159 ovutils::eDest destR = (ovutils::eDest)indexR; local
2162 if (!ov.queueBuffer(fd, offset, destR)) {
2211 ovutils::eDest destR = (ovutils::eDest)indexR; local
2214 if (!ov.queueBuffer(fd, offset, destR)) {

Completed in 119 milliseconds