Searched refs:PPDMAUDIOGSTSTRMIN (Results 1 - 10 of 10) sorted by relevance

/vbox/include/VBox/vmm/
H A Dpdmaudioifs.h304 typedef PDMAUDIOGSTSTRMIN *PPDMAUDIOGSTSTRMIN; typedef
317 PPDMAUDIOGSTSTRMIN pGstStrmIn;
374 } PDMAUDIOGSTSTRMIN, *PPDMAUDIOGSTSTRMIN; typedef in typeref:struct:PDMAUDIOGSTSTRMIN
417 DECLR3CALLBACKMEMBER(int, pfnRead, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMIN pGstStrmIn, void *pvBuf, uint32_t cbSize, uint32_t *pcbRead));
438 DECLR3CALLBACKMEMBER(bool, pfnIsInputOK, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMIN pGstStrmIn));
475 DECLR3CALLBACKMEMBER(int, pfnEnableIn, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMIN pGstStrmIn, bool fEnable));
483 DECLR3CALLBACKMEMBER(void, pfnCloseIn, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMIN pGstStrmIn));
505 PPDMAUDIOGSTSTRMIN *ppGstStrmIn));
528 DECLR3CALLBACKMEMBER(bool, pfnIsActiveIn, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMIN pGstStrmIn));
/vbox/src/VBox/Devices/Audio/
H A DDrvAudio.h116 void drvAudioHlpPcmSwFreeResourcesIn(PPDMAUDIOGSTSTRMIN pGstStrmIn);
117 void drvAudioGstInFreeRes(PPDMAUDIOGSTSTRMIN pGstStrmIn);
118 void drvAudioGstInRemove(PPDMAUDIOGSTSTRMIN pGstStrmIn);
123 void drvAudioGstInRemove(PPDMAUDIOGSTSTRMIN pGstStrmIn);
124 int drvAudioGstInInit(PPDMAUDIOGSTSTRMIN pGstStrmIn, PPDMAUDIOHSTSTRMIN pHstStrmIn, const char *pszName, PPDMAUDIOSTREAMCFG pCfg);
H A DAudioMixer.h48 PPDMAUDIOGSTSTRMIN pIn;
95 int audioMixerAddStreamIn(PAUDMIXSINK pSink, PPDMIAUDIOCONNECTOR pConnector, PPDMAUDIOGSTSTRMIN pStream, uint32_t uFlags, PAUDMIXSTREAM *ppStream);
H A DDrvAudioCommon.cpp139 void drvAudioGstInFreeRes(PPDMAUDIOGSTSTRMIN pGstStrmIn)
187 PPDMAUDIOGSTSTRMIN pGstStrmIn;
239 uint32_t drvAudioGstInGetLiveBytes(PPDMAUDIOGSTSTRMIN pGstStrmIn)
H A DDrvAudio.cpp73 static int drvAudioDestroyGstIn(PDRVAUDIO pThis, PPDMAUDIOGSTSTRMIN pGstStrmIn);
662 PPDMAUDIOSTREAMCFG pCfg, PPDMAUDIOGSTSTRMIN *ppGstStrmIn)
684 PPDMAUDIOGSTSTRMIN pGstStrmIn = (PPDMAUDIOGSTSTRMIN)RTMemAllocZ(sizeof(PDMAUDIOGSTSTRMIN));
730 int drvAudioGstInInit(PPDMAUDIOGSTSTRMIN pGstStrmIn, PPDMAUDIOHSTSTRMIN pHstStrmIn,
985 static int drvAudioDestroyGstIn(PDRVAUDIO pThis, PPDMAUDIOGSTSTRMIN pGstStrmIn)
1105 PPDMAUDIOGSTSTRMIN pGstStrmIn = pHstStrmIn->pGstStrmIn;
1402 static DECLCALLBACK(int) drvAudioRead(PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMIN pGstStrmIn,
1499 PPDMAUDIOGSTSTRMIN pGstStrmIn, bool fEnable)
1548 PPDMAUDIOGSTSTRMIN pGstStrmI
[all...]
H A DDevIchHdaCodec.h29 typedef struct PDMAUDIOGSTSTRMIN *PPDMAUDIOGSTSTRMIN; typedef in typeref:struct:PDMAUDIOGSTSTRMIN
H A DAudioMixer.cpp88 int audioMixerAddStreamIn(PAUDMIXSINK pSink, PPDMIAUDIOCONNECTOR pConnector, PPDMAUDIOGSTSTRMIN pStream,
H A DDevIchAc97.cpp222 R3PTRTYPE(PPDMAUDIOGSTSTRMIN) pStrmIn;
H A DDevIchHda.cpp557 R3PTRTYPE(PPDMAUDIOGSTSTRMIN) pStrmIn;
/vbox/src/VBox/Main/src-client/
H A DDrvAudioVideoRec.cpp243 PPDMAUDIOGSTSTRMIN pIter;

Completed in 75 milliseconds