• Home
  • Raw
  • Download

Lines Matching refs:MdssRot

42 MdssRot::MdssRot() {  in MdssRot()  function in overlay::MdssRot
47 MdssRot::~MdssRot() { close(); } in ~MdssRot()
49 bool MdssRot::enabled() const { return mEnabled; } in enabled()
51 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; } in setRotations()
53 int MdssRot::getDstMemId() const { in getDstMemId()
57 uint32_t MdssRot::getDstOffset() const { in getDstOffset()
61 uint32_t MdssRot::getDstFormat() const { in getDstFormat()
66 utils::Whf MdssRot::getDstWhf() const { in getDstWhf()
76 utils::Dim MdssRot::getDstDimensions() const { in getDstDimensions()
81 uint32_t MdssRot::getSessId() const { return mRotInfo.id; } in getSessId()
83 bool MdssRot::init() { in init()
91 void MdssRot::setSource(const overlay::utils::Whf& awhf) { in setSource()
99 void MdssRot::setCrop(const utils::Dim& crop) { in setCrop()
106 void MdssRot::setDownscale(int /*ds*/) { in setDownscale()
109 void MdssRot::setFlags(const utils::eMdpFlags& flags) { in setFlags()
113 void MdssRot::setTransform(const utils::eTransform& rot) in setTransform()
124 void MdssRot::doTransform() { in doTransform()
130 bool MdssRot::commit() { in commit()
158 bool MdssRot::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
182 bool MdssRot::open_i(uint32_t numbufs, uint32_t bufsz) in open_i()
203 bool MdssRot::remap(uint32_t numbufs) { in remap()
231 bool MdssRot::close() { in close()
253 void MdssRot::reset() { in reset()
263 void MdssRot::dump() const { in dump()
272 uint32_t MdssRot::calcOutputBufSize() { in calcOutputBufSize()
286 void MdssRot::getDump(char *buf, size_t len) const { in getDump()
292 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) { in calcCompressedBufSize()