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

/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A DVBVABase.c290 uint32_t cbWritten = 0; local in function:vboxHwBufferWrite
313 // LogFunc(("pVBVA->off32Free %d, pRecord->cbRecord 0x%08X, cbHwBufferAvail %d, cb %d, cbWritten %d\n",
314 // pVBVA->off32Free, pRecord->cbRecord, cbHwBufferAvail, cb, cbWritten));
344 vboxHwBufferPlaceDataAt (pCtx, (uint8_t *)p + cbWritten, cbChunk, pVBVA->off32Free);
351 cbWritten += cbChunk;

Completed in 2 milliseconds