Searched defs:quarter_turns (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c511 static void m_rotate(float m[2][3], int quarter_turns) argument
513 if (quarter_turns & 2)
515 if (quarter_turns & 1) {
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c700 static void m_rotate(float m[2][3], int quarter_turns) argument
702 if (quarter_turns & 2)
704 if (quarter_turns & 1) {

Completed in 16 milliseconds