Lines Matching refs:MdssRot
43 MdssRot::MdssRot() { in MdssRot() function in overlay::MdssRot
48 MdssRot::~MdssRot() { close(); } in ~MdssRot()
50 bool MdssRot::enabled() const { return mEnabled; } in enabled()
52 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; } in setRotations()
54 int MdssRot::getSrcMemId() const { in getSrcMemId()
58 int MdssRot::getDstMemId() const { in getDstMemId()
62 uint32_t MdssRot::getSrcOffset() const { in getSrcOffset()
66 uint32_t MdssRot::getDstOffset() const { in getDstOffset()
70 uint32_t MdssRot::getDstFormat() const { in getDstFormat()
75 utils::Whf MdssRot::getDstWhf() const { in getDstWhf()
85 utils::Dim MdssRot::getDstDimensions() const { in getDstDimensions()
90 uint32_t MdssRot::getSessId() const { return mRotInfo.id; } in getSessId()
92 void MdssRot::save() { in save()
96 bool MdssRot::rotConfChanged() const { in rotConfChanged()
105 bool MdssRot::init() { in init()
113 void MdssRot::setSource(const overlay::utils::Whf& awhf) { in setSource()
121 void MdssRot::setCrop(const utils::Dim& crop) { in setCrop()
128 void MdssRot::setDownscale(int downscale) { in setDownscale()
132 void MdssRot::setFlags(const utils::eMdpFlags& flags) { in setFlags()
136 void MdssRot::setTransform(const utils::eTransform& rot) in setTransform()
147 void MdssRot::doTransform() { in doTransform()
153 bool MdssRot::commit() { in commit()
187 bool MdssRot::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
217 bool MdssRot::open_i(uint32_t numbufs, uint32_t bufsz) in open_i()
238 bool MdssRot::remap(uint32_t numbufs) { in remap()
266 bool MdssRot::close() { in close()
288 void MdssRot::reset() { in reset()
300 void MdssRot::dump() const { in dump()
309 uint32_t MdssRot::calcOutputBufSize() { in calcOutputBufSize()
323 void MdssRot::getDump(char *buf, size_t len) const { in getDump()
329 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) { in calcCompressedBufSize()
380 int MdssRot::getDownscaleFactor(const int& srcW, const int& srcH, in getDownscaleFactor()
410 Dim MdssRot::getFormatAdjustedCrop(const Dim& crop, in getFormatAdjustedCrop()
423 Dim MdssRot::getDownscaleAdjustedCrop(const Dim& crop, in getDownscaleAdjustedCrop()