Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:destR

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