Searched defs:PlaneInfo (Results 1 – 1 of 1) sorted by relevance
46 struct PlaneInfo { struct47 uint32_t mOffset; // offset of first pixel of the plane in bytes49 uint32_t mColInc; // column increment in bytes50 uint32_t mRowInc; // row increment in bytes51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane52 uint32_t mVertSubsampling; // subsampling compared to the largest plane88 struct __attribute__ ((__packed__)) PlaneInfo { struct101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument