Searched defs:whf (Results 1 - 25 of 29) sorted by relevance

12

/hardware/qcom/display/msm8960/liboverlay/
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);
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...]
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_ad.cpp173 const Whf& whf,
237 PipeArgs parg(mdpFlags, whf, ZORDER_0, IS_FG_OFF,
171 prepare(hwc_context_t *ctx, const hwc_rect_t& crop, const Whf& whf, const private_handle_t *hnd) argument
/hardware/qcom/display/msm8084/liboverlay/
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 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 DoverlayUtils.cpp308 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
310 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
313 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
317 srcCrop.x = compute(whf.h,
321 swap(whf.w, whf.h);
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...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_ad.cpp152 const Whf& whf,
212 PipeArgs parg(mdpFlags, whf, ZORDER_0, IS_FG_OFF,
150 prepare(hwc_context_t *ctx, const hwc_rect_t& crop, const Whf& whf, const private_handle_t *hnd) argument
/hardware/qcom/display/msm8226/liboverlay/
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);
H A DoverlayUtils.h172 bool operator==(const Whf& whf) const {
173 return whf.w == w && whf.h == h &&
174 whf.format == format;
176 bool operator!=(const Whf& whf) const {
177 return !operator==(whf);
334 whf(_whf),
343 Whf whf; member in struct:overlay::utils::PipeArgs
554 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_ad.cpp156 const Whf& whf,
216 PipeArgs parg(mdpFlags, whf, ZORDER_0,
154 prepare(hwc_context_t *ctx, const hwc_rect_t& crop, const Whf& whf, const private_handle_t *hnd) argument
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMdp.cpp87 setSrcWhf(args.whf);
136 utils::Whf whf = getSrcWhf(); local
138 utils::preRotateSource(mOrientation, whf, dim);
139 setSrcWhf(whf);
155 utils::Whf whf = getSrcWhf(); local
156 if(utils::isYuv(whf.format)) {
191 utils::Whf whf = getSrcWhf(); local
192 whf.format = rotDestFmt;
193 setSrcWhf(whf);
H A DoverlayMdp.h102 /* return a copy of src whf*/
109 /* set src whf */
110 void setSrcWhf(const utils::Whf& whf);
229 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) { argument
230 mOVInfo.src.width = whf.w;
231 mOVInfo.src.height = whf.h;
232 mOVInfo.src.format = whf.format;
H A DoverlayUtils.cpp290 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
292 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
295 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
299 srcCrop.x = compute(whf.h,
303 swap(whf.w, whf.h);
H A DoverlayUtils.h172 bool operator==(const Whf& whf) const {
173 return whf.w == w && whf.h == h &&
174 whf.format == format;
176 bool operator!=(const Whf& whf) const {
177 return !operator==(whf);
324 whf(_whf),
332 Whf whf; member in struct:overlay::utils::PipeArgs
544 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_ad.cpp156 const Whf& whf,
216 PipeArgs parg(mdpFlags, whf, ZORDER_0,
154 prepare(hwc_context_t *ctx, const hwc_rect_t& crop, const Whf& whf, const private_handle_t *hnd) argument
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdp.cpp92 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.h102 /* return a copy of src whf*/
109 /* set src whf */
110 void setSrcWhf(const utils::Whf& whf);
229 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) { argument
230 mOVInfo.src.width = whf.w;
231 mOVInfo.src.height = whf.h;
232 mOVInfo.src.format = whf.format;
H A DoverlayUtils.cpp312 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { argument
314 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
317 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
321 srcCrop.x = compute(whf.h,
325 swap(whf.w, whf.h);
H A DoverlayUtils.h172 bool operator==(const Whf& whf) const {
173 return whf.w == w && whf.h == h &&
174 whf.format == format;
176 bool operator!=(const Whf& whf) const {
177 return !operator==(whf);
327 whf(_whf),
335 Whf whf; member in struct:overlay::utils::PipeArgs
551 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp837 static inline int configRotator(Rotator *rot, const Whf& whf, argument
841 rot->setSource(whf, origWhf);
916 static inline void updateSource(eTransform& orient, Whf& whf, argument
924 preRotateSource(orient, whf, srcCrop);
949 Whf whf(getWidth(hnd), getHeight(hnd),
986 if(configRotator(*rot, whf, origWhf, mdpFlags, orient, downscale) < 0)
989 whf.format = (*rot)->getDstFormat();
990 updateSource(orient, whf, crop);
998 PipeArgs parg(mdpFlags, whf, z, isFg,
1031 Whf whf(getWidt
[all...]

Completed in 484 milliseconds

12