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

1 2 3

  /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 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...]
  /hardware/qcom/display/msm8226/liboverlay/
overlayRotator.h 71 virtual void setSource(const utils::Whf& wfh) = 0;
83 virtual utils::Whf getDstWhf() const = 0;
96 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
111 virtual void setSource(const utils::Whf& wfh);
120 virtual utils::Whf getDstWhf() const;
170 virtual void setSource(const utils::Whf& wfh);
179 virtual utils::Whf getDstWhf() const;
203 uint32_t calcCompressedBufSize(const utils::Whf& destWhf);
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...]
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...]
overlayMdssRot.cpp 66 utils::Whf MdssRot::getDstWhf() const {
72 return utils::Whf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
91 void MdssRot::setSource(const overlay::utils::Whf& awhf) {
92 utils::Whf whf(awhf);
94 mRotInfo.src.format = whf.format;
95 mRotInfo.src.width = whf.w;
96 mRotInfo.src.height = whf.h;
274 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
292 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf)
    [all...]
overlayUtils.h 97 struct Whf;
165 struct Whf {
166 Whf() : w(0), h(0), format(0), size(0) {}
167 Whf(uint32_t wi, uint32_t he, uint32_t f) :
169 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) :
172 bool operator==(const Whf& whf) const {
173 return whf.w == w && whf.h == h &&
174 whf.format == format
343 Whf whf; member in struct:overlay::utils::PipeArgs
    [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/msm8994/liboverlay/
overlayRotator.h 71 virtual void setSource(const utils::Whf& wfh) = 0;
94 virtual utils::Whf getDstWhf() const = 0;
119 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
135 virtual void setSource(const utils::Whf& wfh);
147 virtual utils::Whf getDstWhf() const;
207 virtual void setSource(const utils::Whf& wfh);
219 virtual utils::Whf getDstWhf() const;
245 uint32_t calcCompressedBufSize(const utils::Whf& destWhf);
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...]
overlayUtils.h 97 struct Whf;
165 struct Whf {
166 Whf() : w(0), h(0), format(0), size(0) {}
167 Whf(uint32_t wi, uint32_t he, uint32_t f) :
169 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) :
172 bool operator==(const Whf& whf) const {
173 return whf.w == w && whf.h == h &&
174 whf.format == format
335 Whf whf; member in struct:overlay::utils::PipeArgs
    [all...]
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...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayRotator.h 71 virtual void setSource(const utils::Whf& wfh) = 0;
91 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
106 virtual void setSource(const utils::Whf& wfh);
163 virtual void setSource(const utils::Whf& wfh);
194 uint32_t calcCompressedBufSize(const utils::Whf& destWhf);
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...]
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...]
overlayMdssRot.cpp 76 void MdssRot::setSource(const overlay::utils::Whf& awhf) {
77 utils::Whf whf(awhf);
79 mRotInfo.src.format = whf.format;
80 mRotInfo.src.width = whf.w;
81 mRotInfo.src.height = whf.h;
250 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
268 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) {
  /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...]

Completed in 511 milliseconds

1 2 3