MDP_COLOR_BITS_PER_PIXEL
stride = (bytesperline * MDP_COLOR_BITS_PER_PIXEL(c))
/ MDP_COLOR_BITS_PER_PIXEL(c);
return ((MDP_COLOR_BITS_PER_PIXEL(c) * width) + 4) >> 3;
return ((MDP_COLOR_BITS_PER_PIXEL(c) * width) >> 8) * height;
return ((MDP_COLOR_BITS_PER_PIXEL(c) * width) >> 8) * height;