Home
last modified time | relevance | path

Searched refs:mRotation (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0014-linuxfb-Support-rotate.patch113 + : mArgs(args), mFbFd(-1), mTtyFd(-1), mBlitter(0), mRotation(0)
130 + mRotation = match.captured(1).toInt();
139 + if(mRotation % 180) {
172 + if(mRotation) {
173 + if(mRotation == 180)
178 + mBlitter->rotate(mRotation);
199 + int mRotation;
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTVideoFrame.h78 INT32 mRotation; variable