HomeSort by relevance Sort by last modified time
    Searched refs:destL (Results 1 - 6 of 6) 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/msm8x26/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...]

Completed in 149 milliseconds