Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Buffer.h1615 struct C2PlaneInfo { struct
1617 enum channel_t : uint32_t {
1625 } channel;
1627 int32_t colInc; ///< column increment in bytes. may be negative
1628 int32_t rowInc; ///< row increment in bytes. may be negative
1634 uint32_t bitDepth; ///< significant bits per sample
1654 uint32_t rightShift;
1656 enum endianness_t : uint32_t {
1660 } endianness; ///< endianness of the samples
1668 uint32_t rootIx; ///< index of the root plane
[all …]