Home | History | Annotate | Download | only in common

Lines Matching defs:headerSize

1335     int32_t headerSize;
1360 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
1383 inBytes=(const uint8_t *)inData+headerSize;
1384 outBytes=(uint8_t *)outData+headerSize;
1393 length-=headerSize;
1689 return headerSize+(int32_t)staticDataSize+size;