Lines Matching refs:mRot
69 mRot = NULL; in reset()
99 mRot = ctx->mRotMgr->getNext(); in preRotateExtDisplay()
100 if(mRot == NULL) return false; in preRotateExtDisplay()
101 ctx->mLayerRotMap[mDpy]->add(layer, mRot); in preRotateExtDisplay()
107 if(configRotator(mRot, info, sourceCrop, mdpFlags, orient, 0) < 0) { in preRotateExtDisplay()
109 mRot = NULL; in preRotateExtDisplay()
112 updateSource(orient, info, sourceCrop, mRot); in preRotateExtDisplay()
246 if(mRot) { in draw()
247 if(!mRot->queueBuffer(fd, offset)) in draw()
249 fd = mRot->getDstMemId(); in draw()
250 offset = mRot->getDstOffset(); in draw()
267 mRot = NULL; in reset()