Lines Matching refs:Rotator
32 Rotator::Rotator() { in Rotator() function in overlay::Rotator
43 Rotator::~Rotator() {} in ~Rotator()
45 Rotator* Rotator::getRotator() { in getRotator()
57 int Rotator::getDownscaleFactor(const int& srcW, const int& srcH, in getDownscaleFactor()
68 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) { in calcOutputBufSize()
77 int Rotator::getRotatorHwType() { in getRotatorHwType()
84 bool Rotator::isRotCached(int fd, uint32_t offset) const { in isRotCached()
90 bool Rotator::rotDataChanged(int fd, uint32_t offset) const { in rotDataChanged()
195 Rotator* RotMgr::getNext() { in getNext()
197 overlay::Rotator *rot = NULL; in getNext()
202 mRot[mUseCount] = overlay::Rotator::getRotator(); in getNext()
233 if(mRotDevFd < 0 && Rotator::getRotatorHwType() == Rotator::TYPE_MDSS) { in getRotDevFd()