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

Completed in 2544 milliseconds