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

/vbox/src/VBox/Main/src-client/
H A DDrvAudioVideoRec.cpp511 /* send the samples till the end of pHostStereoSampleBuf */
720 PPDMAUDIOSAMPLE pHostStereoSampleBuf; /* target sample buffer */ local
732 pHostStereoSampleBuf = (PPDMAUDIOSAMPLE)pVRDEVoice->pvSamplesBuffer;
733 pVRDEVoice->convAudioDevFmtToStSampl(pHostStereoSampleBuf, pvData, cSamples, &videorec_nominal_volume);
746 /*mpDrv->pUpPort->pfnDoRateConversion(mpDrv->pUpPort, pVRDEVoice->rate, pHostStereoSampleBuf,

Completed in 46 milliseconds