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

1 2 3

  /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...]
  /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 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...]
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);
141 utils::Whf whf = getSrcWhf(); local
142 if(utils::isYuv(whf.format)) {
195 utils::Whf whf = getSrcWhf() local
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_ad.h 45 const overlay::utils::Whf& whf,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.h 45 const overlay::utils::Whf& whf,
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_ad.h 45 const overlay::utils::Whf& whf,
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_ad.h 45 const overlay::utils::Whf& whf,
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdpRot.cpp 52 utils::Whf MdpRot::getDstWhf() const {
57 return utils::Whf(alW, alH, mRotImgInfo.dst.format);
102 void MdpRot::setSource(const overlay::utils::Whf& awhf) {
103 utils::Whf whf(awhf);
104 mRotImgInfo.src.format = whf.format;
106 mRotImgInfo.src.width = whf.w;
107 mRotImgInfo.src.height = whf.h;
109 mRotImgInfo.src_rect.w = whf.w;
110 mRotImgInfo.src_rect.h = whf.h
    [all...]
overlayMdp.cpp 91 setSrcWhf(args.whf);
141 utils::Whf whf = getSrcWhf(); local
143 utils::preRotateSource(mOrientation, whf, dim);
144 setSrcWhf(whf);
160 utils::Whf whf = getSrcWhf(); local
161 if(utils::isYuv(whf.format)) {
193 utils::Whf whf = getSrcWhf() local
    [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);
229 inline overlay::utils::Whf MdpCtrl::getSrcWhf() const {
230 return utils::Whf( mOVInfo.src.width,
235 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) {
236 mOVInfo.src.width = whf.w
    [all...]
overlayUtils.cpp 319 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) {
321 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
324 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
328 srcCrop.x = compute(whf.h,
332 swap(whf.w, whf.h);
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdpRot.cpp 61 utils::Whf MdpRot::getDstWhf() const {
66 return utils::Whf(alW, alH, mRotImgInfo.dst.format);
111 void MdpRot::setSource(const overlay::utils::Whf& awhf) {
112 utils::Whf whf(awhf);
113 mRotImgInfo.src.format = whf.format;
115 mRotImgInfo.src.width = whf.w;
116 mRotImgInfo.src.height = whf.h;
118 mRotImgInfo.src_rect.w = whf.w;
119 mRotImgInfo.src_rect.h = whf.h
    [all...]
overlayMdp.cpp 92 setSrcWhf(args.whf);
141 utils::Whf whf = getSrcWhf(); local
143 utils::preRotateSource(mOrientation, whf, dim);
144 setSrcWhf(whf);
160 utils::Whf whf = getSrcWhf(); local
161 if(utils::isYuv(whf.format)) {
193 utils::Whf whf = getSrcWhf() local
    [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);
223 inline overlay::utils::Whf MdpCtrl::getSrcWhf() const {
224 return utils::Whf( mOVInfo.src.width,
229 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) {
230 mOVInfo.src.width = whf.w
    [all...]

Completed in 2106 milliseconds

1 2 3