Home
last modified time | relevance | path

Searched refs:MdpRot (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/display/msm8226/liboverlay/
DoverlayMdpRot.cpp28 MdpRot::MdpRot() { in MdpRot() function in overlay::MdpRot
33 MdpRot::~MdpRot() { close(); } in ~MdpRot()
35 bool MdpRot::enabled() const { return mRotImgInfo.enable; } in enabled()
37 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = (uint8_t)r; } in setRotations()
39 int MdpRot::getDstMemId() const { in getDstMemId()
43 uint32_t MdpRot::getDstOffset() const { in getDstOffset()
47 uint32_t MdpRot::getDstFormat() const { in getDstFormat()
52 utils::Whf MdpRot::getDstWhf() const { in getDstWhf()
61 utils::Dim MdpRot::getDstDimensions() const { in getDstDimensions()
69 uint32_t MdpRot::getSessId() const { return mRotImgInfo.session_id; } in getSessId()
[all …]
DoverlayRotator.h108 class MdpRot : public Rotator {
110 virtual ~MdpRot();
128 explicit MdpRot();
DoverlayRotator.cpp37 return new MdpRot(); //will do reset in getRotator()
/hardware/qcom/display/msm8909/liboverlay/
DoverlayMdpRot.cpp29 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()
[all …]
DoverlayRotator.h132 class MdpRot : public Rotator {
134 virtual ~MdpRot();
155 explicit MdpRot();
DoverlayRotator.cpp48 return new MdpRot(); //will do reset in getRotator()
64 return MdpRot::getDownscaleFactor(srcW, srcH, dstW, dstH, in getDownscaleFactor()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayMdpRot.cpp29 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()
[all …]
DoverlayRotator.h132 class MdpRot : public Rotator {
134 virtual ~MdpRot();
155 explicit MdpRot();
DoverlayRotator.cpp48 return new MdpRot(); //will do reset in getRotator()
64 return MdpRot::getDownscaleFactor(srcW, srcH, dstW, dstH, in getDownscaleFactor()
/hardware/qcom/display/msm8084/liboverlay/
DoverlayMdpRot.cpp27 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()
[all …]
DoverlayRotator.h103 class MdpRot : public Rotator {
105 virtual ~MdpRot();
121 explicit MdpRot();
DoverlayRotator.cpp36 return new MdpRot(); //will do reset in getRotator()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayMdpRot.cpp27 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()
[all …]
DoverlayRotator.h117 class MdpRot : public Rotator {
119 virtual ~MdpRot();
135 explicit MdpRot();
DoverlayRotator.cpp37 return new MdpRot(); //will do reset in getRotator()