Home | History | Annotate | Download | only in common

Lines Matching full:headersize

1832     int32_t headerSize;
1844 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
1866 inBytes=(const uint8_t *)inData+headerSize;
1867 outBytes=(uint8_t *)outData+headerSize;
1871 length-=headerSize;
2090 return headerSize+(int32_t)offset;