Home
last modified time | relevance | path

Searched refs:ov (Results 1 – 25 of 27) sorted by relevance

12

/hardware/qcom/display/msm8960/liboverlay/
DmdpWrapper.h64 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) { in setOverlay() argument
[all …]
DoverlayUtils.cpp330 const mdp_overlay& ov) { in getDump() argument
334 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha, in getDump()
335 ov.transp_mask, ov.flags); in getDump()
337 getDump(buf, len, "\tsrc(msmfb_img)", ov.src); in getDump()
338 getDump(buf, len, "\tsrc_rect(mdp_rect)", ov.src_rect); in getDump()
339 getDump(buf, len, "\tdst_rect(mdp_rect)", ov.dst_rect); in getDump()
343 const msmfb_img& ov) { in getDump() argument
347 prefix, ov.width, ov.height, ov.format, in getDump()
348 overlay::utils::getFormatString(ov.format)); in getDump()
353 const mdp_rect& ov) { in getDump() argument
[all …]
DoverlayUtils.h712 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
713 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
714 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
716 const msmfb_overlay_data& ov);
717 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
719 const msm_rotator_img_info& ov);
721 const msm_rotator_data_info& ov);
/hardware/qcom/display/msm8084/liboverlay/
DmdpWrapper.h66 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) { in setOverlay() argument
[all …]
DoverlayUtils.cpp407 const mdp_overlay& ov) { in getDump() argument
412 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha, in getDump()
413 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci); in getDump()
415 getDump(buf, len, "\tsrc", ov.src); in getDump()
416 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump()
417 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump()
421 const msmfb_img& ov) { in getDump() argument
425 prefix, ov.width, ov.height, ov.format, in getDump()
426 overlay::utils::getFormatString(ov.format)); in getDump()
431 const mdp_rect& ov) { in getDump() argument
[all …]
DoverlayUtils.h710 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
711 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
712 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
714 const msmfb_overlay_data& ov);
715 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
717 const msm_rotator_img_info& ov);
719 const msm_rotator_data_info& ov);
/hardware/qcom/display/msm8226/liboverlay/
DmdpWrapper.h69 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) { in setOverlay() argument
173 if (ioctl(fd, MSMFB_OVERLAY_SET, &ov) < 0) { in setOverlay()
[all …]
DoverlayUtils.cpp338 const mdp_overlay& ov) { in getDump() argument
343 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha, in getDump()
344 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci); in getDump()
346 getDump(buf, len, "\tsrc", ov.src); in getDump()
347 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump()
348 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump()
352 const msmfb_img& ov) { in getDump() argument
356 prefix, ov.width, ov.height, ov.format, in getDump()
357 overlay::utils::getFormatString(ov.format)); in getDump()
362 const mdp_rect& ov) { in getDump() argument
[all …]
DoverlayUtils.h555 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
556 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
557 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
559 const msmfb_overlay_data& ov);
560 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
562 const msm_rotator_img_info& ov);
564 const msm_rotator_data_info& ov);
/hardware/qcom/display/msm8994/liboverlay/
DmdpWrapper.h72 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) { in setOverlay() argument
175 if (ioctl(fd, MSMFB_OVERLAY_SET, &ov) < 0) { in setOverlay()
238 inline bool getOverlay(int fd, mdp_overlay& ov) { in getOverlay() argument
[all …]
DoverlayUtils.cpp331 const mdp_overlay& ov) { in getDump() argument
336 prefix, ov.id, ov.z_order, ov.alpha, in getDump()
337 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci); in getDump()
339 getDump(buf, len, "\tsrc", ov.src); in getDump()
340 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump()
341 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump()
345 const msmfb_img& ov) { in getDump() argument
349 prefix, ov.width, ov.height, ov.format, in getDump()
350 overlay::utils::getFormatString(ov.format)); in getDump()
355 const mdp_rect& ov) { in getDump() argument
[all …]
DoverlayUtils.h552 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov);
553 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov);
554 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov);
556 const msmfb_overlay_data& ov);
557 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov);
559 const msm_rotator_img_info& ov);
561 const msm_rotator_data_info& ov);
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_fbupdate.cpp65 overlay::Overlay& ov = *(ctx->mOverlay); in configure() local
71 ovutils::eDest dest = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy); in configure()
93 ov.setSource(parg, dest); in configure()
101 ov.setCrop(dcrop, dest); in configure()
106 ov.setTransform(orient, dest); in configure()
116 ov.setPosition(dpos, dest); in configure()
119 if (!ov.commit(dest)) { in configure()
133 overlay::Overlay& ov = *(ctx->mOverlay); in draw() local
135 if (!ov.queueBuffer(hnd->fd, hnd->offset, dest)) { in draw()
169 overlay::Overlay& ov = *(ctx->mOverlay); in configure() local
[all …]
Dhwc_mdpcomp.cpp314 overlay::Overlay& ov = *ctx->mOverlay; in getMdpPipe() local
319 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy); in getMdpPipe()
326 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); in getMdpPipe()
336 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy); in getMdpPipe()
629 overlay::Overlay& ov = *ctx->mOverlay; in getAvailablePipes() local
631 int numAvailable = ov.availablePipes(mDpy); in getAvailablePipes()
906 overlay::Overlay& ov = *ctx->mOverlay; in draw() local
949 if (!ov.queueBuffer(fd, offset, dest)) { in draw()
1010 overlay::Overlay& ov = *ctx->mOverlay; in allocLayerPipes() local
1097 overlay::Overlay& ov = *ctx->mOverlay; in draw() local
[all …]
Dhwc_utils.cpp892 static inline int configMdp(Overlay *ov, const PipeArgs& parg, in configMdp() argument
896 ov->setSource(parg, dest); in configMdp()
897 ov->setTransform(orient, dest); in configMdp()
902 ov->setCrop(dcrop, dest); in configMdp()
907 ov->setPosition(position, dest); in configMdp()
910 ov->setVisualParams(*metadata, dest); in configMdp()
912 if (!ov->commit(dest)) { in configMdp()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_fbupdate.cpp141 overlay::Overlay& ov = *(ctx->mOverlay); in configure() local
154 ovutils::eDest dest = ov.getPipe(pipeSpecs); in configure()
242 overlay::Overlay& ov = *(ctx->mOverlay); in draw() local
252 if (!ov.queueBuffer(fd, offset, dest)) { in draw()
298 overlay::Overlay& ov = *(ctx->mOverlay); in configure() local
322 ovutils::eDest destL = ov.getPipe(pipeSpecs); in configure()
356 ovutils::eDest destR = ov.getPipe(pipeSpecs); in configure()
402 overlay::Overlay& ov = *(ctx->mOverlay); in draw() local
404 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) { in draw()
411 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestRight)) { in draw()
[all …]
Dhwc_mdpcomp.cpp1862 overlay::Overlay& ov = *ctx->mOverlay; in draw() local
1902 if (!ov.queueBuffer(fd, offset, destL)) { in draw()
1913 if (!ov.queueBuffer(fd, offset, destR)) { in draw()
1955 if (!ov.queueBuffer(fd, offset, dest)) { in draw()
2120 overlay::Overlay& ov = *ctx->mOverlay; in draw() local
2159 if (!ov.queueBuffer(fd, offset, destL)) { in draw()
2170 if (!ov.queueBuffer(fd, offset, destR)) { in draw()
2210 if (!ov.queueBuffer(fd, offset, destL)) { in draw()
2222 if (!ov.queueBuffer(fd, offset, destR)) { in draw()
Dhwc_utils.cpp1543 int configMdp(Overlay *ov, const PipeArgs& parg, in configMdp() argument
1547 ov->setSource(parg, dest); in configMdp()
1548 ov->setTransform(orient, dest); in configMdp()
1553 ov->setCrop(dcrop, dest); in configMdp()
1558 ov->setPosition(position, dest); in configMdp()
1561 ov->setVisualParams(*metadata, dest); in configMdp()
1563 if (!ov->commit(dest)) { in configMdp()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_fbupdate.cpp135 overlay::Overlay& ov = *(ctx->mOverlay); in configure() local
148 ovutils::eDest dest = ov.getPipe(pipeSpecs); in configure()
236 overlay::Overlay& ov = *(ctx->mOverlay); in draw() local
246 if (!ov.queueBuffer(fd, offset, dest)) { in draw()
292 overlay::Overlay& ov = *(ctx->mOverlay); in configure() local
316 ovutils::eDest destL = ov.getPipe(pipeSpecs); in configure()
350 ovutils::eDest destR = ov.getPipe(pipeSpecs); in configure()
396 overlay::Overlay& ov = *(ctx->mOverlay); in draw() local
398 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) { in draw()
405 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestRight)) { in draw()
[all …]
Dhwc_mdpcomp.cpp1649 overlay::Overlay& ov = *ctx->mOverlay; in draw() local
1689 if (!ov.queueBuffer(fd, offset, destL)) { in draw()
1700 if (!ov.queueBuffer(fd, offset, destR)) { in draw()
1735 if (!ov.queueBuffer(fd, offset, dest)) { in draw()
1910 overlay::Overlay& ov = *ctx->mOverlay; in draw() local
1949 if (!ov.queueBuffer(fd, offset, destL)) { in draw()
1960 if (!ov.queueBuffer(fd, offset, destR)) { in draw()
1996 if (!ov.queueBuffer(fd, offset, destL)) { in draw()
2008 if (!ov.queueBuffer(fd, offset, destR)) { in draw()
Dhwc_utils.cpp1537 int configMdp(Overlay *ov, const PipeArgs& parg, in configMdp() argument
1541 ov->setSource(parg, dest); in configMdp()
1542 ov->setTransform(orient, dest); in configMdp()
1547 ov->setCrop(dcrop, dest); in configMdp()
1552 ov->setPosition(position, dest); in configMdp()
1555 ov->setVisualParams(*metadata, dest); in configMdp()
1557 if (!ov->commit(dest)) { in configMdp()
Dhwc_utils.h332 int configMdp(overlay::Overlay *ov, const ovutils::PipeArgs& parg,
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_fbupdate.cpp133 overlay::Overlay& ov = *(ctx->mOverlay); in configure() local
147 ovutils::eDest dest = ov.getPipe(pipeSpecs); in configure()
234 overlay::Overlay& ov = *(ctx->mOverlay); in draw() local
244 if (!ov.queueBuffer(fd, offset, dest)) { in draw()
285 overlay::Overlay& ov = *(ctx->mOverlay); in configure() local
340 ovutils::eDest destL = ov.getPipe(pipeSpecs); in configure()
373 ovutils::eDest destR = ov.getPipe(pipeSpecs); in configure()
418 overlay::Overlay& ov = *(ctx->mOverlay); in draw() local
420 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) { in draw()
427 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestRight)) { in draw()
[all …]
Dhwc_mdpcomp.cpp2261 overlay::Overlay& ov = *ctx->mOverlay; in draw() local
2301 if (!ov.queueBuffer(fd, offset, destL)) { in draw()
2312 if (!ov.queueBuffer(fd, offset, destR)) { in draw()
2353 if (!ov.queueBuffer(fd, offset, dest)) { in draw()
2516 overlay::Overlay& ov = *ctx->mOverlay; in draw() local
2555 if (!ov.queueBuffer(fd, offset, destL)) { in draw()
2566 if (!ov.queueBuffer(fd, offset, destR)) { in draw()
2606 if (!ov.queueBuffer(fd, offset, destL)) { in draw()
2618 if (!ov.queueBuffer(fd, offset, destR)) { in draw()
Dhwc_utils.cpp1778 int configMdp(Overlay *ov, const PipeArgs& parg, in configMdp() argument
1782 ov->setSource(parg, dest); in configMdp()
1783 ov->setTransform(orient, dest); in configMdp()
1788 ov->setCrop(dcrop, dest); in configMdp()
1793 ov->setPosition(position, dest); in configMdp()
1796 ov->setVisualParams(*metadata, dest); in configMdp()
1798 if (!ov->commit(dest)) { in configMdp()

12