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

/vbox/src/VBox/Devices/Audio/
H A DDrvAudio.cpp662 PPDMAUDIOSTREAMCFG pCfg, PPDMAUDIOGSTSTRMIN *ppGstStrmIn)
710 if (ppGstStrmIn)
711 *ppGstStrmIn = pGstStrmIn;
1561 PPDMAUDIOGSTSTRMIN *ppGstStrmIn)
1564 AssertPtrReturn(ppGstStrmIn, VERR_INVALID_POINTER);
1567 AssertPtrReturn(ppGstStrmIn, VERR_INVALID_POINTER);
1579 PPDMAUDIOGSTSTRMIN pGstStrmIn = *ppGstStrmIn;
1619 *ppGstStrmIn = pGstStrmIn;
661 drvAudioCreateStreamPairIn(PDRVAUDIO pThis, const char *pszName, PDMAUDIORECSOURCE enmRecSource, PPDMAUDIOSTREAMCFG pCfg, PPDMAUDIOGSTSTRMIN *ppGstStrmIn) argument
1559 drvAudioOpenIn(PPDMIAUDIOCONNECTOR pInterface, const char *pszName, PDMAUDIORECSOURCE enmRecSource, PPDMAUDIOSTREAMCFG pCfg, PPDMAUDIOGSTSTRMIN *ppGstStrmIn) argument

Completed in 37 milliseconds