/hardware/qcom/display/msm8960/liboverlay/ |
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) { in setOverlay() argument [all …]
|
D | overlayUtils.cpp | 330 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 …]
|
D | overlayUtils.h | 712 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);
|
D | overlayMdp.cpp | 170 mdp_overlay ov; in get() local 171 ov.id = mOVInfo.id; in get() 172 if (!mdp_wrapper::getOverlay(mFd.getFD(), ov)) { in get() 176 mOVInfo = ov; in get()
|
/hardware/qcom/display/msm8974/liboverlay/ |
D | mdpWrapper.h | 66 bool setOverlay(int fd, mdp_overlay& ov); 75 bool getOverlay(int fd, mdp_overlay& ov); 81 bool set3D(int fd, msmfb_overlay_3d& ov); 100 void dump(const char* const s, const msmfb_overlay_data& ov); 101 void dump(const char* const s, const msmfb_data& ov); 102 void dump(const char* const s, const mdp_overlay& ov); 103 void dump(const char* const s, const msmfb_overlay_3d& ov); 105 void dump(const char* const s, const msmfb_img& ov); 106 void dump(const char* const s, const mdp_rect& ov); 168 inline bool setOverlay(int fd, mdp_overlay& ov) { in setOverlay() argument [all …]
|
D | overlayUtils.cpp | 397 const mdp_overlay& ov) { in getDump() argument 402 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha, in getDump() 403 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci); in getDump() 405 getDump(buf, len, "\tsrc", ov.src); in getDump() 406 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump() 407 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump() 411 const msmfb_img& ov) { in getDump() argument 415 prefix, ov.width, ov.height, ov.format, in getDump() 416 overlay::utils::getFormatString(ov.format)); in getDump() 421 const mdp_rect& ov) { in getDump() argument [all …]
|
D | overlayUtils.h | 690 void getDump(char *buf, size_t len, const char *prefix, const mdp_overlay& ov); 691 void getDump(char *buf, size_t len, const char *prefix, const msmfb_img& ov); 692 void getDump(char *buf, size_t len, const char *prefix, const mdp_rect& ov); 694 const msmfb_overlay_data& ov); 695 void getDump(char *buf, size_t len, const char *prefix, const msmfb_data& ov); 697 const msm_rotator_img_info& ov); 699 const msm_rotator_data_info& ov);
|
D | overlayMdp.cpp | 183 mdp_overlay ov; in get() local 184 ov.id = mOVInfo.id; in get() 185 if (!mdp_wrapper::getOverlay(mFd.getFD(), ov)) { in get() 189 mOVInfo = ov; in get()
|
/hardware/qcom/display/msm8084/liboverlay/ |
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) { in setOverlay() argument [all …]
|
D | overlayUtils.cpp | 407 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 …]
|
D | overlayUtils.h | 710 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/ |
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) { in setOverlay() argument 173 if (ioctl(fd, MSMFB_OVERLAY_SET, &ov) < 0) { in setOverlay() [all …]
|
D | overlayUtils.cpp | 338 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 …]
|
D | overlayUtils.h | 555 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/msm8960/libhwcomposer/ |
D | hwc_fbupdate.cpp | 65 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 …]
|
D | hwc_mdpcomp.cpp | 316 overlay::Overlay& ov = *ctx->mOverlay; in getMdpPipe() local 321 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy); in getMdpPipe() 328 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy); in getMdpPipe() 338 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy); in getMdpPipe() 632 overlay::Overlay& ov = *ctx->mOverlay; in getAvailablePipes() local 634 int numAvailable = ov.availablePipes(mDpy); in getAvailablePipes() 902 overlay::Overlay& ov = *ctx->mOverlay; in draw() local 945 if (!ov.queueBuffer(fd, offset, dest)) { in draw() 1006 overlay::Overlay& ov = *ctx->mOverlay; in allocLayerPipes() local 1092 overlay::Overlay& ov = *ctx->mOverlay; in draw() local [all …]
|
D | hwc_utils.cpp | 892 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/msm8974/libhwcomposer/ |
D | hwc_fbupdate.cpp | 71 overlay::Overlay& ov = *(ctx->mOverlay); in configure() local 92 ovutils::eDest dest = ov.nextPipe(type, mDpy, Overlay::MIXER_DEFAULT); in configure() 114 ov.setSource(parg, dest); in configure() 122 ov.setCrop(dcrop, dest); in configure() 127 ov.setTransform(orient, dest); in configure() 142 ov.setPosition(dpos, dest); in configure() 145 if (!ov.commit(dest)) { in configure() 159 overlay::Overlay& ov = *(ctx->mOverlay); in draw() local 161 if (!ov.queueBuffer(hnd->fd, hnd->offset, dest)) { in draw() 195 overlay::Overlay& ov = *(ctx->mOverlay); in configure() local [all …]
|
D | hwc_mdpcomp.cpp | 313 overlay::Overlay& ov = *ctx->mOverlay; in getMdpPipe() local 318 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy, mixer); in getMdpPipe() 324 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy, mixer); in getMdpPipe() 334 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy, mixer); in getMdpPipe() 970 overlay::Overlay& ov = *ctx->mOverlay; in arePipesAvailable() local 972 int availPipes = ov.availablePipes(mDpy, Overlay::MIXER_DEFAULT); in arePipesAvailable() 1041 overlay::Overlay& ov = *ctx->mOverlay; in draw() local 1092 if (!ov.queueBuffer(fd, offset, dest)) { in draw() 1128 overlay::Overlay& ov = *ctx->mOverlay; in arePipesAvailable() local 1132 int availPipes = ov.availablePipes(mDpy, i); in arePipesAvailable() [all …]
|
D | hwc_utils.cpp | 827 int configMdp(Overlay *ov, const PipeArgs& parg, in configMdp() argument 831 ov->setSource(parg, dest); in configMdp() 832 ov->setTransform(orient, dest); in configMdp() 837 ov->setCrop(dcrop, dest); in configMdp() 842 ov->setPosition(position, dest); in configMdp() 845 ov->setVisualParams(*metadata, dest); in configMdp() 847 if (!ov->commit(dest)) { in configMdp()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_resize.h | 35 uint8_t *ov, 49 uint8_t *ov, 63 uint8_t *ov,
|
D | vp9_resize.c | 538 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_resize_frame420() argument 545 ov, oheight / 2, owidth / 2, ouv_stride); in vp9_resize_frame420() 553 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_resize_frame422() argument 560 ov, oheight, owidth / 2, ouv_stride); in vp9_resize_frame422() 568 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_resize_frame444() argument 575 ov, oheight, owidth, ouv_stride); in vp9_resize_frame444()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_fbupdate.cpp | 135 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 …]
|
D | hwc_mdpcomp.cpp | 1642 overlay::Overlay& ov = *ctx->mOverlay; in draw() local 1682 if (!ov.queueBuffer(fd, offset, destL)) { in draw() 1693 if (!ov.queueBuffer(fd, offset, destR)) { in draw() 1728 if (!ov.queueBuffer(fd, offset, dest)) { in draw() 1903 overlay::Overlay& ov = *ctx->mOverlay; in draw() local 1942 if (!ov.queueBuffer(fd, offset, destL)) { in draw() 1953 if (!ov.queueBuffer(fd, offset, destR)) { in draw() 1989 if (!ov.queueBuffer(fd, offset, destL)) { in draw() 2001 if (!ov.queueBuffer(fd, offset, destR)) { in draw()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_fbupdate.cpp | 141 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 …]
|