Lines Matching refs:MdpRot
29 MdpRot::MdpRot() { in MdpRot() function in overlay::MdpRot
34 MdpRot::~MdpRot() { close(); } in ~MdpRot()
36 bool MdpRot::enabled() const { return mRotImgInfo.enable; } in enabled()
38 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = (uint8_t)r; } in setRotations()
40 int MdpRot::getSrcMemId() const { in getSrcMemId()
44 int MdpRot::getDstMemId() const { in getDstMemId()
48 uint32_t MdpRot::getSrcOffset() const { in getSrcOffset()
52 uint32_t MdpRot::getDstOffset() const { in getDstOffset()
56 uint32_t MdpRot::getDstFormat() const { in getDstFormat()
61 utils::Whf MdpRot::getDstWhf() const { in getDstWhf()
70 utils::Dim MdpRot::getDstDimensions() const { in getDstDimensions()
78 uint32_t MdpRot::getSessId() const { return mRotImgInfo.session_id; } in getSessId()
80 void MdpRot::setDownscale(int ds) { in setDownscale()
89 void MdpRot::save() { in save()
93 bool MdpRot::rotConfChanged() const { in rotConfChanged()
102 bool MdpRot::init() in init()
111 void MdpRot::setSource(const overlay::utils::Whf& awhf) { in setSource()
125 void MdpRot::setCrop(const utils::Dim& /*crop*/) { in setCrop()
129 void MdpRot::setFlags(const utils::eMdpFlags& flags) { in setFlags()
135 void MdpRot::setTransform(const utils::eTransform& rot) in setTransform()
143 void MdpRot::doTransform() { in doTransform()
148 bool MdpRot::commit() { in commit()
163 uint32_t MdpRot::calcOutputBufSize() { in calcOutputBufSize()
169 bool MdpRot::open_i(uint32_t numbufs, uint32_t bufsz) in open_i()
190 bool MdpRot::close() { in close()
211 bool MdpRot::remap(uint32_t numbufs) { in remap()
238 void MdpRot::reset() { in reset()
247 bool MdpRot::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
277 void MdpRot::dump() const { in dump()
286 void MdpRot::getDump(char *buf, size_t len) const { in getDump()
291 int MdpRot::getDownscaleFactor(const int& src_w, const int& src_h, in getDownscaleFactor()