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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostOSSAudio.cpp417 POSSAUDIOSTREAMIN pThisStrmIn = (POSSAUDIOSTREAMIN)pHstStrmIn; local
420 size_t cbToRead = RT_MIN(pThisStrmIn->cbBuf,
432 cbTemp = RT_MIN(cbToRead, pThisStrmIn->cbBuf);
434 cbRead = read(pThisStrmIn->hFile, (uint8_t *)pThisStrmIn->pvBuf + offWrite, cbTemp);
469 pThisStrmIn->pvBuf, cbRead,
511 POSSAUDIOSTREAMIN pThisStrmIn = (POSSAUDIOSTREAMIN)pHstStrmIn; local
515 if (pThisStrmIn->pvBuf)
517 RTMemFree(pThisStrmIn->pvBuf);
518 pThisStrmIn
568 POSSAUDIOSTREAMIN pThisStrmIn = (POSSAUDIOSTREAMIN)pHstStrmIn; local
[all...]
H A DDrvHostALSAAudio.cpp787 PALSAAUDIOSTREAMIN pThisStrmIn = (PALSAAUDIOSTREAMIN)pHstStrmIn; local
790 int rc = drvHostALSAAudioGetAvail(pThisStrmIn->phPCM, &cAvail);
799 snd_pcm_state_t state = snd_pcm_state(pThisStrmIn->phPCM);
808 rc = drvHostALSAAudioResume(pThisStrmIn->phPCM);
842 AUDIOMIXBUF_B2S(&pHstStrmIn->MixBuf, pThisStrmIn->cbBuf));
844 cRead = snd_pcm_readi(pThisStrmIn->phPCM, pThisStrmIn->pvBuf, cToRead);
867 rc = drvHostALSAAudioRecover(pThisStrmIn->phPCM);
885 pThisStrmIn->pvBuf, AUDIOMIXBUF_S2B(&pHstStrmIn->MixBuf, cRead),
1031 PALSAAUDIOSTREAMIN pThisStrmIn local
1143 PALSAAUDIOSTREAMIN pThisStrmIn = (PALSAAUDIOSTREAMIN)pHstStrmIn; local
1215 PALSAAUDIOSTREAMIN pThisStrmIn = (PALSAAUDIOSTREAMIN)pHstStrmIn; local
[all...]
H A DDrvHostPulseAudio.cpp645 PPULSEAUDIOSTREAM pThisStrmIn = (PPULSEAUDIOSTREAM)pHstStrmIn; local
649 pThisStrmIn->SampleSpec.format = drvHostPulseAudioFmtToPulse(pCfg->enmFormat);
650 pThisStrmIn->SampleSpec.rate = pCfg->uHz;
651 pThisStrmIn->SampleSpec.channels = pCfg->cChannels;
654 pThisStrmIn->BufAttr.fragsize = (pa_bytes_per_second(&pThisStrmIn->SampleSpec)
656 pThisStrmIn->BufAttr.maxlength = (pThisStrmIn->BufAttr.fragsize * 3) / 2;
659 int rc = drvHostPulseAudioOpen(true /* fIn */, "pa.in", &pThisStrmIn->SampleSpec, &pThisStrmIn
700 PPULSEAUDIOSTREAM pThisStrmIn = (PPULSEAUDIOSTREAM)pHstStrmIn; local
921 PPULSEAUDIOSTREAM pThisStrmIn = (PPULSEAUDIOSTREAM)pHstStrmIn; local
1036 PPULSEAUDIOSTREAM pThisStrmIn = (PPULSEAUDIOSTREAM)pHstStrmIn; local
[all...]
/vbox/src/VBox/Main/src-client/
H A DDrvAudioVRDE.cpp332 PPDMAUDIOHSTSTRMIN pThisStrmIn = &pVRDEStrmIn->HstStrmIn; local
339 audioMixBufReset(&pThisStrmIn->MixBuf);
345 rc = pDrv->pConsoleVRDPServer->SendAudioInputBegin(NULL, pVRDEStrmIn, audioMixBufSize(&pThisStrmIn->MixBuf),
346 pThisStrmIn->Props.uHz,
347 pThisStrmIn->Props.cChannels, pThisStrmIn->Props.cBits);

Completed in 66 milliseconds