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

/vbox/src/VBox/Devices/Audio/
H A Dfilteraudio.c329 st_sample_t *psSrc = NULL; local
374 psSrc = pVoice->phw->mix_buf + pVoice->phw->rpos;
375 pVoice->phw->clip((uint8_t*)pcDst, psSrc, csToWrite);
H A Dpulseaudio.c446 st_sample_t *psSrc; local
476 psSrc = hw->mix_buf + hw->rpos;
479 hw->clip (pu8Dst, psSrc, cFramesToWrite);
H A Dsolaudio.c413 st_sample_t *psSrc; local
432 psSrc = hw->mix_buf + hw->rpos;
435 hw->clip(pu8Dst, psSrc, csToWrite);
H A Dcoreaudio.c967 st_sample_t *psSrc = NULL; local
1007 psSrc = hw->mix_buf + hw->rpos;
1008 hw->clip((uint8_t*)pcDst, psSrc, csToWrite);

Completed in 392 milliseconds