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

/vbox/src/VBox/Devices/Audio/
H A DDrvAudio.cpp478 int drvAudioGstOutInit(PPDMAUDIOGSTSTRMOUT pGstStrmOut, PPDMAUDIOHSTSTRMOUT pHostStrmOut, argument
482 AssertPtrReturn(pHostStrmOut, VERR_INVALID_POINTER);
493 rc = audioMixBufInit(&pGstStrmOut->MixBuf, pszTemp, &pGstStrmOut->Props, audioMixBufSize(&pHostStrmOut->MixBuf));
495 rc = audioMixBufLinkTo(&pGstStrmOut->MixBuf, &pHostStrmOut->MixBuf);
508 pGstStrmOut->pHstStrmOut = pHostStrmOut;
931 PPDMAUDIOHSTSTRMOUT drvAudioHstFindAnyEnabledOut(PDRVAUDIO pThis, PPDMAUDIOHSTSTRMOUT pHostStrmOut) argument
933 while ((pHostStrmOut = drvAudioFindAnyHstOut(pThis, pHostStrmOut)))
935 if (pHostStrmOut->fEnabled)
936 return pHostStrmOut;
[all...]

Completed in 36 milliseconds