Lines Matching refs:destL
322 ovutils::eDest destL = ov.getPipe(pipeSpecs); in configure() local
323 if(destL == ovutils::OV_INVALID) { //None available in configure()
329 mDestLeft = destL; in configure()
347 dstL, NULL, destL)< 0) { in configure()
467 ovutils::eDest destL = ov.getPipe(pipeSpecs); in configure() local
468 if(destL == ovutils::OV_INVALID) { in configure()
495 if(ctx->mOverlay->comparePipePriority(destL, destR) == -1) { in configure()
496 qhwc::swap(destL, destR); in configure()
504 mDestLeft = destL; in configure()
507 if(destL != OV_INVALID) { in configure()
509 cropL, cropL, NULL /*metadata*/, destL) < 0) { in configure()