HomeSort by relevance Sort by last modified time
    Searched refs:destL (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 175 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy);
176 if(destL == ovutils::OV_INVALID) { //None available
189 mDestLeft = destL;
205 ov.setSource(pargL, destL);
228 ov.setCrop(dcropL, destL);
234 ov.setTransform(orient, destL);
244 ov.setPosition(dposL, destL);
252 if (!ov.commit(destL)) {
271 ovutils::eDest destL = mDestLeft;
273 if (!ov.queueBuffer(hnd->fd, hnd->offset, destL)) {
    [all...]
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp 316 ovutils::eDest destL = ov.getPipe(pipeSpecs);
317 if(destL == ovutils::OV_INVALID) { //None available
323 mDestLeft = destL;
341 dstL, NULL, destL)< 0) {
461 ovutils::eDest destL = ov.getPipe(pipeSpecs);
462 if(destL == ovutils::OV_INVALID) {
491 if(ctx->mOverlay->comparePipePriority(destL, destR) == -1) {
492 qhwc::swap(destL, destR);
500 mDestLeft = destL;
503 if(destL != OV_INVALID)
    [all...]
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 322 ovutils::eDest destL = ov.getPipe(pipeSpecs);
323 if(destL == ovutils::OV_INVALID) { //None available
329 mDestLeft = destL;
347 dstL, NULL, destL)< 0) {
467 ovutils::eDest destL = ov.getPipe(pipeSpecs);
468 if(destL == ovutils::OV_INVALID) {
495 if(ctx->mOverlay->comparePipePriority(destL, destR) == -1) {
496 qhwc::swap(destL, destR);
504 mDestLeft = destL;
507 if(destL != OV_INVALID)
    [all...]
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_fbupdate.cpp 334 ovutils::eDest destL = ov.getPipe(pipeSpecs);
335 if(destL == ovutils::OV_INVALID) { //None available
341 mDestLeft = destL;
358 dstL, NULL, destL)< 0) {
501 ovutils::eDest destL = ov.getPipe(pipeSpecs);
502 if(destL == ovutils::OV_INVALID) {
530 if(ctx->mOverlay->comparePipePriority(destL, destR) == -1) {
531 qhwc::swap(destL, destR);
541 mDestLeft = destL;
544 if(destL != OV_INVALID)
    [all...]
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_fbupdate.cpp 340 ovutils::eDest destL = ov.getPipe(pipeSpecs);
341 if(destL == ovutils::OV_INVALID) { //None available
347 mDestLeft = destL;
364 dstL, NULL, destL)< 0) {
509 ovutils::eDest destL = ov.getPipe(pipeSpecs);
510 if(destL == ovutils::OV_INVALID) {
544 if(ctx->mOverlay->needsPrioritySwap(destL, destR)) {
545 qhwc::swap(destL, destR);
555 mDestLeft = destL;
558 if(destL != OV_INVALID)
    [all...]
hwc_mdpcomp.cpp     [all...]

Completed in 812 milliseconds