Lines Matching refs:destR
350 ovutils::eDest destR = ov.getPipe(pipeSpecs); in configure() local
351 if(destR == ovutils::OV_INVALID) { //None available in configure()
357 mDestRight = destR; in configure()
381 dstR, NULL, destR) < 0) { in configure()
468 ovutils::eDest destR = ovutils::OV_INVALID; in configure() local
484 destR = ov.getPipe(pipeSpecs); in configure()
485 if(destR == ovutils::OV_INVALID) { in configure()
491 if(ctx->mOverlay->comparePipePriority(destL, destR) == -1) { in configure()
492 qhwc::swap(destL, destR); in configure()
501 mDestRight = destR; in configure()
512 if(destR != OV_INVALID) { in configure()
514 cropR, cropR, NULL /*metadata*/, destR) < 0) { in configure()