HomeSort by relevance Sort by last modified time
    Searched refs:destL (Results 1 - 8 of 8) 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/msm8974/libhwcomposer/
hwc_fbupdate.cpp 211 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy,
213 if(destL == ovutils::OV_INVALID) { //None available
227 mDestLeft = destL;
243 ov.setSource(pargL, destL);
276 ov.setCrop(dcropL, destL);
282 ov.setTransform(orient, destL);
293 ov.setPosition(dposL, destL);
302 if (!ov.commit(destL)) {
321 ovutils::eDest destL = mDestLeft;
323 if (!ov.queueBuffer(hnd->fd, hnd->offset, destL)) {
    [all...]
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 312 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy,
314 if(destL == ovutils::OV_INVALID) { //None available
320 mDestLeft = destL;
338 dstL, NULL, destL)< 0) {
436 ovutils::eDest destL = ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy,
438 if(destL == ovutils::OV_INVALID) {
439 destL = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy,
441 if(destL == ovutils::OV_INVALID) {
456 mDestLeft = destL;
470 ov.setSource(parg, 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...]

Completed in 185 milliseconds