Home | History | Annotate | Download | only in hardware

Lines Matching defs:uint32_t

42     uint32_t mNumPlanes;              // number of planes
43 uint32_t mWidth; // width of largest plane (unpadded, as in nFrameWidth)
44 uint32_t mHeight; // height of largest plane (unpadded, as in nFrameHeight)
45 uint32_t mBitDepth; // useable bit depth
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
61 enum Type : uint32_t {
70 enum PlaneIndex : uint32_t {
82 uint32_t mNumPlanes; // number of planes
83 uint32_t mWidth; // width of largest plane (unpadded, as in nFrameWidth)
84 uint32_t mHeight; // height of largest plane (unpadded, as in nFrameHeight)
85 uint32_t mBitDepth; // useable bit depth (always MSB)
86 uint32_t mBitDepthAllocated; // bits per component (must be 8 or 16)
89 uint32_t mOffset; // offset of first pixel of the plane in bytes
93 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
94 uint32_t mVertSubsampling; // subsampling compared to the largest plane
113 struct __attribute__ ((__packed__, aligned(alignof(uint32_t)))) ColorAspects {
115 enum Range : uint32_t {
122 enum Primaries : uint32_t {
135 enum Transfer : uint32_t {
153 enum MatrixCoeffs : uint32_t {
165 enum Standard : uint32_t {