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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 182 ovutils::eDest destR = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy);
183 if(destR == ovutils::OV_INVALID) { //None available
190 mDestRight = destR;
216 ov.setSource(pargR, destR);
229 ov.setCrop(dcropR, destR);
235 ov.setTransform(orient, destR);
249 ov.setPosition(dposR, destR);
256 if (!ov.commit(destR)) {
272 ovutils::eDest destR = mDestRight;
278 if (!ov.queueBuffer(hnd->fd, hnd->offset, destR)) {
    [all...]
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.cpp 219 ovutils::eDest destR = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy,
221 if(destR == ovutils::OV_INVALID) { //None available
228 mDestRight = destR;
254 ov.setSource(pargR, destR);
277 ov.setCrop(dcropR, destR);
283 ov.setTransform(orient, destR);
299 ov.setPosition(dposR, destR);
306 if (!ov.commit(destR)) {
322 ovutils::eDest destR = mDestRight;
328 if (!ov.queueBuffer(hnd->fd, hnd->offset, destR)) {
    [all...]
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp 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;
    [all...]
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 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;
    [all...]
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_fbupdate.cpp 373 ovutils::eDest destR = ov.getPipe(pipeSpecs);
374 if(destR == ovutils::OV_INVALID) { //None available
380 mDestRight = destR;
403 dstR, NULL, destR) < 0) {
516 ovutils::eDest destR = ovutils::OV_INVALID;
537 destR = ov.getPipe(pipeSpecs);
538 if(destR == ovutils::OV_INVALID) {
544 if(ctx->mOverlay->comparePipePriority(destL, destR) == -1) {
545 qhwc::swap(destL, destR);
556 mDestRight = destR;
    [all...]
hwc_mdpcomp.cpp     [all...]

Completed in 91 milliseconds