Searched defs:PackedPixelsBufferProperties (Results 1 – 1 of 1) sorted by relevance
564 struct PackedPixelsBufferProperties struct566 int elementsInGroup; // number of elements in a group567 int rowLength; // number of groups in the row568 int alignment; // alignment (in bytes)569 int elementSize; // size of an element (in bytes)570 int elementsInRow; // row size (in elements)571 int elementsInRowNoAlign; // row size (in elements) without alignment572 int rowCount; // number of rows in 2D image573 int imagesCount; // number of 2D images in 3D image574 int skipPixels; // (UN)PACK_SKIP_PIXELS[all …]