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

/hardware/intel/img/psb_video/src/
H A Dpsb_texture.c161 int ulActiveLinelenInPixels = (widthInPixels + (stride_alignment - 1)) & ~(stride_alignment - 1); local
162 return ((ulActiveLinelenInPixels * bitsPerPixel) + 7) >> 3;

Completed in 18 milliseconds