• Home
  • Raw
  • Download

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()
61 void MdpRot::save() { in save()
65 bool MdpRot::rotConfChanged() const { in rotConfChanged()
74 bool MdpRot::init() in init()
83 void MdpRot::setSource(const overlay::utils::Whf& awhf) { in setSource()
97 void MdpRot::setCrop(const utils::Dim& /*crop*/) { in setCrop()
101 void MdpRot::setFlags(const utils::eMdpFlags& flags) { in setFlags()
107 void MdpRot::setTransform(const utils::eTransform& rot) in setTransform()
115 void MdpRot::doTransform() { in doTransform()
120 bool MdpRot::commit() { in commit()
136 uint32_t MdpRot::calcOutputBufSize() { in calcOutputBufSize()
142 bool MdpRot::open_i(uint32_t numbufs, uint32_t bufsz) in open_i()
163 bool MdpRot::close() { in close()
184 bool MdpRot::remap(uint32_t numbufs) { in remap()
211 void MdpRot::reset() { in reset()
220 bool MdpRot::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
244 void MdpRot::dump() const { in dump()
253 void MdpRot::getDump(char *buf, size_t len) const { in getDump()