Searched defs:SegmentBuf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DVD.cpp2409 RTSGSEG SegmentBuf; local
2413 SegmentBuf.pvSeg = pvBuf;
2414 SegmentBuf.cbSeg = VD_MERGE_BUFFER_SIZE;
2415 RTSgBufInit(&SgBuf, &SegmentBuf, 1);
7683 RTSGSEG SegmentBuf; local
7687 SegmentBuf.pvSeg = pvBuf;
7688 SegmentBuf.cbSeg = VD_MERGE_BUFFER_SIZE;
7689 RTSgBufInit(&SgBuf, &SegmentBuf, 1);
7812 RTSGSEG SegmentBuf; local
7818 SegmentBuf
8738 RTSGSEG SegmentBuf; local
[all...]

Completed in 76 milliseconds