Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:destR

373             ovutils::eDest destR = ov.getPipe(pipeSpecs);
374 if(destR == ovutils::OV_INVALID) { //None available
380 mDestRight = destR;
403 dstR, NULL, destR) < 0) {
516 ovutils::eDest destR = ovutils::OV_INVALID;
537 destR = ov.getPipe(pipeSpecs);
538 if(destR == ovutils::OV_INVALID) {
544 if(ctx->mOverlay->comparePipePriority(destL, destR) == -1) {
545 qhwc::swap(destL, destR);
556 mDestRight = destR;
567 if(destR != OV_INVALID) {
569 cropR, dstR, NULL /*metadata*/, destR) < 0) {