/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_ad.cpp | 39 using namespace overlay; 40 using namespace overlay::utils; 101 mDest(overlay::utils::OV_INVALID) in AssertiveDisplay() 166 pipeSpecs.dpy = overlay::Overlay::DPY_WRITEBACK; in prepare() 176 overlay::Writeback *wb = overlay::Writeback::getInstance(); in prepare() 230 !ctx->mOverlay->validateAndSet(overlay::Overlay::DPY_WRITEBACK, wbFd)) in prepare() 233 ,__FUNCTION__, overlay::Overlay::DPY_WRITEBACK); in prepare() 260 overlay::Writeback *wb = overlay::Writeback::getInstance(); in draw() 269 overlay::Writeback *wb = overlay::Writeback::getInstance(); in getDstFd() 274 overlay::Writeback *wb = overlay::Writeback::getInstance(); in getDstOffset()
|
D | hwc_ad.h | 45 const overlay::utils::Whf& whf, 50 mDest = overlay::utils::OV_INVALID; in reset() 61 overlay::utils::eDest mDest;
|
D | hwc_utils.h | 56 namespace ovutils = overlay::utils; 58 namespace overlay { 216 void add(hwc_layer_1_t* layer, overlay::Rotator *rot); 224 overlay::Rotator* getRot(uint32_t index) const; 228 hwc_layer_1_t* mLayer[overlay::RotMgr::MAX_ROT_SESS]; 229 overlay::Rotator* mRot[overlay::RotMgr::MAX_ROT_SESS]; 274 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const { in getRot() 415 int configRotator(overlay::Rotator *rot, ovutils::Whf& whf, 419 int configMdp(overlay::Overlay *ov, const ovutils::PipeArgs& parg, 429 hwc_rect_t& crop, overlay::Rotator *rot); [all …]
|
D | hwc_fbupdate.h | 28 namespace overlay { 33 namespace ovutils = overlay::utils; 55 overlay::Rotator *mRot;
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_ad.cpp | 40 using namespace overlay; 41 using namespace overlay::utils; 98 mDest(overlay::utils::OV_INVALID) in AssertiveDisplay() 162 pipeSpecs.dpy = overlay::Overlay::DPY_WRITEBACK; in prepare() 172 overlay::Writeback *wb = overlay::Writeback::getInstance(); in prepare() 226 !ctx->mOverlay->validateAndSet(overlay::Overlay::DPY_WRITEBACK, wbFd)) in prepare() 229 ,__FUNCTION__, overlay::Overlay::DPY_WRITEBACK); in prepare() 256 overlay::Writeback *wb = overlay::Writeback::getInstance(); in draw() 265 overlay::Writeback *wb = overlay::Writeback::getInstance(); in getDstFd() 270 overlay::Writeback *wb = overlay::Writeback::getInstance(); in getDstOffset()
|
D | hwc_ad.h | 45 const overlay::utils::Whf& whf, 50 mDest = overlay::utils::OV_INVALID; in reset() 61 overlay::utils::eDest mDest;
|
D | hwc_utils.h | 50 namespace ovutils = overlay::utils; 52 namespace overlay { 199 void add(hwc_layer_1_t* layer, overlay::Rotator *rot); 207 overlay::Rotator* getRot(uint32_t index) const; 211 overlay::Rotator* mRot[MAX_SESS]; 224 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const { in getRot() 348 int configRotator(overlay::Rotator *rot, ovutils::Whf& whf, 352 int configMdp(overlay::Overlay *ov, const ovutils::PipeArgs& parg, 362 hwc_rect_t& crop, overlay::Rotator *rot); 368 overlay::Rotator **rot); [all …]
|
D | hwc_fbupdate.h | 28 namespace overlay { 33 namespace ovutils = overlay::utils; 55 overlay::Rotator *mRot;
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_ad.cpp | 40 using namespace overlay; 41 using namespace overlay::utils; 129 mDest(overlay::utils::OV_INVALID) { in AssertiveDisplay() 187 pipeSpecs.dpy = overlay::Overlay::DPY_WRITEBACK; in prepare() 197 overlay::Writeback *wb = overlay::Writeback::getInstance(); in prepare() 258 if(!ctx->mOverlay->validateAndSet(overlay::Overlay::DPY_WRITEBACK, in prepare() 261 ,__FUNCTION__, overlay::Overlay::DPY_WRITEBACK); in prepare() 278 overlay::Writeback *wb = overlay::Writeback::getInstance(); in draw() 287 overlay::Writeback *wb = overlay::Writeback::getInstance(); in getDstFd() 292 overlay::Writeback *wb = overlay::Writeback::getInstance(); in getDstOffset()
|
D | hwc_ad.h | 45 const overlay::utils::Whf& whf, 50 mDest = overlay::utils::OV_INVALID; in reset() 63 overlay::utils::eDest mDest;
|
D | hwc_utils.h | 49 namespace ovutils = overlay::utils; 51 namespace overlay { 174 void add(hwc_layer_1_t* layer, overlay::Rotator *rot); 182 overlay::Rotator* getRot(uint32_t index) const; 186 overlay::Rotator* mRot[MAX_SESS]; 199 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const { in getRot() 328 int configRotator(overlay::Rotator *rot, ovutils::Whf& whf, 332 int configMdp(overlay::Overlay *ov, const ovutils::PipeArgs& parg, 348 overlay::Rotator **rot); 354 const ovutils::eDest& rDest, overlay::Rotator **rot); [all …]
|
D | hwc_fbupdate.h | 28 namespace overlay { 33 namespace ovutils = overlay::utils; 55 overlay::Rotator *mRot;
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayMdp.h | 30 namespace overlay{ 109 void setBlending(overlay::utils::eBlending blending); 203 inline void MdpCtrl::setZ(overlay::utils::eZorder z) { in setZ() 207 inline void MdpCtrl::setIsFg(overlay::utils::eIsFg isFg) { in setIsFg() 215 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { in setBlending() 229 inline overlay::utils::Whf MdpCtrl::getSrcWhf() const { in getSrcWhf() 235 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) { in setSrcWhf() 241 inline overlay::utils::Dim MdpCtrl::getSrcRectDim() const { in getSrcRectDim() 248 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim() 255 inline overlay::utils::Dim MdpCtrl::getDstRectDim() const { in getDstRectDim() [all …]
|
D | overlayRotator.cpp | 26 namespace ovutils = overlay::utils; 28 namespace overlay { namespace 147 overlay::Rotator *rot = NULL; in getNext() 152 mRot[mUseCount] = overlay::Rotator::getRotator(); in getNext()
|
D | overlayMdpRot.cpp | 24 namespace ovutils = overlay::utils; 26 namespace overlay { namespace 102 void MdpRot::setSource(const overlay::utils::Whf& awhf) { in setSource() 143 if(!overlay::mdp_wrapper::startRotator(mFd.getFD(), mRotImgInfo)) { in commit() 254 if(!overlay::mdp_wrapper::rotate(mFd.getFD(), mRotDataInfo)) { in queueBuffer()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayMdp.h | 30 namespace overlay{ 107 void setBlending(overlay::utils::eBlending blending); 201 inline void MdpCtrl::setZ(overlay::utils::eZorder z) { in setZ() 209 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { in setBlending() 223 inline overlay::utils::Whf MdpCtrl::getSrcWhf() const { in getSrcWhf() 229 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) { in setSrcWhf() 235 inline overlay::utils::Dim MdpCtrl::getSrcRectDim() const { in getSrcRectDim() 242 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim() 249 inline overlay::utils::Dim MdpCtrl::getDstRectDim() const { in getDstRectDim() 256 inline void MdpCtrl::setDstRectDim(const overlay::utils::Dim d) { in setDstRectDim() [all …]
|
D | overlayRotator.cpp | 26 namespace ovutils = overlay::utils; 28 namespace overlay { namespace 197 overlay::Rotator *rot = NULL; in getNext() 202 mRot[mUseCount] = overlay::Rotator::getRotator(); in getNext()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayMdp.h | 30 namespace overlay{ 109 void setBlending(overlay::utils::eBlending blending); 229 inline void MdpCtrl::setZ(overlay::utils::eZorder z) { in setZ() 233 inline void MdpCtrl::setIsFg(overlay::utils::eIsFg isFg) { in setIsFg() 245 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { in setBlending() 259 inline overlay::utils::Whf MdpCtrl::getSrcWhf() const { in getSrcWhf() 265 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) { in setSrcWhf() 271 inline overlay::utils::Dim MdpCtrl::getSrcRectDim() const { in getSrcRectDim() 278 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim() 285 inline overlay::utils::Dim MdpCtrl::getDstRectDim() const { in getDstRectDim() [all …]
|
D | overlayRotator.cpp | 25 namespace ovutils = overlay::utils; 27 namespace overlay { namespace 146 overlay::Rotator *rot = NULL; in getNext() 151 mRot[mUseCount] = overlay::Rotator::getRotator(); in getNext()
|
D | overlayMdpRot.cpp | 23 namespace ovutils = overlay::utils; 25 namespace overlay { namespace 83 void MdpRot::setSource(const overlay::utils::Whf& awhf) { in setSource() 124 if(!overlay::mdp_wrapper::startRotator(mFd.getFD(), mRotImgInfo)) { in commit() 235 if(!overlay::mdp_wrapper::rotate(mFd.getFD(), mRotDataInfo)) { in queueBuffer()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayMdp.h | 30 namespace overlay{ 106 void setBlending(overlay::utils::eBlending blending); 234 inline void MdpCtrl::setZ(overlay::utils::eZorder z) { in setZ() 238 inline void MdpCtrl::setIsFg(overlay::utils::eIsFg isFg) { in setIsFg() 250 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { in setBlending() 297 inline overlay::utils::Whf MdpCtrl::getSrcWhf() const { in getSrcWhf() 303 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) { in setSrcWhf() 309 inline overlay::utils::Dim MdpCtrl::getSrcRectDim() const { in getSrcRectDim() 316 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim() 323 inline overlay::utils::Dim MdpCtrl::getDstRectDim() const { in getDstRectDim() [all …]
|
D | overlayMdssRot.cpp | 36 namespace ovutils = overlay::utils; 38 namespace overlay { namespace 73 void MdssRot::setSource(const overlay::utils::Whf& awhf) { in setSource() 88 void MdssRot::setSource(const overlay::utils::Whf& awhf, in setSource() 89 const overlay::utils::Whf& owhf) { in setSource() 121 if(!overlay::mdp_wrapper::setOverlay(mFd.getFD(), mRotInfo)) { in commit() 143 if(!overlay::mdp_wrapper::play(mFd.getFD(), mRotData)) { in queueBuffer()
|
D | overlayRotator.cpp | 26 namespace ovutils = overlay::utils; 28 namespace overlay { namespace 142 overlay::Rotator *rot = NULL; in getNext() 147 mRot[mUseCount] = overlay::Rotator::getRotator(); in getNext()
|
D | overlayMdpRot.cpp | 23 namespace ovutils = overlay::utils; 25 namespace overlay { namespace 92 void MdpRot::setSource(const overlay::utils::Whf& awhf) { in setSource() 136 if(!overlay::mdp_wrapper::startRotator(mFd.getFD(), mRotImgInfo)) { in commit() 246 if(!overlay::mdp_wrapper::rotate(mFd.getFD(), mRotDataInfo)) { in queueBuffer()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.h | 47 namespace ovutils = overlay::utils; 49 namespace overlay { 128 void add(hwc_layer_1_t* layer, overlay::Rotator *rot); 132 overlay::Rotator* getRot(uint32_t index) const; 136 overlay::Rotator* mRot[MAX_SESS]; 149 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const { in getRot() 202 overlay::Rotator **rot); 208 const ovutils::eDest& rDest, overlay::Rotator **rot); 308 overlay::Overlay *mOverlay; 310 overlay::RotMgr *mRotMgr; [all …]
|