Searched refs:mTransformHint (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/include/gui/
H A DBufferQueueCore.h234 // mTransformHint is used to optimize for screen rotations.
235 uint32_t mTransformHint; member in class:android::BufferQueueCore
H A DSurface.h261 // mTransformHint is the transform probably applied to buffers of this
263 uint32_t mTransformHint; member in class:android::Surface
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp67 mTransformHint(0),
101 mDefaultWidth, mDefaultHeight, mDefaultBufferFormat, mTransformHint,
H A DSurface.cpp75 mTransformHint = 0;
334 mTransformHint = hint;
374 *value = mTransformHint;
563 mTransformHint = hint;
H A DBufferQueueConsumer.cpp511 mCore->mTransformHint = hint;
H A DBufferQueueProducer.cpp650 mCore->mTransformHint, mCore->mQueue.size());
805 mCore->mTransformHint, mCore->mQueue.size());

Completed in 3163 milliseconds