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

  /hardware/qcom/display/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 116 class MdpRot : public Rotator {
118 virtual ~MdpRot();
133 explicit MdpRot();

Completed in 76 milliseconds