Home
last modified time | relevance | path

Searched defs:C2PlaneInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/core/include/
DC2Buffer.h1610 struct C2PlaneInfo { struct
1612 enum channel_t : uint32_t {
1620 } channel;
1622 int32_t colInc; ///< column increment in bytes. may be negative
1623 int32_t rowInc; ///< row increment in bytes. may be negative
1625 uint32_t colSampling; ///< subsampling compared to width (must be a power of 2)
1626 uint32_t rowSampling; ///< subsampling compared to height (must be a power of 2)
1628 uint32_t allocatedDepth; ///< size of each sample (must be a multiple of 8)
1629 uint32_t bitDepth; ///< significant bits per sample
1649 uint32_t rightShift;
[all …]