Lines Matching refs:MdpRot
28 MdpRot::MdpRot() { in MdpRot() function in overlay::MdpRot
33 MdpRot::~MdpRot() { close(); } in ~MdpRot()
35 bool MdpRot::enabled() const { return mRotImgInfo.enable; } in enabled()
37 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = (uint8_t)r; } in setRotations()
39 int MdpRot::getDstMemId() const { in getDstMemId()
43 uint32_t MdpRot::getDstOffset() const { in getDstOffset()
47 uint32_t MdpRot::getDstFormat() const { in getDstFormat()
52 utils::Whf MdpRot::getDstWhf() const { in getDstWhf()
61 utils::Dim MdpRot::getDstDimensions() const { in getDstDimensions()
69 uint32_t MdpRot::getSessId() const { return mRotImgInfo.session_id; } in getSessId()
71 void MdpRot::setDownscale(int ds) { in setDownscale()
80 void MdpRot::save() { in save()
84 bool MdpRot::rotConfChanged() const { in rotConfChanged()
93 bool MdpRot::init() in init()
102 void MdpRot::setSource(const overlay::utils::Whf& awhf) { in setSource()
116 void MdpRot::setCrop(const utils::Dim& /*crop*/) { in setCrop()
120 void MdpRot::setFlags(const utils::eMdpFlags& flags) { in setFlags()
126 void MdpRot::setTransform(const utils::eTransform& rot) in setTransform()
134 void MdpRot::doTransform() { in doTransform()
139 bool MdpRot::commit() { in commit()
155 uint32_t MdpRot::calcOutputBufSize() { in calcOutputBufSize()
161 bool MdpRot::open_i(uint32_t numbufs, uint32_t bufsz) in open_i()
182 bool MdpRot::close() { in close()
203 bool MdpRot::remap(uint32_t numbufs) { in remap()
230 void MdpRot::reset() { in reset()
239 bool MdpRot::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
263 void MdpRot::dump() const { in dump()
272 void MdpRot::getDump(char *buf, size_t len) const { in getDump()