Searched defs:PlaneInfo (Results 1 – 1 of 1) sorted by relevance
180 struct PlaneInfo { struct181 size_t mOffset; // offset of first pixel of the plane in bytes183 size_t mColInc; // column increment in bytes184 size_t mRowInc; // row increment in bytes185 size_t mHorizSubsampling; // subsampling compared to the largest plane186 size_t mVertSubsampling; // subsampling compared to the largest plane