Home | History | Annotate | Download | only in common

Lines Matching defs:headerSize

1338     int32_t headerSize;
1363 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
1386 inBytes=(const uint8_t *)inData+headerSize;
1387 outBytes=(uint8_t *)outData+headerSize;
1396 length-=headerSize;
1692 return headerSize+(int32_t)staticDataSize+size;