Lines Matching refs:destR
356 ovutils::eDest destR = ov.getPipe(pipeSpecs); in configure() local
357 if(destR == ovutils::OV_INVALID) { //None available in configure()
363 mDestRight = destR; in configure()
387 dstR, NULL, destR) < 0) { in configure()
474 ovutils::eDest destR = ovutils::OV_INVALID; in configure() local
488 destR = ov.getPipe(pipeSpecs); in configure()
489 if(destR == ovutils::OV_INVALID) { in configure()
495 if(ctx->mOverlay->comparePipePriority(destL, destR) == -1) { in configure()
496 qhwc::swap(destL, destR); in configure()
505 mDestRight = destR; in configure()
516 if(destR != OV_INVALID) { in configure()
518 cropR, cropR, NULL /*metadata*/, destR) < 0) { in configure()