Home
last modified time | relevance | path

Searched refs:ovutils (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/libhwcomposer/
Dhwc_fbupdate.cpp29 namespace ovutils = overlay::utils;
33 ovutils::eDest FBUpdate::sDest[] = {ovutils::OV_INVALID};
38 sDest[HWC_DISPLAY_PRIMARY] = ovutils::OV_INVALID; in reset()
39 sDest[HWC_DISPLAY_EXTERNAL] = ovutils::OV_INVALID; in reset()
64 ovutils::Whf info(hnd->width, hnd->height, hnd->format, hnd->size); in configure()
67 ovutils::eDest dest = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, dpy); in configure()
68 if(dest == ovutils::OV_INVALID) { //None available in configure()
74 ovutils::eMdpFlags mdpFlags = ovutils::OV_MDP_FLAGS_NONE; in configure()
76 ovutils::setMdpFlags(mdpFlags, in configure()
77 ovutils::OV_MDP_SECURE_OVERLAY_SESSION); in configure()
[all …]
Dhwc_video.cpp25 namespace ovutils = overlay::utils;
29 ovutils::eDest VideoOverlay::sDest[] = {ovutils::OV_INVALID};
88 ovutils::Whf info(hnd->width, hnd->height, hnd->format, hnd->size); in configure()
91 ovutils::eDest dest = ov.nextPipe(ovutils::OV_MDP_PIPE_VG, dpy); in configure()
92 if(dest == ovutils::OV_INVALID) { //None available in configure()
98 ovutils::eMdpFlags mdpFlags = ovutils::OV_MDP_FLAGS_NONE; in configure()
100 ovutils::setMdpFlags(mdpFlags, in configure()
101 ovutils::OV_MDP_SECURE_OVERLAY_SESSION); in configure()
105 ovutils::setMdpFlags(mdpFlags, in configure()
106 ovutils::OV_MDP_BLEND_FG_PREMULT); in configure()
[all …]
Dhwc_mdpcomp.cpp25 namespace ovutils = overlay::utils;
97 void MDPComp::setVidInfo(hwc_layer_1_t *layer, ovutils::eMdpFlags &mdpFlags) { in setVidInfo()
101 ovutils::setMdpFlags(mdpFlags, ovutils::OV_MDP_SECURE_OVERLAY_SESSION); in setVidInfo()
164 ovutils::eDest dest = (ovutils::eDest)mdp_info.index; in prepare()
166 ovutils::eZorder zOrder = ovutils::ZORDER_0; in prepare()
169 zOrder = ovutils::ZORDER_0; in prepare()
171 zOrder = ovutils::ZORDER_1; in prepare()
173 zOrder = ovutils::ZORDER_2; in prepare()
175 zOrder = ovutils::ZORDER_3; in prepare()
186 ovutils::Whf info(hnd->width, hnd->height, hnd->format, hnd->size); in prepare()
[all …]
Dhwc_mdpcomp.h30 namespace ovutils = overlay::utils; variable
39 MDPCOMP_OV_RGB = ovutils::OV_MDP_PIPE_RGB,
40 MDPCOMP_OV_VG = ovutils::OV_MDP_PIPE_VG,
125 static void setVidInfo(hwc_layer_1_t *layer, ovutils::eMdpFlags &mdpFlags);
Dhwc_video.h27 namespace ovutils = overlay::utils; variable
49 static ovutils::eDest sDest[HWC_NUM_DISPLAY_TYPES];
55 sDest[i] = ovutils::OV_INVALID; in reset()
Dhwc_fbupdate.h29 namespace ovutils = overlay::utils; variable
46 static ovutils::eDest sDest[HWC_NUM_DISPLAY_TYPES];
/hardware/qcom/display/liboverlay/
DoverlayMdp.cpp24 namespace ovutils = overlay::utils;
101 ovutils::Dim dim(d); in setPosition()
102 ovutils::Dim ovsrcdim = getSrcRectDim(); in setPosition()
104 if(dim.w >(ovsrcdim.w * ovutils::HW_OV_MAGNIFICATION_LIMIT)){ in setPosition()
105 dim.w = ovutils::HW_OV_MAGNIFICATION_LIMIT * ovsrcdim.w; in setPosition()
108 if(dim.h >(ovsrcdim.h * ovutils::HW_OV_MAGNIFICATION_LIMIT)) { in setPosition()
109 dim.h = ovutils::HW_OV_MAGNIFICATION_LIMIT * ovsrcdim.h; in setPosition()
DoverlayMdpRot.cpp23 namespace ovutils = overlay::utils;
205 ovutils::memset0(mRotImgInfo); in reset()
206 ovutils::memset0(mLSRotImgInfo); in reset()
207 ovutils::memset0(mRotDataInfo); in reset()
208 ovutils::memset0(mMem.curr().mRotOffset); in reset()
209 ovutils::memset0(mMem.prev().mRotOffset); in reset()
DoverlayMdssRot.cpp23 namespace ovutils = overlay::utils;
220 ovutils::memset0(mRotInfo); in reset()
221 ovutils::memset0(mRotData); in reset()
224 ovutils::memset0(mMem.curr().mRotOffset); in reset()
225 ovutils::memset0(mMem.prev().mRotOffset); in reset()
DoverlayRotator.cpp24 namespace ovutils = overlay::utils;
DoverlayCtrlData.h37 namespace ovutils = overlay::utils; variable