Home | History | Annotate | Download | only in liboverlay

Lines Matching defs:Rotator

42    Manages the case where new rotator memory needs to be
44 rotator memory to be always max size, irrespctive of source resolution then
48 // Max rotator memory allocations
51 //Manages the rotator buffer offsets.
59 // Max rotator buffers
61 // rotator data info dst offset
80 class Rotator
84 virtual ~Rotator();
99 static Rotator *getRotator();
102 /* Rotator memory manager */
104 explicit Rotator() {}
108 /*Returns rotator h/w type */
117 class MdpRot : public Rotator {
147 /* return true if current rotator config is different
152 /* Calculates the rotator's o/p buffer size post the transform calcs and
164 /* rotator fd */
167 friend Rotator* Rotator::getRotator();
174 class MdssRot : public Rotator {
204 /* Calculates the rotator's o/p buffer size post the transform calcs and
216 /* rotator fd */
221 friend Rotator* Rotator::getRotator();
224 // Holder of rotator objects. Manages lifetimes
227 //Maximum sessions based on VG pipes, since rotator is used only for videos.
234 overlay::Rotator *getNext();
242 overlay::Rotator *mRot[MAX_ROT_SESS];