Lines Matching refs:destL
316 ovutils::eDest destL = ov.getPipe(pipeSpecs); in configure() local
317 if(destL == ovutils::OV_INVALID) { //None available in configure()
323 mDestLeft = destL; in configure()
341 dstL, NULL, destL)< 0) { in configure()
461 ovutils::eDest destL = ov.getPipe(pipeSpecs); in configure() local
462 if(destL == ovutils::OV_INVALID) { in configure()
491 if(ctx->mOverlay->comparePipePriority(destL, destR) == -1) { in configure()
492 qhwc::swap(destL, destR); in configure()
500 mDestLeft = destL; in configure()
503 if(destL != OV_INVALID) { in configure()
505 cropL, cropL, NULL /*metadata*/, destL) < 0) { in configure()