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

/vbox/src/VBox/Devices/Audio/
H A DDevIchHda.cpp538 uint32_t cbUnderFifoW; member in struct:HDABDLEDESC
962 SSMFIELD_ENTRY( HDABDLEDESC, cbUnderFifoW),
977 SSMFIELD_ENTRY( HDABDLEDESC, cbUnderFifoW),
2047 if (cb2Copy <= pBdle->cbUnderFifoW)
2049 cb2Copy -= pBdle->cbUnderFifoW; /* forcibly reserve the amount of unreported bytes to copy */
2061 /* Assertion!!! Fewer than cbUnderFifoW bytes were copied.
2065 AssertMsg((cbCopied == pBdle->cbUnderFifoW + cbArranged2Copy), /* we assume that we write the entire buffer including unreported bytes */
2066 ("cbCopied=%RU32 != pBdle->cbUnderFifoW=%RU32 + cbArranged2Copy=%RU32\n",
2067 cbCopied, pBdle->cbUnderFifoW, cbArranged2Copy));
2068 if ( pBdle->cbUnderFifoW
[all...]

Completed in 41 milliseconds