Searched defs:MdpRot (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdpRot.cpp27 MdpRot::MdpRot() { function in class:overlay::MdpRot
32 MdpRot::~MdpRot() { close(); }
34 bool MdpRot::enabled() const { return mRotImgInfo.enable; }
36 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = r; }
38 int MdpRot::getDstMemId() const {
42 uint32_t MdpRot::getDstOffset() const {
46 uint32_t MdpRot::getDstFormat() const {
50 uint32_t MdpRot
[all...]
H A DoverlayRotator.h103 class MdpRot : public Rotator { class in namespace:overlay
105 virtual ~MdpRot();
121 explicit MdpRot();
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMdpRot.cpp28 MdpRot::MdpRot() { function in class:overlay::MdpRot
33 MdpRot::~MdpRot() { close(); }
35 bool MdpRot::enabled() const { return mRotImgInfo.enable; }
37 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = (uint8_t)r; }
39 int MdpRot::getDstMemId() const {
43 uint32_t MdpRot::getDstOffset() const {
47 uint32_t MdpRot::getDstFormat() const {
52 utils::Whf MdpRot
[all...]
H A DoverlayRotator.h108 class MdpRot : public Rotator { class in namespace:overlay
110 virtual ~MdpRot();
128 explicit MdpRot();
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMdpRot.cpp29 MdpRot::MdpRot() { function in class:overlay::MdpRot
34 MdpRot::~MdpRot() { close(); }
36 bool MdpRot::enabled() const { return mRotImgInfo.enable; }
38 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = (uint8_t)r; }
40 int MdpRot::getSrcMemId() const {
44 int MdpRot::getDstMemId() const {
48 uint32_t MdpRot::getSrcOffset() const {
52 uint32_t MdpRot
[all...]
H A DoverlayRotator.h132 class MdpRot : public Rotator { class in namespace:overlay
134 virtual ~MdpRot();
155 explicit MdpRot();
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdpRot.cpp27 MdpRot::MdpRot() { function in class:overlay::MdpRot
32 MdpRot::~MdpRot() { close(); }
34 bool MdpRot::enabled() const { return mRotImgInfo.enable; }
36 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = r; }
38 int MdpRot::getDstMemId() const {
42 uint32_t MdpRot::getDstOffset() const {
46 uint32_t MdpRot::getDstFormat() const {
50 uint32_t MdpRot
[all...]
H A DoverlayRotator.h117 class MdpRot : public Rotator { class in namespace:overlay
119 virtual ~MdpRot();
135 explicit MdpRot();
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdpRot.cpp29 MdpRot::MdpRot() { function in class:overlay::MdpRot
34 MdpRot::~MdpRot() { close(); }
36 bool MdpRot::enabled() const { return mRotImgInfo.enable; }
38 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = (uint8_t)r; }
40 int MdpRot::getSrcMemId() const {
44 int MdpRot::getDstMemId() const {
48 uint32_t MdpRot::getSrcOffset() const {
52 uint32_t MdpRot
[all...]
H A DoverlayRotator.h132 class MdpRot : public Rotator { class in namespace:overlay
134 virtual ~MdpRot();
155 explicit MdpRot();

Completed in 168 milliseconds