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

/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A DVBVABase.c122 pVBVA->cbPartialWriteThreshold = 256;
329 if (cbHwBufferAvail <= pVBVA->cbPartialWriteThreshold)
337 cbChunk = cbHwBufferAvail - pVBVA->cbPartialWriteThreshold;
H A DVBoxVideo.h888 uint32_t cbPartialWriteThreshold; member in struct:VBVABUFFER

Completed in 12 milliseconds