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