Searched refs:MAP_ACTION_ALIGN64 (Results 1 – 3 of 3) sorted by relevance
28 #define MAP_ACTION_ALIGN64 0x00000002 //align 64 macro
338 if (mAction & MAP_ACTION_ALIGN64 && stride % 64 != 0) { in doMapping()344 if(mAction & MAP_ACTION_ALIGN64 && width <= 320 && height <= 240) { in doMapping()
240 mVASurfaceMappingAction |= MAP_ACTION_ALIGN64; in start()