Searched defs:destR (Results 1 - 10 of 10) 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.cpp1147 ovutils::eDest destR = (ovutils::eDest)indexR; local
1150 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.cpp1697 ovutils::eDest destR = (ovutils::eDest)indexR; local
1700 if (!ov.queueBuffer(fd, offset, destR)) {
1957 ovutils::eDest destR = (ovutils::eDest)indexR; local
1960 if (!ov.queueBuffer(fd, offset, destR)) {
2005 ovutils::eDest destR = (ovutils::eDest)indexR; local
2008 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.cpp1910 ovutils::eDest destR = (ovutils::eDest)indexR; local
1913 if (!ov.queueBuffer(fd, offset, destR)) {
2167 ovutils::eDest destR = (ovutils::eDest)indexR; local
2170 if (!ov.queueBuffer(fd, offset, destR)) {
2219 ovutils::eDest destR = (ovutils::eDest)indexR; local
2222 if (!ov.queueBuffer(fd, offset, destR)) {
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_fbupdate.cpp367 ovutils::eDest destR = ov.getPipe(pipeSpecs); local
368 if(destR == ovutils::OV_INVALID) { //None available
374 mDestRight = destR;
397 dstR, NULL, destR) < 0) {
508 ovutils::eDest destR = ovutils::OV_INVALID; local
523 destR = ov.getPipe(pipeSpecs);
524 if(destR == ovutils::OV_INVALID) {
530 if(ctx->mOverlay->comparePipePriority(destL, destR) == -1) {
531 qhwc::swap(destL, destR);
542 mDestRight = destR;
[all...]
H A Dhwc_mdpcomp.cpp2268 ovutils::eDest destR = (ovutils::eDest)indexR; local
2271 if (!ov.queueBuffer(fd, offset, destR)) {
2517 ovutils::eDest destR = (ovutils::eDest)indexR; local
2520 if (!ov.queueBuffer(fd, offset, destR)) {
2569 ovutils::eDest destR = (ovutils::eDest)indexR; local
2572 if (!ov.queueBuffer(fd, offset, destR)) {
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_fbupdate.cpp373 ovutils::eDest destR = ov.getPipe(pipeSpecs); local
374 if(destR == ovutils::OV_INVALID) { //None available
380 mDestRight = destR;
403 dstR, NULL, destR) < 0) {
516 ovutils::eDest destR = ovutils::OV_INVALID; local
537 destR = ov.getPipe(pipeSpecs);
538 if(destR == ovutils::OV_INVALID) {
544 if(ctx->mOverlay->needsPrioritySwap(destL, destR)) {
545 qhwc::swap(destL, destR);
556 mDestRight = destR;
[all...]
H A Dhwc_mdpcomp.cpp2309 ovutils::eDest destR = (ovutils::eDest)indexR; local
2312 if (!ov.queueBuffer(fd, offset, destR)) {
2563 ovutils::eDest destR = (ovutils::eDest)indexR; local
2566 if (!ov.queueBuffer(fd, offset, destR)) {
2615 ovutils::eDest destR = (ovutils::eDest)indexR; local
2618 if (!ov.queueBuffer(fd, offset, destR)) {

Completed in 242 milliseconds