Searched defs:PlaneInfo (Results 1 – 1 of 1) sorted by relevance
211 struct PlaneInfo { struct212 uint32_t mOffset; // offset of first pixel of the plane in bytes214 uint32_t mColInc; // column increment in bytes215 uint32_t mRowInc; // row increment in bytes216 uint32_t mHorizSubsampling; // subsampling compared to the largest plane217 uint32_t mVertSubsampling; // subsampling compared to the largest plane