Home | History | Annotate | Download | only in common

Lines Matching full:headersize

1345     int32_t headerSize;
1370 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
1393 inBytes=(const uint8_t *)inData+headerSize;
1394 outBytes=(uint8_t *)outData+headerSize;
1403 length-=headerSize;
1699 return headerSize+(int32_t)staticDataSize+size;