Lines Matching refs:MdpRot
27 MdpRot::MdpRot() { in MdpRot() function in overlay::MdpRot
32 MdpRot::~MdpRot() { close(); } in ~MdpRot()
34 bool MdpRot::enabled() const { return mRotImgInfo.enable; } in enabled()
36 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = r; } in setRotations()
38 int MdpRot::getDstMemId() const { in getDstMemId()
42 uint32_t MdpRot::getDstOffset() const { in getDstOffset()
46 uint32_t MdpRot::getDstFormat() const { in getDstFormat()
50 uint32_t MdpRot::getSessId() const { return mRotImgInfo.session_id; } in getSessId()
52 void MdpRot::setDownscale(int ds) { in setDownscale()
70 void MdpRot::save() { in save()
74 bool MdpRot::rotConfChanged() const { in rotConfChanged()
83 bool MdpRot::init() in init()
92 void MdpRot::setSource(const overlay::utils::Whf& awhf) { in setSource()
106 void MdpRot::setSource(const utils::Whf& awhf, const utils::Whf& owhf) { in setSource()
111 void MdpRot::setFlags(const utils::eMdpFlags& flags) { in setFlags()
117 void MdpRot::setTransform(const utils::eTransform& rot) in setTransform()
127 void MdpRot::doTransform() { in doTransform()
132 bool MdpRot::commit() { in commit()
148 uint32_t MdpRot::calcOutputBufSize() { in calcOutputBufSize()
157 bool MdpRot::open_i(uint32_t numbufs, uint32_t bufsz) in open_i()
178 bool MdpRot::close() { in close()
199 bool MdpRot::remap(uint32_t numbufs) { in remap()
222 void MdpRot::reset() { in reset()
233 bool MdpRot::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
266 void MdpRot::dump() const { in dump()
275 void MdpRot::getDump(char *buf, size_t len) const { in getDump()