Home | History | Annotate | Download | only in source

Lines Matching refs:u32

39 void WriteOutput(char *filename, u8 *data, u32 picSize);
40 u32 NextPacket(u8 **pStrm);
41 u32 CropPicture(u8 *pOutImage, u8 *pInImage,
42 u32 picWidth, u32 picHeight, CropParams *pCropParams);
46 u32 packetize = 0;
47 u32 nalUnitStream = 0;
86 u32 i, tmp;
87 u32 maxNumPics = 0;
91 u32 strmLen;
92 u32 picSize;
100 u32 picDecodeNumber;
101 u32 picDisplayNumber;
102 u32 numErrors = 0;
103 u32 cropDisplay = 0;
104 u32 disableOutputReordering = 0;
144 for (i = 1; i < (u32)(argc-1); i++)
148 maxNumPics = (u32)atoi(argv[i]+2);
183 strmLen = (u32)ftell(finput);
274 (u32)(decOutput.pStrmCurrPos - decInput.pStream);
289 (u32)(decOutput.pStrmCurrPos - decInput.pStream);
442 void WriteOutput(char *filename, u8 *data, u32 picSize)
486 u32 NextPacket(u8 **pStrm)
489 u32 index;
490 u32 maxIndex;
491 u32 zeroCount;
494 static u32 prevIndex=0;
502 maxIndex = (u32)(streamStop - stream);
588 u32 CropPicture(u8 *pOutImage, u8 *pInImage,
589 u32 picWidth, u32 picHeight, CropParams *pCropParams)
592 u32 i, j;
593 u32 outWidth, outHeight;
703 void* H264SwDecMalloc(u32 size, u32 num)
712 static u32 numBytes = 0;
745 void H264SwDecMemcpy(void *dest, void *src, u32 count)
760 void H264SwDecMemset(void *ptr, i32 value, u32 count)