Home | History | Annotate | Download | only in common

Lines Matching full:headersize

1851     int32_t headerSize;
1863 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
1885 inBytes=(const uint8_t *)inData+headerSize;
1886 outBytes=(uint8_t *)outData+headerSize;
1890 length-=headerSize;
2109 return headerSize+(int32_t)offset;