Lines Matching refs:destL
334 ovutils::eDest destL = ov.getPipe(pipeSpecs); in configure() local
335 if(destL == ovutils::OV_INVALID) { //None available in configure()
341 mDestLeft = destL; in configure()
358 dstL, NULL, destL)< 0) { in configure()
501 ovutils::eDest destL = ov.getPipe(pipeSpecs); in configure() local
502 if(destL == ovutils::OV_INVALID) { in configure()
530 if(ctx->mOverlay->comparePipePriority(destL, destR) == -1) { in configure()
531 qhwc::swap(destL, destR); in configure()
541 mDestLeft = destL; in configure()
544 if(destL != OV_INVALID) { in configure()
546 cropL, dstL, NULL /*metadata*/, destL) < 0) { in configure()