Searched refs:whf (Results 1 - 25 of 44) sorted by relevance

12

/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h152 bool getPositionS3D(const Whf& whf, Dim& out);
203 bool operator==(const Whf& whf) const {
204 return whf.w == w && whf.h == h &&
205 whf.format == format;
207 bool operator!=(const Whf& whf) const {
208 return !operator==(whf);
365 whf(_whf),
374 Whf whf; member in struct:overlay::utils::PipeArgs
582 inline Dim getPositionS3DImpl(const Whf& whf) argument
605 getPositionS3DImpl(const Whf& whf) argument
627 getPositionS3D(const Whf& whf, Dim& out) argument
[all...]
H A DoverlayMdpRot.cpp84 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;
H A DoverlayMdp.h104 /* return a copy of src whf*/
111 /* set src whf */
112 void setSrcWhf(const utils::Whf& whf);
144 void setWh(const utils::Whf& whf);
265 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) { argument
266 mOVInfo.src.width = whf.w;
267 mOVInfo.src.height = whf.h;
268 mOVInfo.src.format = whf.format;
336 inline void MdpCtrl3D::setWh(const utils::Whf& whf) { argument
338 m3DOVInfo.width = whf
[all...]
H A DoverlayMdp.cpp92 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
207 whf.format = rotDestFmt;
208 setSrcWhf(whf);
H A DoverlayMdssRot.cpp77 utils::Whf whf(awhf);
79 mRotInfo.src.format = whf.format;
80 mRotInfo.src.width = whf.w;
81 mRotInfo.src.height = whf.h;
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h148 bool getPositionS3D(const Whf& whf, Dim& out);
199 bool operator==(const Whf& whf) const {
200 return whf.w == w && whf.h == h &&
201 whf.format == format;
203 bool operator!=(const Whf& whf) const {
204 return !operator==(whf);
357 whf(_whf),
366 Whf whf; member in struct:overlay::utils::PipeArgs
584 inline Dim getPositionS3DImpl(const Whf& whf) argument
607 getPositionS3DImpl(const Whf& whf) argument
629 getPositionS3D(const Whf& whf, Dim& out) argument
[all...]
H A DoverlayMdpRot.cpp93 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;
H A DoverlayMdssRot.cpp74 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;
H A DoverlayMdp.cpp97 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
183 whf.format = rotDestFmt;
184 setSrcWhf(whf);
H A DoverlayMdp.h101 /* return a copy of src whf*/
108 /* set src whf */
109 void setSrcWhf(const utils::Whf& whf);
150 void setWh(const utils::Whf& whf);
303 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) { argument
304 mOVInfo.src.width = whf.w;
305 mOVInfo.src.height = whf.h;
306 mOVInfo.src.format = whf.format;
370 inline void MdpCtrl3D::setWh(const utils::Whf& whf) { argument
372 m3DOVInfo.width = whf
[all...]
H A DoverlayUtils.cpp231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
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/
H A DoverlayUtils.h148 bool getPositionS3D(const Whf& whf, Dim& out);
199 bool operator==(const Whf& whf) const {
200 return whf.w == w && whf.h == h &&
201 whf.format == format;
203 bool operator!=(const Whf& whf) const {
204 return !operator==(whf);
358 whf(_whf),
367 Whf whf; member in struct:overlay::utils::PipeArgs
562 inline Dim getPositionS3DImpl(const Whf& whf) argument
585 getPositionS3DImpl(const Whf& whf) argument
607 getPositionS3D(const Whf& whf, Dim& out) argument
[all...]
H A DoverlayMdpRot.cpp84 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;
H A DoverlayMdp.h102 /* return a copy of src whf*/
109 /* set src whf */
110 void setSrcWhf(const utils::Whf& whf);
153 void setWh(const utils::Whf& whf);
304 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) { argument
305 mOVInfo.src.width = whf.w;
306 mOVInfo.src.height = whf.h;
307 mOVInfo.src.format = whf.format;
375 inline void MdpCtrl3D::setWh(const utils::Whf& whf) { argument
377 m3DOVInfo.width = whf
[all...]
H A DoverlayMdp.cpp87 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
196 whf.format = rotDestFmt;
197 setSrcWhf(whf);
H A DoverlayUtils.cpp298 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
300 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
303 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
307 srcCrop.x = compute(whf.h,
311 swap(whf.w, whf.h);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMdpRot.cpp103 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;
112 mRotImgInfo.dst.width = whf.w;
113 mRotImgInfo.dst.height = whf.h;
H A DoverlayMdp.cpp91 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
194 whf.format = rotDestFmt;
195 setSrcWhf(whf);
H A DoverlayMdp.h104 /* return a copy of src whf*/
111 /* set src whf */
112 void setSrcWhf(const utils::Whf& whf);
235 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) { argument
236 mOVInfo.src.width = whf.w;
237 mOVInfo.src.height = whf.h;
238 mOVInfo.src.format = whf.format;
H A DoverlayUtils.cpp319 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
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/msm8084/libhwcomposer/
H A Dhwc_ad.h45 const overlay::utils::Whf& whf,
H A Dhwc_utils.cpp490 Whf whf((uint32_t)fbWidth, (uint32_t)fbHeight, 0);
493 preRotateSource(extorient, whf, inPos);
1493 int configRotator(Rotator *rot, Whf& whf, argument
1498 if(whf.format == MDP_Y_CRCB_H2V2_TILE ||
1499 whf.format == MDP_Y_CBCR_H2V2_TILE) {
1500 whf.w = utils::alignup(whf.w, 64);
1501 whf.h = utils::alignup(whf.h, 32);
1503 rot->setSource(whf);
1592 updateSource(eTransform& orient, Whf& whf, hwc_rect_t& crop) argument
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_ad.h45 const overlay::utils::Whf& whf,
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_ad.h45 const overlay::utils::Whf& whf,
H A Dhwc_utils.cpp798 int configRotator(Rotator *rot, const Whf& whf, argument
801 rot->setSource(whf);
807 if (ovutils::isYuv(whf.format)) {
853 void updateSource(eTransform& orient, Whf& whf, argument
859 preRotateSource(orient, whf, srcCrop);
868 whf.w = srcCrop.w;
869 whf.h = srcCrop.h;
897 Whf whf(getWidth(hnd), getHeight(hnd),
931 if(ctx->mAD->prepare(ctx, crop, whf, hnd)) {
933 whf
[all...]

Completed in 884 milliseconds

12