HomeSort by relevance Sort by last modified time
    Searched refs:MdpRot (Results 1 - 15 of 15) sorted by null

  /hardware/qcom/display/msm8226/liboverlay/
overlayMdpRot.cpp 28 MdpRot::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::getDstWhf() const
    [all...]
overlayRotator.h 108 class MdpRot : public Rotator {
110 virtual ~MdpRot();
128 explicit MdpRot();
overlayRotator.cpp 37 return new MdpRot(); //will do reset
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdpRot.cpp 27 MdpRot::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::getSessId() const { return mRotImgInfo.session_id;
    [all...]
overlayRotator.h 103 class MdpRot : public Rotator {
105 virtual ~MdpRot();
121 explicit MdpRot();
overlayRotator.cpp 36 return new MdpRot(); //will do reset
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdpRot.cpp 27 MdpRot::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::getSessId() const { return mRotImgInfo.session_id;
    [all...]
overlayRotator.h 117 class MdpRot : public Rotator {
119 virtual ~MdpRot();
135 explicit MdpRot();
overlayRotator.cpp 37 return new MdpRot(); //will do reset
  /hardware/qcom/display/msm8909/liboverlay/
overlayMdpRot.cpp 29 MdpRot::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::getDstOffset() const
    [all...]
overlayRotator.cpp 48 return new MdpRot(); //will do reset
64 return MdpRot::getDownscaleFactor(srcW, srcH, dstW, dstH,
overlayRotator.h 132 class MdpRot : public Rotator {
134 virtual ~MdpRot();
155 explicit MdpRot();
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdpRot.cpp 29 MdpRot::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::getDstOffset() const
    [all...]
overlayRotator.cpp 48 return new MdpRot(); //will do reset
64 return MdpRot::getDownscaleFactor(srcW, srcH, dstW, dstH,
overlayRotator.h 132 class MdpRot : public Rotator {
134 virtual ~MdpRot();
155 explicit MdpRot();

Completed in 880 milliseconds