Changeset 88434 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Apr 9, 2021 1:03:29 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143686
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixBuffer.cpp
r88433 r88434 1810 1810 #define AUDIOMIXBUF_RESAMPLE(a_cChannels, a_Suffix) \ 1811 1811 /** @returns Number of destination frames written. */ \ 1812 static uint32_t\1812 static DECLCALLBACK(uint32_t) \ 1813 1813 audioMixBufResample##a_cChannels##Ch##a_Suffix(int64_t *pi64Dst, uint32_t cDstFrames, \ 1814 1814 int64_t const *pi64Src, uint32_t cSrcFrames, uint32_t *pcSrcFramesRead, \
Note:
See TracChangeset
for help on using the changeset viewer.