Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnOverlayPlane.cpp32 mRotationConfig(0), in AnnOverlayPlane()
582 mRotationConfig = (0x1 << 10); in setTransform()
585 mRotationConfig = (0x2 << 10); in setTransform()
588 mRotationConfig = (0x3 << 10); in setTransform()
591 mRotationConfig = 0; in setTransform()
595 mRotationConfig = 0; in setTransform()
629 if (mIndex == 0 && mRotationConfig != 0) { in flip()
632 ovadd |= mRotationConfig; in flip()
806 mRotationConfig = 0; in useOverlayRotation()
848 mRotationConfig = 0; in useOverlayRotation()
DAnnOverlayPlane.h67 uint32_t mRotationConfig; variable