Home | History | Annotate | Download | only in inc

Lines Matching refs:u32

80         u32  dataLen;            /* Number of bytes to be decoded            */
81 u32 picId; /* Identifier for the picture to be decoded */
82 u32 intraConcealmentMethod; /* 0 = Gray concealment for intra
98 u32 *pOutputPicture; /* Pointer to the picture, YUV format */
99 u32 picId; /* Identifier of the picture to be displayed*/
100 u32 isIdrPicture; /* Flag to indicate if the picture is an
102 u32 nbrOfErrMBs; /* Number of concealed MB's in the picture */
112 u32 cropLeftOffset;
113 u32 cropOutWidth;
114 u32 cropTopOffset;
115 u32 cropOutHeight;
120 u32 profile;
121 u32 picWidth;
122 u32 picHeight;
123 u32 videoRange;
124 u32 matrixCoefficients;
125 u32 parWidth;
126 u32 parHeight;
127 u32 croppingFlag;
134 u32 major; /* Decoder API major version */
135 u32 minor; /* Dncoder API minor version */
147 u32 noOutputReordering);
151 u32 endOfStream);
164 void* H264SwDecMalloc(u32 size);
170 void H264SwDecMemcpy(void *dest, void *src, u32 count);
173 void H264SwDecMemset(void *ptr, i32 value, u32 count);