Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:destR

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