/hardware/qcom/display/msm8960/liboverlay/ |
H A D | mdpWrapper.h | 64 bool setOverlay(int fd, mdp_overlay& ov); 73 bool getOverlay(int fd, mdp_overlay& ov); 79 bool set3D(int fd, msmfb_overlay_3d& ov); 83 void dump(const char* const s, const msmfb_overlay_data& ov); 84 void dump(const char* const s, const msmfb_data& ov); 85 void dump(const char* const s, const mdp_overlay& ov); 86 void dump(const char* const s, const msmfb_overlay_3d& ov); 88 void dump(const char* const s, const msmfb_img& ov); 89 void dump(const char* const s, const mdp_rect& ov); 146 inline bool setOverlay(int fd, mdp_overlay& ov) { argument 173 getOverlay(int fd, mdp_overlay& ov) argument 191 set3D(int fd, msmfb_overlay_3d& ov) argument 201 dump(const char* const s, const msmfb_overlay_data& ov) argument 206 dump(const char* const s, const msmfb_data& ov) argument 210 dump(const char* const s, const mdp_overlay& ov) argument 224 dump(const char* const s, const msmfb_img& ov) argument 229 dump(const char* const s, const mdp_rect& ov) argument 234 dump(const char* const s, const msmfb_overlay_3d& ov) argument [all...] |
H A D | overlayMdp.cpp | 157 "good ov info"); 170 mdp_overlay ov; local 171 ov.id = mOVInfo.id; 172 if (!mdp_wrapper::getOverlay(mFd.getFD(), ov)) { 176 mOVInfo = ov;
|
H A D | overlayUtils.cpp | 330 const mdp_overlay& ov) { 334 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha, 335 ov.transp_mask, ov.flags); 337 getDump(buf, len, "\tsrc(msmfb_img)", ov.src); 338 getDump(buf, len, "\tsrc_rect(mdp_rect)", ov.src_rect); 339 getDump(buf, len, "\tdst_rect(mdp_rect)", ov 329 getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov) argument 342 getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov) argument 352 getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov) argument 361 getDump(char *buf, size_t len, const char *prefix, const msmfb_overlay_data& ov) argument 371 getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov) argument [all...] |
/hardware/qcom/display/msm8084/liboverlay/ |
H A D | mdpWrapper.h | 66 bool setOverlay(int fd, mdp_overlay& ov); 78 bool getOverlay(int fd, mdp_overlay& ov); 84 bool set3D(int fd, msmfb_overlay_3d& ov); 106 void dump(const char* const s, const msmfb_overlay_data& ov); 107 void dump(const char* const s, const msmfb_data& ov); 108 void dump(const char* const s, const mdp_overlay& ov); 109 void dump(const char* const s, const msmfb_overlay_3d& ov); 111 void dump(const char* const s, const msmfb_img& ov); 112 void dump(const char* const s, const mdp_rect& ov); 169 inline bool setOverlay(int fd, mdp_overlay& ov) { argument 205 getOverlay(int fd, mdp_overlay& ov) argument 223 set3D(int fd, msmfb_overlay_3d& ov) argument 297 dump(const char* const s, const msmfb_overlay_data& ov) argument 302 dump(const char* const s, const msmfb_data& ov) argument 306 dump(const char* const s, const mdp_overlay& ov) argument 320 dump(const char* const s, const msmfb_img& ov) argument 325 dump(const char* const s, const mdp_rect& ov) argument 330 dump(const char* const s, const msmfb_overlay_3d& ov) argument [all...] |
H A D | overlayUtils.cpp | 407 const mdp_overlay& ov) { 412 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha, 413 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci); 415 getDump(buf, len, "\tsrc", ov 406 getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov) argument 420 getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov) argument 430 getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov) argument 439 getDump(char *buf, size_t len, const char *prefix, const msmfb_overlay_data& ov) argument 449 getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov) argument [all...] |
/hardware/qcom/display/msm8226/liboverlay/ |
H A D | mdpWrapper.h | 69 bool setOverlay(int fd, mdp_overlay& ov); 81 bool getOverlay(int fd, mdp_overlay& ov); 103 void dump(const char* const s, const msmfb_overlay_data& ov); 104 void dump(const char* const s, const msmfb_data& ov); 105 void dump(const char* const s, const mdp_overlay& ov); 106 void dump(const char* const s, const msmfb_overlay_3d& ov); 108 void dump(const char* const s, const msmfb_img& ov); 109 void dump(const char* const s, const mdp_rect& ov); 171 inline bool setOverlay(int fd, mdp_overlay& ov) { argument 173 if (ioctl(fd, MSMFB_OVERLAY_SET, &ov) < 211 getOverlay(int fd, mdp_overlay& ov) argument 292 dump(const char* const s, const msmfb_overlay_data& ov) argument 297 dump(const char* const s, const msmfb_data& ov) argument 301 dump(const char* const s, const mdp_overlay& ov) argument 315 dump(const char* const s, const msmfb_img& ov) argument 320 dump(const char* const s, const mdp_rect& ov) argument 325 dump(const char* const s, const msmfb_overlay_3d& ov) argument [all...] |
H A D | overlayUtils.cpp | 338 const mdp_overlay& ov) { 343 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha, 344 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci); 346 getDump(buf, len, "\tsrc", ov 337 getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov) argument 351 getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov) argument 361 getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov) argument 370 getDump(char *buf, size_t len, const char *prefix, const msmfb_overlay_data& ov) argument 380 getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov) argument [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
H A D | hwc_fbupdate.cpp | 65 overlay::Overlay& ov = *(ctx->mOverlay); local 71 ovutils::eDest dest = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy); 93 ov.setSource(parg, dest); 101 ov.setCrop(dcrop, dest); 106 ov.setTransform(orient, dest); 116 ov.setPosition(dpos, dest); 119 if (!ov.commit(dest)) { 133 overlay::Overlay& ov = *(ctx->mOverlay); local 135 if (!ov.queueBuffer(hnd->fd, hnd->offset, dest)) { 169 overlay::Overlay& ov local 270 overlay::Overlay& ov = *(ctx->mOverlay); local [all...] |
H A D | hwc_mdpcomp.cpp | 314 overlay::Overlay& ov = *ctx->mOverlay; local 319 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy); 326 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); 336 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy); 629 overlay::Overlay& ov = *ctx->mOverlay; local 631 int numAvailable = ov.availablePipes(mDpy); 906 overlay::Overlay& ov = *ctx->mOverlay; local 949 if (!ov.queueBuffer(fd, offset, dest)) { 1010 overlay::Overlay& ov = *ctx->mOverlay; local 1097 overlay::Overlay& ov local [all...] |
H A D | hwc_utils.cpp | 892 static inline int configMdp(Overlay *ov, const PipeArgs& parg, argument 896 ov->setSource(parg, dest); 897 ov->setTransform(orient, dest); 902 ov->setCrop(dcrop, dest); 907 ov->setPosition(position, dest); 910 ov->setVisualParams(*metadata, dest); 912 if (!ov->commit(dest)) {
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_fbupdate.cpp | 135 overlay::Overlay& ov = *(ctx->mOverlay); local 148 ovutils::eDest dest = ov.getPipe(pipeSpecs); 236 overlay::Overlay& ov = *(ctx->mOverlay); local 246 if (!ov.queueBuffer(fd, offset, dest)) { 292 overlay::Overlay& ov = *(ctx->mOverlay); local 316 ovutils::eDest destL = ov.getPipe(pipeSpecs); 350 ovutils::eDest destR = ov.getPipe(pipeSpecs); 396 overlay::Overlay& ov = *(ctx->mOverlay); local 398 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) { 405 if (!ov 428 overlay::Overlay& ov = *(ctx->mOverlay); local [all...] |
H A D | hwc_mdpcomp.cpp | 1649 overlay::Overlay& ov = *ctx->mOverlay; local 1689 if (!ov.queueBuffer(fd, offset, destL)) { 1700 if (!ov.queueBuffer(fd, offset, destR)) { 1735 if (!ov.queueBuffer(fd, offset, dest)) { 1910 overlay::Overlay& ov = *ctx->mOverlay; local 1949 if (!ov.queueBuffer(fd, offset, destL)) { 1960 if (!ov.queueBuffer(fd, offset, destR)) { 1996 if (!ov.queueBuffer(fd, offset, destL)) { 2008 if (!ov.queueBuffer(fd, offset, destR)) {
|
H A D | hwc_utils.cpp | 1537 int configMdp(Overlay *ov, const PipeArgs& parg, argument 1541 ov->setSource(parg, dest); 1542 ov->setTransform(orient, dest); 1547 ov->setCrop(dcrop, dest); 1552 ov->setPosition(position, dest); 1555 ov->setVisualParams(*metadata, dest); 1557 if (!ov->commit(dest)) {
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_fbupdate.cpp | 141 overlay::Overlay& ov = *(ctx->mOverlay); local 154 ovutils::eDest dest = ov.getPipe(pipeSpecs); 242 overlay::Overlay& ov = *(ctx->mOverlay); local 252 if (!ov.queueBuffer(fd, offset, dest)) { 298 overlay::Overlay& ov = *(ctx->mOverlay); local 322 ovutils::eDest destL = ov.getPipe(pipeSpecs); 356 ovutils::eDest destR = ov.getPipe(pipeSpecs); 402 overlay::Overlay& ov = *(ctx->mOverlay); local 404 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) { 411 if (!ov 434 overlay::Overlay& ov = *(ctx->mOverlay); local [all...] |
H A D | hwc_mdpcomp.cpp | 1862 overlay::Overlay& ov = *ctx->mOverlay; local 1902 if (!ov.queueBuffer(fd, offset, destL)) { 1913 if (!ov.queueBuffer(fd, offset, destR)) { 1955 if (!ov.queueBuffer(fd, offset, dest)) { 2120 overlay::Overlay& ov = *ctx->mOverlay; local 2159 if (!ov.queueBuffer(fd, offset, destL)) { 2170 if (!ov.queueBuffer(fd, offset, destR)) { 2210 if (!ov.queueBuffer(fd, offset, destL)) { 2222 if (!ov.queueBuffer(fd, offset, destR)) {
|
H A D | hwc_utils.cpp | 1543 int configMdp(Overlay *ov, const PipeArgs& parg, argument 1547 ov->setSource(parg, dest); 1548 ov->setTransform(orient, dest); 1553 ov->setCrop(dcrop, dest); 1558 ov->setPosition(position, dest); 1561 ov->setVisualParams(*metadata, dest); 1563 if (!ov->commit(dest)) {
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
H A D | hwc_fbupdate.cpp | 133 overlay::Overlay& ov = *(ctx->mOverlay); local 146 ovutils::eDest dest = ov.getPipe(pipeSpecs); 231 overlay::Overlay& ov = *(ctx->mOverlay); local 241 if (!ov.queueBuffer(fd, offset, dest)) { 281 overlay::Overlay& ov = *(ctx->mOverlay); local 334 ovutils::eDest destL = ov.getPipe(pipeSpecs); 367 ovutils::eDest destR = ov.getPipe(pipeSpecs); 412 overlay::Overlay& ov = *(ctx->mOverlay); local 414 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) { 421 if (!ov 437 overlay::Overlay& ov = *(ctx->mOverlay); local [all...] |
H A D | hwc_mdpcomp.cpp | 2220 overlay::Overlay& ov = *ctx->mOverlay; local 2260 if (!ov.queueBuffer(fd, offset, destL)) { 2271 if (!ov.queueBuffer(fd, offset, destR)) { 2312 if (!ov.queueBuffer(fd, offset, dest)) { 2470 overlay::Overlay& ov = *ctx->mOverlay; local 2509 if (!ov.queueBuffer(fd, offset, destL)) { 2520 if (!ov.queueBuffer(fd, offset, destR)) { 2560 if (!ov.queueBuffer(fd, offset, destL)) { 2572 if (!ov.queueBuffer(fd, offset, destR)) {
|
H A D | hwc_utils.cpp | 1858 int configMdp(Overlay *ov, const PipeArgs& parg, argument 1862 ov->setSource(parg, dest); 1863 ov->setTransform(orient, dest); 1868 ov->setCrop(dcrop, dest); 1873 ov->setPosition(position, dest); 1876 ov->setVisualParams(*metadata, dest); 1878 if (!ov->commit(dest)) {
|
/hardware/qcom/display/msm8909/liboverlay/ |
H A D | mdpWrapper.h | 72 bool setOverlay(int fd, mdp_overlay& ov); 84 bool getOverlay(int fd, mdp_overlay& ov); 106 void dump(const char* const s, const msmfb_overlay_data& ov); 107 void dump(const char* const s, const msmfb_data& ov); 108 void dump(const char* const s, const mdp_overlay& ov); 110 void dump(const char* const s, const msmfb_img& ov); 111 void dump(const char* const s, const mdp_rect& ov); 173 inline bool setOverlay(int fd, mdp_overlay& ov) { argument 175 if (ioctl(fd, MSMFB_OVERLAY_SET, &ov) < 0) { 238 inline bool getOverlay(int fd, mdp_overlay& ov) { argument 321 dump(const char* const s, const msmfb_overlay_data& ov) argument 326 dump(const char* const s, const msmfb_data& ov) argument 330 dump(const char* const s, const mdp_overlay& ov) argument 344 dump(const char* const s, const msmfb_img& ov) argument 349 dump(const char* const s, const mdp_rect& ov) argument [all...] |
H A D | overlayUtils.cpp | 309 const mdp_overlay& ov) { 314 prefix, ov.id, ov.z_order, ov.alpha, 315 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci); 317 getDump(buf, len, "\tsrc", ov.src); 318 getDump(buf, len, "\tsrc_rect", ov 308 getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov) argument 322 getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov) argument 332 getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov) argument 341 getDump(char *buf, size_t len, const char *prefix, const msmfb_overlay_data& ov) argument 351 getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov) argument [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_fbupdate.cpp | 133 overlay::Overlay& ov = *(ctx->mOverlay); local 147 ovutils::eDest dest = ov.getPipe(pipeSpecs); 234 overlay::Overlay& ov = *(ctx->mOverlay); local 244 if (!ov.queueBuffer(fd, offset, dest)) { 285 overlay::Overlay& ov = *(ctx->mOverlay); local 340 ovutils::eDest destL = ov.getPipe(pipeSpecs); 373 ovutils::eDest destR = ov.getPipe(pipeSpecs); 418 overlay::Overlay& ov = *(ctx->mOverlay); local 420 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) { 427 if (!ov 443 overlay::Overlay& ov = *(ctx->mOverlay); local [all...] |
H A D | hwc_mdpcomp.cpp | 2261 overlay::Overlay& ov = *ctx->mOverlay; local 2301 if (!ov.queueBuffer(fd, offset, destL)) { 2312 if (!ov.queueBuffer(fd, offset, destR)) { 2353 if (!ov.queueBuffer(fd, offset, dest)) { 2516 overlay::Overlay& ov = *ctx->mOverlay; local 2555 if (!ov.queueBuffer(fd, offset, destL)) { 2566 if (!ov.queueBuffer(fd, offset, destR)) { 2606 if (!ov.queueBuffer(fd, offset, destL)) { 2618 if (!ov.queueBuffer(fd, offset, destR)) {
|
/hardware/qcom/display/msm8994/liboverlay/ |
H A D | mdpWrapper.h | 72 bool setOverlay(int fd, mdp_overlay& ov); 84 bool getOverlay(int fd, mdp_overlay& ov); 106 void dump(const char* const s, const msmfb_overlay_data& ov); 107 void dump(const char* const s, const msmfb_data& ov); 108 void dump(const char* const s, const mdp_overlay& ov); 110 void dump(const char* const s, const msmfb_img& ov); 111 void dump(const char* const s, const mdp_rect& ov); 173 inline bool setOverlay(int fd, mdp_overlay& ov) { argument 175 if (ioctl(fd, MSMFB_OVERLAY_SET, &ov) < 0) { 238 inline bool getOverlay(int fd, mdp_overlay& ov) { argument 321 dump(const char* const s, const msmfb_overlay_data& ov) argument 326 dump(const char* const s, const msmfb_data& ov) argument 330 dump(const char* const s, const mdp_overlay& ov) argument 344 dump(const char* const s, const msmfb_img& ov) argument 349 dump(const char* const s, const mdp_rect& ov) argument [all...] |
H A D | overlayUtils.cpp | 331 const mdp_overlay& ov) { 336 prefix, ov.id, ov.z_order, ov.alpha, 337 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci); 339 getDump(buf, len, "\tsrc", ov.src); 340 getDump(buf, len, "\tsrc_rect", ov 330 getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov) argument 344 getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov) argument 354 getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov) argument 363 getDump(char *buf, size_t len, const char *prefix, const msmfb_overlay_data& ov) argument 373 getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov) argument [all...] |