/hardware/qcom/display/msm8960/liboverlay/ |
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...] |
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...] |
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 | 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...] |
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...] |
overlayRotator.cpp | 45 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_ad.h | 45 const overlay::utils::Whf& whf,
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayRotator.h | 85 virtual void setSource(const utils::Whf& wfh) = 0; 105 static uint32_t calcOutputBufSize(const utils::Whf& destWhf); 120 virtual void setSource(const utils::Whf& wfh); 177 virtual void setSource(const utils::Whf& wfh); 208 uint32_t calcCompressedBufSize(const utils::Whf& destWhf);
|
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...] |
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) {
|
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); 164 utils::Whf whf = getSrcWhf(); local 165 if(utils::isYuv(whf.format)) { 218 utils::Whf whf = getSrcWhf() local [all...] |
overlayRotator.cpp | 45 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
|
/hardware/qcom/display/msm8x26/liboverlay/ |
overlayRotator.h | 85 virtual void setSource(const utils::Whf& wfh) = 0; 104 static uint32_t calcOutputBufSize(const utils::Whf& destWhf); 119 virtual void setSource(const utils::Whf& wfh); 175 virtual void setSource(const utils::Whf& wfh);
|
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...] |
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 | 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...] |
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...] |
overlayRotator.cpp | 45 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
overlay3DPipe.h | 207 utils::Whf _whf(mM3d.getScreenInfo().mFBWidth, 224 mM3Dfmt = utils::format3DInput(utils::getS3DFormat(args.whf.format)) | 280 mM3Dfmt = utils::format3DInput(utils::getS3DFormat(args.whf.format)) | 330 utils::Whf _whf(mS3d.getScreenInfo().mFBWidth, 345 mS3Dfmt = utils::getS3DFormat(args.whf.format); 404 utils::Whf fbwhf(mS3d.getScreenInfo().mFBWidth, 417 utils::Whf _whf(d.w, d.h, utils::HAL_3D_OUT_SBS_MASK); 454 mS3Dfmt = utils::getS3DFormat(args.whf.format);
|
/hardware/qcom/display/msm8974/liboverlay/pipes/ |
overlay3DPipe.h | 207 utils::Whf _whf(mM3d.getScreenInfo().mFBWidth, 224 mM3Dfmt = utils::format3DInput(utils::getS3DFormat(args.whf.format)) | 280 mM3Dfmt = utils::format3DInput(utils::getS3DFormat(args.whf.format)) | 330 utils::Whf _whf(mS3d.getScreenInfo().mFBWidth, 345 mS3Dfmt = utils::getS3DFormat(args.whf.format); 404 utils::Whf fbwhf(mS3d.getScreenInfo().mFBWidth, 417 utils::Whf _whf(d.w, d.h, utils::HAL_3D_OUT_SBS_MASK); 454 mS3Dfmt = utils::getS3DFormat(args.whf.format);
|
/hardware/qcom/display/msm8x26/liboverlay/pipes/ |
overlay3DPipe.h | 207 utils::Whf _whf(mM3d.getScreenInfo().mFBWidth, 224 mM3Dfmt = utils::format3DInput(utils::getS3DFormat(args.whf.format)) | 280 mM3Dfmt = utils::format3DInput(utils::getS3DFormat(args.whf.format)) | 330 utils::Whf _whf(mS3d.getScreenInfo().mFBWidth, 345 mS3Dfmt = utils::getS3DFormat(args.whf.format); 404 utils::Whf fbwhf(mS3d.getScreenInfo().mFBWidth, 417 utils::Whf _whf(d.w, d.h, utils::HAL_3D_OUT_SBS_MASK); 454 mS3Dfmt = utils::getS3DFormat(args.whf.format);
|