Searched refs:MdpRot (Results 1 – 12 of 12) sorted by relevance
27 MdpRot::MdpRot() { in MdpRot() function in overlay::MdpRot32 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()[all …]
103 class MdpRot : public Rotator {105 virtual ~MdpRot();121 explicit MdpRot();
37 return new MdpRot(); //will do reset in getRotator()
36 return new MdpRot(); //will do reset in getRotator()
117 class MdpRot : public Rotator {119 virtual ~MdpRot();135 explicit MdpRot();
27 MdpRot::MdpRot() { in MdpRot() function in overlay::MdpRot32 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()[all …]