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

/vbox/src/VBox/Devices/Audio/
H A DDevIchHda.cpp539 uint8_t au8HdaBuffer[HDA_SDONFIFO_256B + 1]; member in struct:HDABDLEDESC
963 SSMFIELD_ENTRY( HDABDLEDESC, au8HdaBuffer),
978 SSMFIELD_ENTRY( HDABDLEDESC, au8HdaBuffer),
2212 rc = audioMixerProcessSinkIn(pSink, AUDMIXOP_BLEND, pBdle->au8HdaBuffer, cb2Copy, &cbRead);
2222 pBdle->au8HdaBuffer, cbRead);
2271 cbBackendCopy = AUD_read(pThis->pCodec->SwVoiceIn, pBdle->au8HdaBuffer, cb2Copy);
2276 PDMDevHlpPCIPhysWrite(pThis->CTX_SUFF(pDevIns), pBdle->u64BdleCviAddr + pBdle->u32BdleCviPos, pBdle->au8HdaBuffer,
2331 pBdle->au8HdaBuffer + pBdle->cbUnderFifoW, cb2Copy);
2351 pBdle->au8HdaBuffer, cb2Copy + pBdle->cbUnderFifoW,
2366 cbWrittenMin = AUD_write (pThis->pCodec->SwVoiceOut, pBdle->au8HdaBuffer, cb2Cop
[all...]

Completed in 54 milliseconds