Searched refs:offBlocks (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Storage/
H A DVDICore.h140 uint32_t offBlocks; member in struct:VDIHEADER1
189 uint32_t offBlocks; member in struct:VDIHEADER1PLUS
337 case 1: return ph->u.v1.offBlocks;
H A DVDI.cpp134 pHdrConv->offBlocks = SET_ENDIAN_U32(enmConv, pHdr->offBlocks);
163 pHdrConv->offBlocks = SET_ENDIAN_U32(enmConv, pHdr->offBlocks);
368 pHeader->u.v1plus.offBlocks = RT_ALIGN_32(sizeof(VDIPREHEADER) + sizeof(VDIHEADER1PLUS), cbDataAlign);
369 pHeader->u.v1plus.offData = RT_ALIGN_32(pHeader->u.v1plus.offBlocks + (pHeader->u.v1plus.cBlocks * sizeof(VDIIMAGEBLOCKPOINTER)), cbDataAlign);
2359 vdIfErrorMessage(pImage->pIfError, "Header: offBlocks=%u offData=%u\n",

Completed in 53 milliseconds