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

/vbox/src/VBox/Devices/Audio/
H A DDrvAudio.cpp597 PPDMAUDIOSTREAMCFG pCfg, PPDMAUDIOGSTSTRMOUT *ppGstStrmOut)
650 if (ppGstStrmOut)
651 *ppGstStrmOut = pGstStrmOut;
1626 PPDMAUDIOSTREAMCFG pCfg, PPDMAUDIOGSTSTRMOUT *ppGstStrmOut)
1631 AssertPtrReturn(ppGstStrmOut, VERR_INVALID_POINTER);
1643 PPDMAUDIOGSTSTRMOUT pGstStrmOut = *ppGstStrmOut;
1699 *ppGstStrmOut = pGstStrmOut;
1709 / (*ppGstStrmOut)->Props.cbPerSec;
596 drvAudioCreateStreamPairOut(PDRVAUDIO pThis, const char *pszName, PPDMAUDIOSTREAMCFG pCfg, PPDMAUDIOGSTSTRMOUT *ppGstStrmOut) argument
1625 drvAudioOpenOut(PPDMIAUDIOCONNECTOR pInterface, const char *pszName, PPDMAUDIOSTREAMCFG pCfg, PPDMAUDIOGSTSTRMOUT *ppGstStrmOut) argument

Completed in 53 milliseconds