/hardware/qcom/display/msm8084/liboverlay/ |
overlayUtils.h | 97 struct Whf; 152 bool getPositionS3D(const Whf& whf, Dim& out); 196 struct Whf { 197 Whf() : w(0), h(0), format(0), size(0) {} 198 Whf(uint32_t wi, uint32_t he, uint32_t f) : 200 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : 203 bool operator==(const Whf& whf) const { 204 return whf.w == w && whf.h == h & 374 Whf whf; member in struct:overlay::utils::PipeArgs [all...] |
overlayMdp.h | 104 /* return a copy of src whf*/ 105 utils::Whf getSrcWhf() const; 111 /* set src whf */ 112 void setSrcWhf(const utils::Whf& whf); 144 void setWh(const utils::Whf& whf); 259 inline overlay::utils::Whf MdpCtrl::getSrcWhf() const { 260 return utils::Whf( mOVInfo.src.width, 265 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) [all...] |
overlayMdpRot.cpp | 83 void MdpRot::setSource(const overlay::utils::Whf& awhf) { 84 utils::Whf whf(awhf); 85 mRotImgInfo.src.format = whf.format; 87 mRotImgInfo.src.width = whf.w; 88 mRotImgInfo.src.height = whf.h; 90 mRotImgInfo.src_rect.w = whf.w; 91 mRotImgInfo.src_rect.h = whf.h; 93 mRotImgInfo.dst.width = whf.w; 94 mRotImgInfo.dst.height = whf.h [all...] |
overlayMdp.cpp | 92 setSrcWhf(args.whf); 125 utils::Whf whf = getSrcWhf(); local 127 utils::preRotateSource(mOrientation, whf, dim); 128 setSrcWhf(whf); 173 utils::Whf whf = getSrcWhf(); local 174 if(utils::isYuv(whf.format)) { 206 utils::Whf whf = getSrcWhf() local [all...] |
overlayMdssRot.cpp | 76 void MdssRot::setSource(const overlay::utils::Whf& awhf) { 77 utils::Whf whf(awhf); 79 mRotInfo.src.format = whf.format; 80 mRotInfo.src.width = whf.w; 81 mRotInfo.src.height = whf.h; 250 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, 268 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) {
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayUtils.h | 97 struct Whf; 152 bool getPositionS3D(const Whf& whf, Dim& out); 196 struct Whf { 197 Whf() : w(0), h(0), format(0), size(0) {} 198 Whf(uint32_t wi, uint32_t he, uint32_t f) : 200 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : 203 bool operator==(const Whf& whf) const { 204 return whf.w == w && whf.h == h & 374 Whf whf; member in struct:overlay::utils::PipeArgs [all...] |
overlayMdp.h | 102 /* return a copy of src whf*/ 103 utils::Whf getSrcWhf() const; 109 /* set src whf */ 110 void setSrcWhf(const utils::Whf& whf); 142 void setWh(const utils::Whf& whf); 257 inline overlay::utils::Whf MdpCtrl::getSrcWhf() const { 258 return utils::Whf( mOVInfo.src.width, 263 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) [all...] |
overlayMdpRot.cpp | 83 void MdpRot::setSource(const overlay::utils::Whf& awhf) { 84 utils::Whf whf(awhf); 85 mRotImgInfo.src.format = whf.format; 87 mRotImgInfo.src.width = whf.w; 88 mRotImgInfo.src.height = whf.h; 90 mRotImgInfo.src_rect.w = whf.w; 91 mRotImgInfo.src_rect.h = whf.h; 93 mRotImgInfo.dst.width = whf.w; 94 mRotImgInfo.dst.height = whf.h [all...] |
overlayMdssRot.cpp | 74 void MdssRot::setSource(const overlay::utils::Whf& awhf) { 75 utils::Whf whf(awhf); 77 mRotInfo.src.format = whf.format; 78 mRotInfo.src.width = whf.w; 79 mRotInfo.src.height = whf.h; 248 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, 266 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) {
|
overlayMdp.cpp | 97 setSrcWhf(args.whf); 130 utils::Whf whf = getSrcWhf(); local 132 utils::preRotateSource(mOrientation, whf, dim); 133 setSrcWhf(whf); 178 utils::Whf whf = getSrcWhf(); local 179 if(utils::isYuv(whf.format)) { 207 utils::Whf whf = getSrcWhf() local [all...] |
/hardware/qcom/display/msm8960/liboverlay/ |
overlayUtils.h | 94 struct Whf; 148 bool getPositionS3D(const Whf& whf, Dim& out); 192 struct Whf { 193 Whf() : w(0), h(0), format(0), size(0) {} 194 Whf(uint32_t wi, uint32_t he, uint32_t f) : 196 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : 199 bool operator==(const Whf& whf) const { 200 return whf.w == w && whf.h == h & 366 Whf whf; member in struct:overlay::utils::PipeArgs [all...] |
overlayMdp.h | 101 /* return a copy of src whf*/ 102 utils::Whf getSrcWhf() const; 108 /* set src whf */ 109 void setSrcWhf(const utils::Whf& whf); 150 void setWh(const utils::Whf& whf); 297 inline overlay::utils::Whf MdpCtrl::getSrcWhf() const { 298 return utils::Whf( mOVInfo.src.width, 303 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) [all...] |
overlayMdssRot.cpp | 73 void MdssRot::setSource(const overlay::utils::Whf& awhf) { 74 utils::Whf whf(awhf); 76 mRotInfo.src.format = whf.format; 78 mRotInfo.src.width = whf.w; 79 mRotInfo.src.height = whf.h; 81 mRotInfo.src_rect.w = whf.w; 82 mRotInfo.src_rect.h = whf.h; 84 mRotInfo.dst_rect.w = whf.w; 85 mRotInfo.dst_rect.h = whf.h [all...] |
overlayRotator.h | 85 virtual void setSource(const utils::Whf& wfh) = 0; 86 virtual void setSource(const utils::Whf& awhf, const utils::Whf& owhf) = 0; 105 static uint32_t calcOutputBufSize(const utils::Whf& destWhf); 120 virtual void setSource(const utils::Whf& wfh); 121 virtual void setSource(const utils::Whf& awhf, const utils::Whf& owhf); 159 utils::Whf mOrigWhf; 179 virtual void setSource(const utils::Whf& whf); [all...] |
overlayMdpRot.cpp | 92 void MdpRot::setSource(const overlay::utils::Whf& awhf) { 93 utils::Whf whf(awhf); 94 mRotImgInfo.src.format = whf.format; 96 mRotImgInfo.src.width = whf.w; 97 mRotImgInfo.src.height = whf.h; 99 mRotImgInfo.src_rect.w = whf.w; 100 mRotImgInfo.src_rect.h = whf.h; 102 mRotImgInfo.dst.width = whf.w; 103 mRotImgInfo.dst.height = whf.h [all...] |
overlayMdp.cpp | 97 setSrcWhf(args.whf); 128 utils::Whf whf = getSrcWhf(); local 130 utils::preRotateSource(mOrientation, whf, dim); 131 setSrcWhf(whf); 146 utils::Whf whf = getSrcWhf(); local 147 if(utils::isYuv(whf.format)) { 182 utils::Whf whf = getSrcWhf() local [all...] |
/hardware/qcom/display/msm8974/liboverlay/ |
overlayUtils.h | 93 struct Whf; 148 bool getPositionS3D(const Whf& whf, Dim& out); 192 struct Whf { 193 Whf() : w(0), h(0), format(0), size(0) {} 194 Whf(uint32_t wi, uint32_t he, uint32_t f) : 196 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : 199 bool operator==(const Whf& whf) const { 200 return whf.w == w && whf.h == h & 367 Whf whf; member in struct:overlay::utils::PipeArgs [all...] |
overlayMdp.h | 102 /* return a copy of src whf*/ 103 utils::Whf getSrcWhf() const; 109 /* set src whf */ 110 void setSrcWhf(const utils::Whf& whf); 153 void setWh(const utils::Whf& whf); 298 inline overlay::utils::Whf MdpCtrl::getSrcWhf() const { 299 return utils::Whf( mOVInfo.src.width, 304 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) [all...] |
overlayMdpRot.cpp | 83 void MdpRot::setSource(const overlay::utils::Whf& awhf) { 84 utils::Whf whf(awhf); 85 mRotImgInfo.src.format = whf.format; 87 mRotImgInfo.src.width = whf.w; 88 mRotImgInfo.src.height = whf.h; 90 mRotImgInfo.src_rect.w = whf.w; 91 mRotImgInfo.src_rect.h = whf.h; 93 mRotImgInfo.dst.width = whf.w; 94 mRotImgInfo.dst.height = whf.h [all...] |
overlayMdp.cpp | 87 setSrcWhf(args.whf); 116 utils::Whf whf = getSrcWhf(); local 118 utils::preRotateSource(mOrientation, whf, dim); 119 setSrcWhf(whf); 141 utils::Whf whf = getSrcWhf(); local 142 if(utils::isYuv(whf.format)) { 195 utils::Whf whf = getSrcWhf() local [all...] |
overlayMdssRot.cpp | 75 void MdssRot::setSource(const overlay::utils::Whf& awhf) { 76 utils::Whf whf(awhf); 78 mRotInfo.src.format = whf.format; 79 mRotInfo.src.width = whf.w; 80 mRotInfo.src.height = whf.h; 255 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, 276 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) {
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_utils.cpp | 452 Whf whf(fbWidth, fbHeight, 0); 455 preRotateSource(extorient, whf, inPos); [all...] |
hwc_ad.h | 45 const overlay::utils::Whf& whf,
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_ad.h | 45 const overlay::utils::Whf& whf,
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_ad.h | 45 const overlay::utils::Whf& whf,
|