HomeSort by relevance Sort by last modified time
    Searched refs:whf (Results 1 - 25 of 30) sorted by null

1 2

  /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...]
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...]
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...]
overlayUtils.cpp 231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) {
233 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
236 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
240 srcCrop.x = compute(whf.h,
244 swap(whf.w, whf.h);
  /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...]
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.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...]
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...]
overlayUtils.cpp 281 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) {
283 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
286 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
290 srcCrop.x = compute(whf.h,
294 swap(whf.w, whf.h);
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/msm8x26/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...]
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...]
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...]
overlayUtils.cpp 231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) {
233 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
236 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
240 srcCrop.x = compute(whf.h,
244 swap(whf.w, whf.h);
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_ad.h 45 const overlay::utils::Whf& whf,
hwc_utils.cpp 798 int configRotator(Rotator *rot, const Whf& whf,
801 rot->setSource(whf);
807 if (ovutils::isYuv(whf.format)) {
853 void updateSource(eTransform& orient, Whf& whf,
859 preRotateSource(orient, whf, srcCrop);
868 whf.w = srcCrop.w;
869 whf.h = srcCrop.h;
897 Whf whf(getWidth(hnd), getHeight(hnd)
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 831 static inline int configRotator(Rotator *rot, const Whf& whf,
832 const Whf& origWhf, const eMdpFlags& mdpFlags,
835 rot->setSource(whf, origWhf);
911 static inline void updateSource(eTransform& orient, Whf& whf,
919 preRotateSource(orient, whf, srcCrop);
944 Whf whf(getWidth(hnd), getHeight(hnd),
979 Whf origWhf(hnd->width, hnd->height
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 792 static inline int configRotator(Rotator *rot, const Whf& whf,
795 rot->setSource(whf);
871 static inline void updateSource(eTransform& orient, Whf& whf,
879 preRotateSource(orient, whf, srcCrop);
904 Whf whf(getWidth(hnd), getHeight(hnd),
927 if(configRotator(*rot, whf, mdpFlags, orient, downscale) < 0)
930 whf.format = (*rot)->getDstFormat()
    [all...]
  /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);

Completed in 300 milliseconds

1 2