Lines Matching defs:C2PlaneInfo
1475 struct C2PlaneInfo { struct
1477 enum channel_t : uint32_t {
1485 } channel;
1487 int32_t colInc; ///< column increment in bytes. may be negative
1488 int32_t rowInc; ///< row increment in bytes. may be negative
1490 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 sample
1514 uint32_t rightShift;
1516 enum endianness_t : uint32_t {
1520 } endianness; ///< endianness of the samples
1528 uint32_t rootIx; ///< index of the root plane
1529 uint32_t offset; ///< offset of this plane inside of the root plane
1531 inline constexpr ssize_t minOffset(uint32_t width, uint32_t height) const { in minOffset()
1542 inline constexpr ssize_t maxOffset(uint32_t width, uint32_t height) const { in maxOffset()