HomeSort by relevance Sort by last modified time
    Searched refs:destR (Results 1 - 8 of 8) 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 346 ovutils::eDest destR = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy,
348 if(destR == ovutils::OV_INVALID) { //None available
354 mDestRight = destR;
378 dstR, NULL, destR) < 0) {
448 ovutils::eDest destR = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy,
450 if(destR == ovutils::OV_INVALID) {
457 mDestRight = destR;
471 ov.setSource(parg, destR);
487 ov.setCrop(cropPosR, destR);
489 ov.setPosition(cropPosR, destR);
    [all...]
hwc_mdpcomp.cpp     [all...]

Completed in 50 milliseconds