Searched defs:C2PlaneInfo (Results 1 – 1 of 1) sorted by relevance
1475 struct C2PlaneInfo { struct1477 enum channel_t : uint32_t {1485 } channel;1487 int32_t colInc; ///< column increment in bytes. may be negative1488 int32_t rowInc; ///< row increment in bytes. may be negative1490 uint32_t colSampling; ///< subsampling compared to width (must be a power of 2)1491 uint32_t rowSampling; ///< subsampling compared to height (must be a power of 2)1493 uint32_t allocatedDepth; ///< size of each sample (must be a multiple of 8)1494 uint32_t bitDepth; ///< significant bits per sample1514 uint32_t rightShift;[all …]