Home | History | Annotate | Download | only in common

Lines Matching defs:headerSize

1919     int32_t headerSize;
1930 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
1952 inBytes=(const uint8_t *)inData+headerSize;
1953 outBytes=(uint8_t *)outData+headerSize;
1958 length-=headerSize;
2008 return headerSize+size;